Hi, new here. Tried searchign the topic but can't find what I'm looking for. I'm trying to concatenate a string of words across 14 cells. Some cells are blank though. Is there a way to skip the blank cells. Sorry if this is basic but need the help.
Thanks!
Should end up looking like this: House, Milk, Blanket
Looks like this now: , , , House, Milk, , , Blanket
Using this as the formula
=CONCATENATE(F2,", ",G2,", ",H2,", ",I2,", ",J2,", ",K2,", ",L2,", ",M2,", ",N2,", ",O2,", ",P2,", ",Q2,", ",R2,", ",S2)
Thanks!
Should end up looking like this: House, Milk, Blanket
Looks like this now: , , , House, Milk, , , Blanket
Using this as the formula
=CONCATENATE(F2,", ",G2,", ",H2,", ",I2,", ",J2,", ",K2,", ",L2,", ",M2,", ",N2,", ",O2,", ",P2,", ",Q2,", ",R2,", ",S2)