Set a formula on many cells with minimal manual edits
- by makerofthings7
I need to set the following formula on many cells:
=VLOOKUP(MAX(Historical!$A$5:$FZ$99999),Historical!$A$5:$FZ$99999,7,1)
This formula looks up the most recent date in the History table, and returns the value specified. Here I'm returning column 7.
How can I paste the cells and auto increment the value where "7" is. In other words I need to paste that summary formula on several hundred cells and change the number 7 for each.