I have a very complex set of arguments. I can get my spreadsheet to partially work but not fully and have to use an additional column and make manual adjustments. If anyone could help me just have a single column that would be brilliant!!
I would like a single column for the status of a project. Currently I use 2.
In the first column 'Current Status' the formula is:
=IF(D2="","",IF(D2>TODAY(),"Not due to start",IF(E2="","Due; start not confirmed",IF(G2="","Ongoing",IF(LEFT(C2,3)="Yes","Abandoned / Renounced","Completed")))))
In the second column 'Finish Due' the formula is:
=IF(F3="","",IF(F3>TODAY(),"",IF(G3="","Due to complete; follow-up needed","")))
When I try to incorporate the formula from Column 2 into Column 1, I get the error message of 'too many arguments'. Is there any way around this please?