kltinaheart
New Member
- Joined
- Apr 20, 2018
- Messages
- 14
Hey all,
getting N/A errors for some reason.
First part of formula is - look at J for “closed” if its there do this math.
2nd part is - Otherwise (if J doesn't have anything, or says something else) do this math.
For some reason, in the 2nd part of formula, that Column O that im pulling from to do the math function in the first part is effecting the 2nd part.
When I click on the empty cell in O, and simply press delete, the formula all of the sudden works.
Ideas?
getting N/A errors for some reason.
Code:
[FONT=arial][SIZE=2][COLOR=#000000]=IF(AND(OR(J255="Closed",J255="Auto-closed"),C255=1,NETWORKDAYS(D255,O255)<=17),"OnTime",[/COLOR][/SIZE][/FONT][FONT=Calibri][SIZE=3][COLOR=#000000]<o:p></o:p>[/COLOR][/SIZE][/FONT]
[FONT=arial][SIZE=2][COLOR=#000000]IF(AND(OR(J255="Closed",J255="Auto-closed"),C255=2,NETWORKDAYS(D255,O255)<=17),"OnTime",[/COLOR][/SIZE][/FONT][FONT=Calibri][SIZE=3][COLOR=#000000]<o:p></o:p>[/COLOR][/SIZE][/FONT]
[FONT=arial][SIZE=2][COLOR=#000000]IF(AND(OR(J255="Closed",J255="Auto-closed"),C255=3,NETWORKDAYS(D255,O255)<=10),"OnTime",[/COLOR][/SIZE][/FONT][FONT=Calibri][SIZE=3][COLOR=#000000]<o:p></o:p>[/COLOR][/SIZE][/FONT]
[FONT=arial][SIZE=2][COLOR=#000000]IF(AND(OR(J255="Closed",J255="Auto-closed"),C255=4,NETWORKDAYS(D255,O255)<=5),"OnTime",[/COLOR][/SIZE][/FONT][FONT=Calibri][SIZE=3][COLOR=#000000]<o:p></o:p>[/COLOR][/SIZE][/FONT]
[FONT=arial][SIZE=2][COLOR=#000000]IF(AND(OR(J255="Closed",J255="Auto-closed"),C255=5,NETWORKDAYS(D255,O255)<=1),"OnTime",[/COLOR][/SIZE][/FONT][FONT=Calibri][SIZE=3][COLOR=#000000]<o:p></o:p>[/COLOR][/SIZE][/FONT]
[FONT=arial][SIZE=2][COLOR=#000000]IF(AND(C255=1,NETWORKDAYS(D255,P255)<=17),"OnTime",[/COLOR][/SIZE][/FONT][FONT=Calibri][SIZE=3][COLOR=#000000]<o:p></o:p>[/COLOR][/SIZE][/FONT]
[FONT=arial][SIZE=2][COLOR=#000000]IF(AND(C255=2,NETWORKDAYS(D255,P255)<=17),"OnTime",[/COLOR][/SIZE][/FONT][FONT=Calibri][SIZE=3][COLOR=#000000]<o:p></o:p>[/COLOR][/SIZE][/FONT]
[FONT=arial][SIZE=2][COLOR=#000000]IF(AND(C255=3,NETWORKDAYS(D255,P255)<=10),"OnTime",[/COLOR][/SIZE][/FONT][FONT=Calibri][SIZE=3][COLOR=#000000]<o:p></o:p>[/COLOR][/SIZE][/FONT]
[FONT=arial][SIZE=2][COLOR=#000000]IF(AND(C255=4,NETWORKDAYS(D255,P255)<=5),"OnTime",[/COLOR][/SIZE][/FONT][FONT=Calibri][SIZE=3][COLOR=#000000]<o:p></o:p>[/COLOR][/SIZE][/FONT]
[FONT=arial][SIZE=2][COLOR=#000000]IF(AND(C255=5,NETWORKDAYS(D255,P255)<=1),"OnTime",[/COLOR][/SIZE][/FONT][FONT=Calibri][SIZE=3][COLOR=#000000]<o:p></o:p>[/COLOR][/SIZE][/FONT]
[FONT=arial][SIZE=2][COLOR=#000000]"OUT"))))))))))[/COLOR][/SIZE][/FONT][FONT=Calibri][SIZE=3][COLOR=#000000]<o:p></o:p>[/COLOR][/SIZE][/FONT]
First part of formula is - look at J for “closed” if its there do this math.
2nd part is - Otherwise (if J doesn't have anything, or says something else) do this math.
For some reason, in the 2nd part of formula, that Column O that im pulling from to do the math function in the first part is effecting the 2nd part.
When I click on the empty cell in O, and simply press delete, the formula all of the sudden works.
Ideas?