Good afternoon,
I have been getting #INCORRECT ARGUMENT SET error when using this formula:
=IF(AND(Category@row = "Demo account"; [Custumised timeframe]@row = "No"); Submission@row + 30; ""; IF(Category@row = "Content contributor"; [Estimated Editing end date]@row; IF(AND(Category@row = "External supplier"; [Custumised timeframe]@row = "No"); Submission@row + 244; ""; IF(Category@row = "Cambridge Endorsement Partner"; [Access end-date]@row; IF(Category@row = "IB Org User"; [Lifetime end date]@row))))))
Is there anything I am not noticing that should be changed or added? Is it too much for one cell/column?
Thank you in advance!