Is there a way to capture a range of cells to be merged into one cell without doing the following:
=concatenate(A2,”,”,B2,”,”,C2 etc)?
I was hoping for something that would work more efficiently like =concatenate(A2:F2) and somehow throw a comma between each entry. I’ve inherited a rather large database that isn’t working well for me so I need to merge the data in quite a few cells to accomplish my goal.