I have some values in column B that reads like this:
Last 20
Team1
Team2
Team3
Top
Last 50
Team1
Team2
...and so on
What I want is to put the text 'Last 20' next to each team in column A. And then when it gets to last 50 I want to put 'Last 50' next each team that comes after last 50.
Is this possible? I've messed around with VLOOKUP but I don't think that is the right function.