S
sonar
Hi
when the amount in CB17 is equal to the value in my CC17, my formula i
CC17 freaks out, it gives me the ### error.
CC17 formula:
=IF((CD17)<>"",0,(IF(CB17>
(IF(OR(BW17=0,BX17=0),0,(IF(BW17<TIME(7,0,0),TIME(7,0,0)-BW17,0))+(IF(BX17>TIME(19,0,0),BX17
TIME(19,0,0),0)))),0,(IF(OR(BW17=0,BX17=0),0,IF(BW17<TIME(7,0,0),TIME(7,0,0)-BW17,0))+(IF(BX17>TIME(19,0,0),BX17-TIME(19,0,0),0)))-CB17)))
What the formula is supposed to do is:
If my CD17 has no content, return a zero, else (if my CB17 are greate
or equal to (inbedded formula), then return a zero, else (inbedde
formula) less CB17)
How can I change the > sign
=IF((CD17)<>"",0,(IF(CB17>
(IF(OR(BW17=0,BX17=0),0,(IF(BW17<TIME(7,0,0),TIME(7,0,0)-BW17,0))+(IF(BX17>TIME(19,0,0),BX17
TIME(19,0,0),0)))),0,(IF(OR(BW17=0,BX17=0),0,IF(BW17<TIME(7,0,0),TIME(7,0,0)-BW17,0))+(IF(BX17>TIME(19,0,0),BX17-TIME(19,0,0),0)))-CB17)))
to an > and equal to CB17 to give me " " or zero (0) without freakin
out?
I hope I have explained it right.
:confused
when the amount in CB17 is equal to the value in my CC17, my formula i
CC17 freaks out, it gives me the ### error.
CC17 formula:
=IF((CD17)<>"",0,(IF(CB17>
(IF(OR(BW17=0,BX17=0),0,(IF(BW17<TIME(7,0,0),TIME(7,0,0)-BW17,0))+(IF(BX17>TIME(19,0,0),BX17
TIME(19,0,0),0)))),0,(IF(OR(BW17=0,BX17=0),0,IF(BW17<TIME(7,0,0),TIME(7,0,0)-BW17,0))+(IF(BX17>TIME(19,0,0),BX17-TIME(19,0,0),0)))-CB17)))
What the formula is supposed to do is:
If my CD17 has no content, return a zero, else (if my CB17 are greate
or equal to (inbedded formula), then return a zero, else (inbedde
formula) less CB17)
How can I change the > sign
=IF((CD17)<>"",0,(IF(CB17>
(IF(OR(BW17=0,BX17=0),0,(IF(BW17<TIME(7,0,0),TIME(7,0,0)-BW17,0))+(IF(BX17>TIME(19,0,0),BX17
TIME(19,0,0),0)))),0,(IF(OR(BW17=0,BX17=0),0,IF(BW17<TIME(7,0,0),TIME(7,0,0)-BW17,0))+(IF(BX17>TIME(19,0,0),BX17-TIME(19,0,0),0)))-CB17)))
to an > and equal to CB17 to give me " " or zero (0) without freakin
out?
I hope I have explained it right.
:confused