I am hoping someone can correct my nested if statement belowto work properly. I am sure I am nesting incorrectly with using (AND( in themiddle of my formula. I could use the VLOOKUP but I am hoping to avoid it ifpossible. From what I have searched online it appears the AND or OR statementsseem to always be at the end of the formula. Does this have to happen in orderfor the code to work properly?
Can someone help me withthis code? I am getting an error message with this formula. Youve entered toomany arguments. I do need the cells referenced below to stay in this order for the proper result to appear.
Can someone help me withthis code? I am getting an error message with this formula. Youve entered toomany arguments. I do need the cells referenced below to stay in this order for the proper result to appear.
Code:
[FONT=Times New Roman][SIZE=3][COLOR=#000000][/COLOR][/SIZE][/FONT][FONT=Calibri][SIZE=3][COLOR=#000000]=IF(AB71>0, "File to be moved to Closed tab",IF(S65>0, "Final steps to be complete", IF(D68>0, "Documentsto be sent", IF(S54>0, "Signed Docs to be received",IF(and(AC39>0, AA7<>"Approved"),"Pending approval tosend Package", "Approval Received - package to be sent"),IF(AC33>0, "Docs to be acknowledged", IF(AC31>0, "Finaldocs to be sent", IF(AC29>0, "final docs to be approved to send",IF(Y31>0, "final figures to be balanced", IF(Y29>0, "feesto be received", IF(U41=TRUE, " fees to be requested", IF(OR(A37=TRUE,A38=TRUE),"File ready to review", ""))))))))[/COLOR][/SIZE][/FONT]