Help, please.
I'm struggling to debug this formula in Smartsheets.
The formula actually works, and can be copy/ pasted with success. However, I'm getting this error message "The column formula syntax isn't quite right" when trying to convert the cell to column formula. Please help. I can't figure this out on my own. Thanks in advance for the attention and support.
Here is my formula:
=IF(AND([BRM Approved]1 = "No, denied.", [HCL Approved]1 = "No"), "No TAS Needed", IF(NOT(ISBLANK([HCL Request No (i.e. HCA00000)]@row)), "TAS Acquired", IF(ISBLANK([HCL Request No (i.e. HCA00000)]1), "TAS Needed")))