Hi,
I want to copy a formula down a columns to about 200 cells.
This is the formula;
=IFERROR(VLOOKUP(I5,A5:C330,2,0),0)
The only thing that should change is the row for I. So it should look like this
=IFERROR(VLOOKUP(I5,A5:C330,2,0),0)
=IFERROR(VLOOKUP(I6,A5:C330,2,0),0).
=IFERROR(VLOOKUP(I7,A5:C330,2,0),0)
=IFERROR(VLOOKUP(I8,A5:C330,2,0),0) Etc
However when I copy this formula down the column (Column J) the data source changes too
=IFERROR(VLOOKUP(I5,A5:C330,2,0),0)
=IFERROR(VLOOKUP(I6,A6:C331,2,0),0)
=IFERROR(VLOOKUP(I7,A7:C332,2,0),0)
=IFERROR(VLOOKUP(I8,A8:C333,2,0),0)
How do I make it change only the cell for I. It is too much to manually change the formula 200 times.
Please help!
I want to copy a formula down a columns to about 200 cells.
This is the formula;
=IFERROR(VLOOKUP(I5,A5:C330,2,0),0)
The only thing that should change is the row for I. So it should look like this
=IFERROR(VLOOKUP(I5,A5:C330,2,0),0)
=IFERROR(VLOOKUP(I6,A5:C330,2,0),0).
=IFERROR(VLOOKUP(I7,A5:C330,2,0),0)
=IFERROR(VLOOKUP(I8,A5:C330,2,0),0) Etc
However when I copy this formula down the column (Column J) the data source changes too
=IFERROR(VLOOKUP(I5,A5:C330,2,0),0)
=IFERROR(VLOOKUP(I6,A6:C331,2,0),0)
=IFERROR(VLOOKUP(I7,A7:C332,2,0),0)
=IFERROR(VLOOKUP(I8,A8:C333,2,0),0)
How do I make it change only the cell for I. It is too much to manually change the formula 200 times.
Please help!