Hi Gang,
I have a litle problem thats been bugging me and I cant seem to get right so I wondered if anyone can offer a solution, Here's what I need to do.
I need to show the contents of Cell A1 & B1 in cell D1 (seperated by a "-" symbol) but also show the contents of Cell C1 if it has data in it but ignore it if its empty. For Example:
A1 B1 C1 D1
Text1 Text2 Text3 Text1 - Text2 Text3
Text1 Text2 Text1 - Text2
So far I have the following formula:
=A1 & "-" & B1 & " " & G1413
But its the conditional part I can not do - the part thats "if empty then ignore" but if has text then include it.
Can anyone help me with this
Thank you in advance
Kenny
I have a litle problem thats been bugging me and I cant seem to get right so I wondered if anyone can offer a solution, Here's what I need to do.
I need to show the contents of Cell A1 & B1 in cell D1 (seperated by a "-" symbol) but also show the contents of Cell C1 if it has data in it but ignore it if its empty. For Example:
A1 B1 C1 D1
Text1 Text2 Text3 Text1 - Text2 Text3
Text1 Text2 Text1 - Text2
So far I have the following formula:
=A1 & "-" & B1 & " " & G1413
But its the conditional part I can not do - the part thats "if empty then ignore" but if has text then include it.
Can anyone help me with this
Thank you in advance
Kenny