I have a column B that have 1500 lines. In column F I want it to use a simple formula but only if the corresponding cell in B has a value.
So if B2 has anything in it. I want F1 to use this formula =A2&B2&C2&D2&E2
I have tried =IF(B2,"=A2&B2&C2&D2&E2",0)
Where am I messing up?
Thanks!
R White