• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Using INDEX to lookup multiple values in a list

skmerrey

New Member
Hi Everyone,

I'm having trouble adapting my formula to look at months instead of a specific data. I am using the INDEX and SMALL function to return Values from a list that have the date I specify. I now need to adapt the formula to look at the month and return the values.

I have attached a sample sheet. My actual tables are much bigger but this is the basic function I need.

Any help or thoughts would be much appreciated.

Thanks
Shaun
 

Attachments

Hi Shaun ,

Try this array formula , to be entered using CTRL SHIFT ENTER :

=INDEX($A$2:$A$13,SMALL(IF(TEXT($B$2:$B$13,"mmm")=$D$15,ROW($B$2:$B$13) - MIN(ROW($B$2:$B$13)) + 1),ROW(1:1)))

Narayan
 
Back
Top