use of INDEX and MATCH

alesbury

New Member
Joined
Jun 4, 2011
Messages
9
Okay, problem 1 solved !

I now need to show that when DATA SET A goes above a value is displays that month.

I tried

=INDEX(B23:HQ23,MATCH(TRUE,B23:HQ24>50000,0))

but that comes up with N/A.

Any ideas where i am going wrong ?

Thanks in advance for your help !
Si
 

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
I've realised that reading this may not make a lot of sense.

So to clarify.

Month 1 Month 2 Month 3 Month 4 Month 5 Month 6
303 607 910 1213 1517 1820

When the value below goes over 50 000 (or number defined by a cell) I need the cell to display the month this occurs.

I have extended the values to past 50 000 on the sheet. Is there a better way of doing this?

either way if you can help with the getting me to show the month when 50 000 is reached that would be great !!

thanks in advance
si
 
Upvote 0
The MATCH reference should be B24:HQ24. To avoid having to confirm your array formula with Ctrl+Shift+Enter, you can use:

=INDEX(B23:HQ23,MATCH(TRUE,INDEX(B24:HQ24>50000,),0))

normally entered.
 
Upvote 0

Forum statistics

Threads
1,224,505
Messages
6,179,147
Members
452,891
Latest member
JUSTOUTOFMYREACH

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