Lookup Formula

p9j123

Active Member
Joined
Apr 15, 2014
Messages
288
Office Version
  1. 2013
Platform
  1. Windows
I need help on a lookup formula, if possible not VBA.

Here is the requirements:

On Sheet 1 If I put 5% on A1 and PR on B1, then C1 should be return 0.26, this should be based on the table on sheet 2 as shown below.


Pages
Split
%age
CDPRQCLT
0%0.270.240.150.36
5%0.300.260.160.39
10%0.320.280.170.43
15%0.340.300.180.46
20%0.370.330.190.49
25%0.390.350.200.52
30%0.410.370.210.55
35%0.440.390.230.58
40%0.460.420.240.61
45%0.480.440.250.64
50%0.510.460.260.67

<tbody>
</tbody>
 
Last edited:

Excel Facts

What is =ROMAN(40) in Excel?
The Roman numeral for 40 is XL. Bill "MrExcel" Jelen's 40th book was called MrExcel XL.
try this


Excel 2012
ABCDE
15%PR0.26
2
3PagesCDPRQCLT
40%0.270.240.150.36
55%0.30.260.160.39
610%0.320.280.170.43
715%0.340.30.180.46
820%0.370.330.190.49
925%0.390.350.20.52
1030%0.410.370.210.55
1135%0.440.390.230.58
1240%0.460.420.240.61
1345%0.480.440.250.64
1450%0.510.460.260.67
Sheet3
Cell Formulas
RangeFormula
C1=INDEX($B$4:$E$14,MATCH($A$1,$A$4:$A$14,0),MATCH($B$1,$B$3:$E$3,0))
 
Upvote 0
Thank you so much, it works perfectly.

try this

Excel 2012
ABCDE
15%PR0.26
2
3Pages CDPRQCLT
40%0.270.240.150.36
55%0.30.260.160.39
610%0.320.280.170.43
715%0.340.30.180.46
820%0.370.330.190.49
925%0.390.350.20.52
1030%0.410.370.210.55
1135%0.440.390.230.58
1240%0.460.420.240.61
1345%0.480.440.250.64
1450%0.510.460.260.67

<colgroup><col style="width: 25pxpx"><col><col><col><col><col></colgroup><thead>
</thead><tbody>
</tbody>
Sheet3

Worksheet Formulas
CellFormula
C1=INDEX($B$4:$E$14,MATCH($A$1,$A$4:$A$14,0),MATCH($B$1,$B$3:$E$3,0))

<thead>
</thead><tbody>
</tbody>

<tbody>
</tbody>
 
Upvote 0

Forum statistics

Threads
1,214,833
Messages
6,121,868
Members
449,053
Latest member
Mesh

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