Greater than / Less than formula help

c1penland

New Member
Joined
Apr 16, 2018
Messages
1
Cell P4 has a percentage in it. What I need to do is have a formula that if P4 falls between the table below the dollar amount is displayed in Q4. Any help You can offer would be greatly appreciated

Column R Column S Column T
Row 12 0% 24% $0.00
Row 13 25%​
26% $1.00
Row 14 27%​
28% $2.00
Row 15 29%​
30% $4.00
Row 16 31%​
33% $5.00
Row 17 34%​
36% $6.00
Row 18 37%​
39% $7.00
Row 19 40%​
100% $8.00

<tbody>
</tbody>
 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)

Book1
PQRST
433%$5.00
120%24%$0.00
1325%26%$1.00
1427%28%$2.00
1529%30%$4.00
1631%33%$5.00
1734%36%$6.00
1837%39%$7.00
1940%100%$8.00
Sheet1
Cell Formulas
RangeFormula
Q4=VLOOKUP($P4,$R$12:$T$19,3,TRUE)


WBD
 
Upvote 0
try

=LOOKUP(P4,R12:R19,T12:T19)
 
Upvote 0
Cell P4 has a percentage in it. What I need to do is have a formula that if P4 falls between the table below the dollar amount is displayed in Q4. Any help You can offer would be greatly appreciated

Column R Column S Column T
Row 12 0% 24% $0.00
Row 13 25%​
26% $1.00
Row 14 27%​
28% $2.00
Row 15 29%​
30% $4.00
Row 16 31%​
33% $5.00
Row 17 34%​
36% $6.00
Row 18 37%​
39% $7.00
Row 19 40%​
100% $8.00

<tbody>
</tbody>

Hi!

Try this in Q4

=LOOKUP(P4,$R$12:$T$19)


OPQRSTU
1
2
3 %Result
4 35%6,00
5
6
7
8
9
10
11 Column RColumn SColumn T
12 0%24%0,00
13 25%26%1,00
14 27%28%2,00
15 29%30%4,00
16 31%33%5,00
17 34%36%6,00
18 37%39%7,00
19 40%100%8,00
20
21
************************************************

<colgroup><col><col><col span="2"><col span="3"><col></colgroup><tbody>
</tbody>


Markmzz
 
Last edited:
Upvote 0

Forum statistics

Threads
1,214,875
Messages
6,122,037
Members
449,062
Latest member
mike575

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top