how can i remove the first 3 caracters from one column ?

Sorry - that's me - not familiar enough with Excel function names - string conversion to number is the VALUE function, not 'Val'.

how about:

=IF(VALUE(A2)<>(VALUE(A1)+1),"<<Gap","")
 
Sorry - that's me - not familiar enough with Excel function names - string conversion to number is the VALUE function, not 'Val'.

how about:

=IF(VALUE(A2)<>(VALUE(A1)+1),"<<Gap","")

works perfect, thanks
 

Users who are viewing this thread

Back
Top Bottom