C
Candace
I am using the following formula with works great, but I need to add
something to it.
=IF(AND(TODAY()>=C35,TODAY()<=D35,ISBLANK(G2)),C2+I2,"")
In addition to the criteria in this formula I need to add logic that says:
If G2 is "not" blank, give the sum of C2 - H2 + I2
My problem is I don't know how to include all of this logic in a single
formula. Any ideas?
something to it.
=IF(AND(TODAY()>=C35,TODAY()<=D35,ISBLANK(G2)),C2+I2,"")
In addition to the criteria in this formula I need to add logic that says:
If G2 is "not" blank, give the sum of C2 - H2 + I2
My problem is I don't know how to include all of this logic in a single
formula. Any ideas?