Hacker News new | past | comments | ask | show | jobs | submit login

you can still use table names in vlookups, and it will still not solve your problem because vlookups do not work by table headers but by column numbers



You can use either index/match as avs733 suggested, or alternatively:

    =VLOOKUP(value, Sometable, MATCH("Column2", Sometable[#Headers]))




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: