Kirstym1918
New Member
- Joined
- Dec 17, 2017
- Messages
- 45
Hi all,
I have this formula below which INDEXs a list for every date of the year vertically G4:G369, I then created a match for the column next to the date so if the cell has a H, it returns the date from the INDEX range...BUT it keeps returning the same duplicated date over and over when I drag the formula down in to the next cell 38 cells I am using. I know this is what INDEX/MATCH will do but how to I get the formula to move on to the next match if the cell above has already retrieved it?
=INDEX($G$4:$G$369,MATCH($J$1,$H$4:$H$369,0))
Many Thanks
I have this formula below which INDEXs a list for every date of the year vertically G4:G369, I then created a match for the column next to the date so if the cell has a H, it returns the date from the INDEX range...BUT it keeps returning the same duplicated date over and over when I drag the formula down in to the next cell 38 cells I am using. I know this is what INDEX/MATCH will do but how to I get the formula to move on to the next match if the cell above has already retrieved it?
=INDEX($G$4:$G$369,MATCH($J$1,$H$4:$H$369,0))
Many Thanks