Hi there,
I'm concatenating (is that a word?!) a range of data into one cell using the =CONCATENATE function.
However, I want the function to ignore and skip any cell which has a '0' in.
for example, data:
A1= 7
A2= 0
A3= 9
A5 =CONCATENATE(A1,A2,A3)
I want to see A5= 79, but have A5= 709