Query related to Concatenate?
How can I do the following in Excel Worksheet?
If cell A1 is not equal to blank then it should concatenate A1 & B1 adding in between "-" (Result sahll be in C1) as shown in the image.
Else
It should remove "-".
=CONCATENATE(A1,"-",B1) 'It needs to be modified.
|