Im trying to write a formula that if the sum of the range b2:02 is less than 80 then multiply the sum by 9 or if the sum of b2:o2 is higher than 80 just multiply 80 by 9
or if u know a better way to write it let me know i just want it to multiply only 80 by 9 if the sum is higher than 80 and if its less than 80 then at that point multiply the sum by 9
IF(SUM(B2:O2)<80,(SUM(B2:O2))*9,) or IF(SUM(B2:O2)>80,(80*9))
2006-12-16
09:42:57
·
3 answers
·
asked by
Josh m
1
in
Computers & Internet
➔ Software