S
slow386
Hi Folks:
I have a row of 6 columns to add (E thru J)
The values of each cell goes from 0 to 5 in 0.5 increments.
If the value of E is less than 1.5, I'd like to just do s straight addition
(max value 30.0)
If the value of E is greater than 2.0, then I would like to double the added
value of get 60.0
What I'm using is =IF(E12<2,,(E12+F12+G12+H12+I12+J12)*2) which works. . .
However, if E12 is under 2.0, then it evaluates to 0 instead of 30
Any help wd be appreciated - Thanks
I have a row of 6 columns to add (E thru J)
The values of each cell goes from 0 to 5 in 0.5 increments.
If the value of E is less than 1.5, I'd like to just do s straight addition
(max value 30.0)
If the value of E is greater than 2.0, then I would like to double the added
value of get 60.0
What I'm using is =IF(E12<2,,(E12+F12+G12+H12+I12+J12)*2) which works. . .
However, if E12 is under 2.0, then it evaluates to 0 instead of 30
Any help wd be appreciated - Thanks