Hi folks,
I've needed to extend a formula to add in a lot more people under more conditions. I'm getting the syntax error but I don't think it's the quote marks and the column that the formula is in is definitely 'text/number'.
Currently, there's a formula with 5 IF statements that works with no issues with each statement like this:
=IF([Assigned To]@row = "ABC department", "Colleague name" etc.
The new changes are dependent on a couple of columns so I was going to add in some IFs and ANDs to navigate that:
I've done that like this for the 12 extra colleagues that need adding, (using a different formula that I know works and contains IFs with ANDS to guide me):
Per colleague remit:
=IF((AND([product]@row = "ABC", [sub-product]@row = "DEF"), "Colleague name"),Â
I hope this isn't too minimal an example - does anyone have any suggestions, please?
Many thanks,
Sarah