Hi,
I'm creating a holiday planner that has dates in one row from Jan-Dec and a list of names in column A.
I am trying to create a report on a separate sheet that returns all dates based on a the code entered in the rows beneath.
I'm currently using this:
=INDEX($I$9:$GH9,MATCH(B25,$I$10:$GH$10,0))
where B25 has the value of the fist code, in this case "H" (for Holiday)
This works great for the first entry of the letter "H" and returns the date above as expected.
Can someone point me in the direction to return all occurrences in the row that have a "H" below.
Your help is much appreciated.
Bookmarks