S
SARAH
Hi
I need a formula to calculate based on which criteria applies
ex..
If the value in cell E342 is <37 make E345 = E342-37
If the value in cell e342 is >44 make e345 = 37-e342
If the value in cell e342 is between 37 and 44 make e345 = 0
Hope this makes sense
This is as far as I got
=SUMIF(E342,"=<37")
Thanks
I need a formula to calculate based on which criteria applies
ex..
If the value in cell E342 is <37 make E345 = E342-37
If the value in cell e342 is >44 make e345 = 37-e342
If the value in cell e342 is between 37 and 44 make e345 = 0
Hope this makes sense
This is as far as I got
=SUMIF(E342,"=<37")
Thanks