Hi all,
I have a multiple IFs condition formula which works fine below:
=IF(AND(I200="",J200="",K200=""),"N",IF(AND(G200<today(),h200<>"Complete"),"Forecast End Date is before current date - Status needs to be Complete or Date needs to be updated. Note: Status also cannot be Green",IF(AND(E200<today(),h200="not started"),"start="" date="" past="" current="" -="" either="" modify="" start="" or="" change="" status",if(and(i200="100%,G200">TODAY()),"Status is 100% - Forecast End Date needs to reflect current or earlier date",IF(AND(J200="",OR(H200="Amber",H200="Red")),"Comments cannot be blank if Status is Amber or Red",IF(AND(I200=100%,H200<>"Complete"),"Status is 100% but Status does not display Complete",IF(AND(H200="Complete",I200<>100%),"Status displays Complete but % Complete is not 100%",IF(OR(ISBLANK(B200)=TRUE,ISBLANK(C200)=TRUE,ISBLANK(D200)=TRUE,ISBLANK(E200)=TRUE,ISBLANK(F200)=TRUE,ISBLANK(G200)=TRUE),"One of the Cells needs to be filled",IF(OR(ISNUMBER(DAY(E200))=FALSE,ISNUMBER(DAY(G200))=FALSE,G200>=E200),"N","Start Date is later than the Forecast End Date OR there is an invalid date - Modify either Start or Forecast End Date")))))))))
However when I try to insert the below working formula also to the above formula, I get a Too many arguments error. Can someone please advise how to fix this?
=IF(AND(G200-F200>60,H200="Green"),"Forecast End Date is two months or greater from the Baseline End Date, Status cannot be Green","")</today(),h200="not></today(),h200<>
I have a multiple IFs condition formula which works fine below:
=IF(AND(I200="",J200="",K200=""),"N",IF(AND(G200<today(),h200<>"Complete"),"Forecast End Date is before current date - Status needs to be Complete or Date needs to be updated. Note: Status also cannot be Green",IF(AND(E200<today(),h200="not started"),"start="" date="" past="" current="" -="" either="" modify="" start="" or="" change="" status",if(and(i200="100%,G200">TODAY()),"Status is 100% - Forecast End Date needs to reflect current or earlier date",IF(AND(J200="",OR(H200="Amber",H200="Red")),"Comments cannot be blank if Status is Amber or Red",IF(AND(I200=100%,H200<>"Complete"),"Status is 100% but Status does not display Complete",IF(AND(H200="Complete",I200<>100%),"Status displays Complete but % Complete is not 100%",IF(OR(ISBLANK(B200)=TRUE,ISBLANK(C200)=TRUE,ISBLANK(D200)=TRUE,ISBLANK(E200)=TRUE,ISBLANK(F200)=TRUE,ISBLANK(G200)=TRUE),"One of the Cells needs to be filled",IF(OR(ISNUMBER(DAY(E200))=FALSE,ISNUMBER(DAY(G200))=FALSE,G200>=E200),"N","Start Date is later than the Forecast End Date OR there is an invalid date - Modify either Start or Forecast End Date")))))))))
However when I try to insert the below working formula also to the above formula, I get a Too many arguments error. Can someone please advise how to fix this?
=IF(AND(G200-F200>60,H200="Green"),"Forecast End Date is two months or greater from the Baseline End Date, Status cannot be Green","")</today(),h200="not></today(),h200<>