I'm currently using this formula to provide me with the last three full entries in a row, but I wanted to see if I can add a match feature, where it will match the team in cell E14 with E2:E5 then run the current formula.
=INDEX($F$2:$S$2,COUNTA($F$2:$S$2)-COLUMNS($F14:F14)+1)
I assume Match would be a good option?
=INDEX($F$2:$S$2,COUNTA($F$2:$S$2)-COLUMNS($F14:F14)+1)
I assume Match would be a good option?