J
Jody
Hi guys!
I need some help. I have a table that has a percentage range. Like this.
Less than 90%
0
90.0%
90.9%
$ 2,625
91.0%
91.9%
$ 3,413
92.0%
92.9%
$ 4,200
93.0%
93.9%
$ 4,988
94.0%
94.9%
$ 5,775
95.0%
95.9%
$ 6,563
96.0%
96.9%
$ 7,350
97.0%
97.9%
$ 8,138
98.0%
98.9%
$ 8,925
99.0%
99.9%
$ 9,713
100.0%
100.9%
$ 10,500
101.0%
101.9%
$ 12,600
102.0%
102.9%
$ 14,700
103.0%
103.9%
$ 16,800
104.0%
104.9%
$ 18,900
105.0%
105.9%
$ 21,000
Over 105.9 %
$700 per 1%
What I need to do is be able to input a percent in a cell, then by the table
above, report the number in column C. So if I input 95.2% then I need the
cell to read $6,563. I usually use IF for these things, but I think there's
a better way to do it and I don't think IF can handle this many different
scenarios. I think you can use tables, but not sure how to do it. Any help
would be REALLY appreciated!
I need some help. I have a table that has a percentage range. Like this.
Less than 90%
0
90.0%
90.9%
$ 2,625
91.0%
91.9%
$ 3,413
92.0%
92.9%
$ 4,200
93.0%
93.9%
$ 4,988
94.0%
94.9%
$ 5,775
95.0%
95.9%
$ 6,563
96.0%
96.9%
$ 7,350
97.0%
97.9%
$ 8,138
98.0%
98.9%
$ 8,925
99.0%
99.9%
$ 9,713
100.0%
100.9%
$ 10,500
101.0%
101.9%
$ 12,600
102.0%
102.9%
$ 14,700
103.0%
103.9%
$ 16,800
104.0%
104.9%
$ 18,900
105.0%
105.9%
$ 21,000
Over 105.9 %
$700 per 1%
What I need to do is be able to input a percent in a cell, then by the table
above, report the number in column C. So if I input 95.2% then I need the
cell to read $6,563. I usually use IF for these things, but I think there's
a better way to do it and I don't think IF can handle this many different
scenarios. I think you can use tables, but not sure how to do it. Any help
would be REALLY appreciated!