Index Match Max?

Z

Zsoup

I'm working on a pricing tool that uses a single price per user until 3
people. After that it switches to a banded approach. In other words
once you hit 31 people you are charged for 40. So far I have a formul
of:

=INDEX($D$36:$AP$41,MATCH(D9,$C$36:$C$41,0),MATCH(E9,$D$35:$AP$35,0))

It works up to 30 but then it bombs out after that. Any advice would b
greatly appreciated

+-------------------------------------------------------------------
+-------------------------------------------------------------------
 
K

Kevin@Radstock

You will need to post a sample worksheet as the formula doesn't mea
much!

Zsoup;1607957 said:
I'm working on a pricing tool that uses a single price per user until 3
people. After that it switches to a banded approach. In other words
once you hit 31 people you are charged for 40. So far I have a formul
of:

=INDEX($D$36:$AP$41,MATCH(D9,$C$36:$C$41,0),MATCH(E9,$D$35:$AP$35,0))

It works up to 30 but then it bombs out after that. Any advice would b
greatly appreciated

+-------------------------------------------------------------------
+-------------------------------------------------------------------
 
K

Kevin@Radstock

Hi

It works for me, there are no values 31 - 39 so it will not retur
anything, except for #N/A.



Zsoup;1607960 said:
Attached a sample file. Like I said works for values 1 through 30. Bu
if I enter 31 to 40 I should get the value for 40..

+-------------------------------------------------------------------
+-------------------------------------------------------------------
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top