pjandshelly
Board Regular
- Joined
- Jan 25, 2017
- Messages
- 61
I have sentences on adjacent rows. I am wanting to concatenate those into one row. What would the formula be to create that? Thank you for any assistance.
If you have sentences in A1, A2, and A3 that you want in a single cell, you can use:
Code:=CONCATENATE(A1,A2,A3)
Not easily. It would probably have to be some sort of array formula that is beyond my knowledge. It would have to be done in a separate range though. Formulas cannot delete rows on a sheet.Is there a formula that would be able to do the same thing?