Hi Community,
I have an IF function that I have working on a row but if it try and copy the formula into row below or convert to a column formula it does not work and gives #unparable. Formula is below. Am I missing something obvious?
=((IF([FAS Time]@row > 0, "FAS, ")) + (IF([FSE Time]@row > 0, "FSE, ")) + (IF([Cust Care Time]@row > 0, "FSE, ")) + (IF([FS Manager]@row > 0, "FS Manager, ")) + (IF(GIS@row > 0, "GIS, ")) + (IF([TS Time]@row > 0, "TS, ")) + (IF([TS Manager]@row > 0, "TS Manager, ")) + (IF([Chan Part FSE Time]@row > 0, "FSE, ")) + (IF([Global Compliance]@row > 0, "Global Compliance, ")) + (IF([Field Compliance Time]@row > 0, "Field Compliance, ")) + (IF([Finance Time]@row > 0, "Finance, ")) + (IF([Shipping Logistics Time]@row > 0, "Logistics, ")) + (IF([GFSL Time]@row > 0, "GFSL, ")) + (IF([Global Prod Supp Time]@row > 0, "GPS, ")) + (IF([GSO Time]@row > 0, "GSO, ")) + (IF(RSO Time@row > 0, "RSO, ")) + (IF(QA@row > 0, "QA, ")))
Any help appreciated.