murphyjeff4
New Member
- Joined
- Jan 23, 2018
- Messages
- 6
Hello,
I am wanting to use a named range in a IF statement to significant shorten the formula. This is what I am currently using, but would need to expand the formula significantly to gather the information I need.
=IF(AND(F17>0,F17<J10),J10*0.1,IF(AND(F17>J10+1,F17<J11),J11*0.12,IF(AND(F17>J11+1,F17<J12),J12*0.14,0)))
If I inputted 500,000 into cell F17 I want it to import the value from the range in column j and multiple it by the correspond value in the column G (range). For example, if 530,000 is in F17 I want F18 to tell me it's 50,000 (500000*.1).The range/columns are below...
Column J Column G
500000 .1
600000 .11
700000 .12
I am wanting to use a named range in a IF statement to significant shorten the formula. This is what I am currently using, but would need to expand the formula significantly to gather the information I need.
=IF(AND(F17>0,F17<J10),J10*0.1,IF(AND(F17>J10+1,F17<J11),J11*0.12,IF(AND(F17>J11+1,F17<J12),J12*0.14,0)))
If I inputted 500,000 into cell F17 I want it to import the value from the range in column j and multiple it by the correspond value in the column G (range). For example, if 530,000 is in F17 I want F18 to tell me it's 50,000 (500000*.1).The range/columns are below...
Column J Column G
500000 .1
600000 .11
700000 .12