L
Lovelock, David
I am trying to compare the sum of two cells with 30, if that sum i
between zero and 30 I want to fill a value of 30 minus the sum of th
two cells, if the value of the two cells is greater than thirty the
this cell should be zero. I wrote the following formula to start wit
and it doesn't work, any ideas?:
=IF(0<(C33+C39)<30,30,0)
I figured if I could get this formula working then I could replace th
",30," with ((C33+C39)-30
between zero and 30 I want to fill a value of 30 minus the sum of th
two cells, if the value of the two cells is greater than thirty the
this cell should be zero. I wrote the following formula to start wit
and it doesn't work, any ideas?:
=IF(0<(C33+C39)<30,30,0)
I figured if I could get this formula working then I could replace th
",30," with ((C33+C39)-30