Help index match questions

Dosneau

New Member
Joined
Dec 5, 2008
Messages
16
SO I have been trying to figure this out for a while...and ofcourse who better to ask then the good folks at MrExcel. I have a table with the following:

Quantity 1 color 2 color 3 color 4 color 5 color
1000 35% 40% 50% 50% 60%
2000 47% 35% 25% 65% 25%
3000 10% 25% 12% 15% 11%
4000 25% 15% 13% 11% 12%
5000 9% 7% 5% 2% 1%

What I am trying to do is where the user inputs the quantity and the number of colors...and out pops the percentage...but can not figure this one out...tried index and match...and can not figure it out...any help as always is appreciated!!! :) thankyou
 
Instead of Roundup...is there any way a >= can be used?...I have the following criterias: it changes not by a static number i.e. 5000 or even 15000...but random...so basically a user should put any number and it maybe a less than or equal to might work better?

<table border="0" cellpadding="0" cellspacing="0" width="73"><col style="mso-width-source:userset;mso-width-alt:2669;width:55pt" width="73"> <tbody><tr style="height:15.0pt" height="20"> <td class="xl63" style="height:15.0pt;width:55pt" height="20" width="73"> 1,000 </td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl64" style="height:15.0pt;border-top:none" height="20"> 5,000 </td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl64" style="height:15.0pt;border-top:none" height="20"> 10,000 </td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl64" style="height:15.0pt;border-top:none" height="20"> 25,000 </td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl64" style="height:15.0pt;border-top:none" height="20"> 50,000 </td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl64" style="height:15.0pt;border-top:none" height="20"> 100,000 </td> </tr> <tr style="height:15.75pt" height="21"> <td class="xl65" style="height:15.75pt;border-top:none" height="21"> 100,001 </td> </tr> </tbody></table>
 
Upvote 0

Excel Facts

What did Pito Salas invent?
Pito Salas, working for Lotus, popularized what would become to be pivot tables. It was released as Lotus Improv in 1989.
Changed to "true"
worked perfectly...sorry did not explain correctly!!!

CHRIS!!!thankyoU!!! as well as everyone else!!!..thanks...thanks..


also chris...alpha worked great!...

=VLOOKUP(E23,D11:J18,MATCH(E21,D11:J11,0),TRUE)
 
Upvote 0

Forum statistics

Threads
1,224,584
Messages
6,179,691
Members
452,938
Latest member
babeneker

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