Formula to use?
I want to create a new column that combines (5) of the columns on my sheet.
This new column would be on the same sheet as the (5) columns.
Column A thru E
I want it to read like the below:
Column A - Column B Column C - Column D Column E
What is the best formula/ way to do this?
Thanks!
Answers
-
Hi @Lisa H.
=[Column A]@row + " - " + [Column B]@row + " " + [Column C]@row + " - " + [Column D]@row + " " + [Column E]@row
Does this help? Let me know.Sincerely,
Jacob Stey
-
Nope - that gives me an 'unparseable' error. But making sure I am doing it right - you do use the name of the column for each one in [brackets] right? Thx!
EDIT I just got it to work - I forgot a space where one needed to be at =) Thx!
Help Article Resources
Categories
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!