Galileo
Footballguy
I have several formulas that I wish to copy down their respective columns. Here is an example...
=INDEX('Team Selection'!$A$3:$A$66,MATCH(6,'Team Selection'!K$3:K$66,0))
I would like the formula to stay identical except for the bolded column reference, K. For each subsequent row, I want that to change to L, M, N, etc... Is there a way to accomplish this? The formula currently copies with the K for every entry and I would have to manually change it.
=INDEX('Team Selection'!$A$3:$A$66,MATCH(6,'Team Selection'!K$3:K$66,0))
I would like the formula to stay identical except for the bolded column reference, K. For each subsequent row, I want that to change to L, M, N, etc... Is there a way to accomplish this? The formula currently copies with the K for every entry and I would have to manually change it.