G
Guest
I have this chart where I need to combine the contents of 2 cells - A & C -
But if A is alphabetic I need it to combine B & D instead. Any good ideas?
A B C D
WC1 406 20062442 93082813
But if A is alphabetic I need it to combine B & D instead. Any good ideas?
A B C D
WC1 406 20062442 93082813
) What I have done is this simple formula: =A1&"-"&C1 -