I have the following formula on a google sheet:IFERROR(Vlookup(A3,INDIRECT(A$1),1,false),0)
My desire is to have this formula use A3 on line 3, A4 on line 4 and so on
However, sometimes I get it wrong. I copy and paste it, and I wind up using A3 on line 4
What I want is, instead of writing A4 in the formula for line 4, write "column A of this line". Is there an appropriate command for that?
