I would like to know if it is possible to chain together if statements using the & symbol, similar to Excel.
e.g. =IF(Brand@row="","",Brand@row&" ")&IF(Model@row="","",Model@row&" ")
I have used this method in Excel, but this doesn't work in Smartsheet. Is there a way to make this work?