Hi!
I have been trying to figure out how to do this one thing but cant for the life of me figure it out. I have vastly simplified it below, but essentially I am trying to have one formula that will "hlookup" off the name on the top and give the nth occurrence of a specific date going down. I cant simply do an Hlookup because sometimes i need the 2nd or 3rd occurrence of the date. Thanks in advance for any help!
I have a tab with multiple different Columns of Data for example;
Date Peter John Kevin
June 1 1 2 3
July 1 4 5 6
August 1 7 8 9
June 1 10 11 12
July 1 13 14 15
August 1 16 17 18
I then have a summary sheet looking like;
1st Occurrence
Name June 1 July 1 August 1
Peter 1 4 7
John 2 5 8
Kevin 3 6 9
2nd Occurrence
Name June 1 July 1 August 1
Peter 10 13 16
John 11 14 17
Kevin 12 15 18
I have been trying to figure out how to do this one thing but cant for the life of me figure it out. I have vastly simplified it below, but essentially I am trying to have one formula that will "hlookup" off the name on the top and give the nth occurrence of a specific date going down. I cant simply do an Hlookup because sometimes i need the 2nd or 3rd occurrence of the date. Thanks in advance for any help!
I have a tab with multiple different Columns of Data for example;
Date Peter John Kevin
June 1 1 2 3
July 1 4 5 6
August 1 7 8 9
June 1 10 11 12
July 1 13 14 15
August 1 16 17 18
I then have a summary sheet looking like;
1st Occurrence
Name June 1 July 1 August 1
Peter 1 4 7
John 2 5 8
Kevin 3 6 9
2nd Occurrence
Name June 1 July 1 August 1
Peter 10 13 16
John 11 14 17
Kevin 12 15 18