S
Sam Giddy
Here's what excel is allowing me to use right now:
=IF((COUNTBLANK(G6:G12))>0,IF(T12>40,IF(T11>40,0,(40-T11)-H12),U12-H12),0)
I need to have another conditional in there to complete the equation, but
excell wont let me, it just says this: "You entered too many arguments for
this function"
I've created equations containing 6 conditionals all wrapped within, on the
same chart that this one is on. Why is it telling me this when I'm only
trying to do 4 now? here's what I need to add
=IF((COUNTBLANK(G6:G12))>0,IF(T12>40,IF(T11>40,0,
IF(((40-T11)-H12)>0,
(40-T11)-H12),
0)
,U12-H12),0)
Please help!
=IF((COUNTBLANK(G6:G12))>0,IF(T12>40,IF(T11>40,0,(40-T11)-H12),U12-H12),0)
I need to have another conditional in there to complete the equation, but
excell wont let me, it just says this: "You entered too many arguments for
this function"
I've created equations containing 6 conditionals all wrapped within, on the
same chart that this one is on. Why is it telling me this when I'm only
trying to do 4 now? here's what I need to add
=IF((COUNTBLANK(G6:G12))>0,IF(T12>40,IF(T11>40,0,
IF(((40-T11)-H12)>0,
(40-T11)-H12),
0)
,U12-H12),0)
Please help!