Stephen357
New Member
- Joined
- May 4, 2018
- Messages
- 3
Hi,
I am really stuck. Here's what I am trying to do.
I have a checkbox, when TRUE the following calculation needs to be done. A- a variable number entered by someone is multiplied by B- a variable number entered by someone. As the value of A goes up the multiplier values which are fixed D,E,F change. Example: A=50 X B=225, C=11,250. C X D=.0122 = 137.25. OR, A=125 X B=225, C=28,125. C X D=.0112 = 315.00
A X B= C
A>=24, A<=99 then C X D
A>=100, A<=250 then C X E
A>250 then C X F
My original statement with H2 as the Checkbox: =IF(H2=TRUE,(J6*0.0122+K6*0.0168)*(J7+K7),0) works fine but I can't seem to get multiple OR's to select variable D,E,F?
Can't figure it out. Help!!
I am really stuck. Here's what I am trying to do.
I have a checkbox, when TRUE the following calculation needs to be done. A- a variable number entered by someone is multiplied by B- a variable number entered by someone. As the value of A goes up the multiplier values which are fixed D,E,F change. Example: A=50 X B=225, C=11,250. C X D=.0122 = 137.25. OR, A=125 X B=225, C=28,125. C X D=.0112 = 315.00
A X B= C
A>=24, A<=99 then C X D
A>=100, A<=250 then C X E
A>250 then C X F
My original statement with H2 as the Checkbox: =IF(H2=TRUE,(J6*0.0122+K6*0.0168)*(J7+K7),0) works fine but I can't seem to get multiple OR's to select variable D,E,F?
Can't figure it out. Help!!