Hi There,
My usual Formula is:
=vlookup(A2,Table,26,false)
This works if the data is in the same sheet or if the data is in a different tab.
What I need to know is if I take all of column 26 (which is Z) and name it Apricot how does that formula work.
My problem right now is my formula becomes invalid every time I add a column in the main data tab, but if I could find a way for my vlookup to pull using the name (for example apricot) then it wouldn’t matter how many columns I add, move or delete and the rest of the data won’t get messed up.
Theoretically if you use the above formula it should be something like:
=vlookup(A2,Table,Apricot,false)
But every time I do that it gives me an error.
I’ve googled it quite a bit and aren’t getting any luck either so I figured I’d ask you.
Do you possibly have a workaround or solution?
My usual Formula is:
=vlookup(A2,Table,26,false)
This works if the data is in the same sheet or if the data is in a different tab.
What I need to know is if I take all of column 26 (which is Z) and name it Apricot how does that formula work.
My problem right now is my formula becomes invalid every time I add a column in the main data tab, but if I could find a way for my vlookup to pull using the name (for example apricot) then it wouldn’t matter how many columns I add, move or delete and the rest of the data won’t get messed up.
Theoretically if you use the above formula it should be something like:
=vlookup(A2,Table,Apricot,false)
But every time I do that it gives me an error.
I’ve googled it quite a bit and aren’t getting any luck either so I figured I’d ask you.
Do you possibly have a workaround or solution?