Forum Discussion
pramodraam
Jan 19, 2022Copper Contributor
How to trim and concatenate data in different cells?
I need to fill cell C with data from D, E, F and G cells with > separating them like Furniture > Cabinets & Storage. I'm looking for the formula to do it. Could you please help me with it?
- Jan 19, 2022
SergeiBaklan
Jan 19, 2022Diamond Contributor
Sorry for misprint
=D1 & " > " & E1 & " > " & F1 & " > " & G1
Please check in attached file as well
pramodraam
Jan 19, 2022Copper Contributor
Thanks a lot. It is working, but it shouldn't result in last 2 > > "Furniture > Cabinets & Storage > >" If there is no data in the cell, it shouldn't add >. Can you please change your formula to address this?
- SergeiBaklanJan 19, 2022Diamond Contributor
- pramodraamJan 20, 2022Copper Contributor
SergeiBaklan Great, this formula did it. Thank you.
- SergeiBaklanJan 20, 2022Diamond Contributor
pramodraam , you are welcome