There was an excellent excel video by ... someone famous in our field whose name escapes me, and one thing I internalized from that was that VLOOKUP is always a bad choice, and INDEX + MATCH is almost always what you want instead.
About once a year I go looking for that video, and about half the time, I find it, and half the time I don't. I should really bookmark it.
Thanks, saving a click, not going for the article; not that it's necessarily bad or uninteresting; not that I wouldn't if I had more time on this planet.
There was an excellent excel video by ... someone famous in our field whose name escapes me, and one thing I internalized from that was that VLOOKUP is always a bad choice, and INDEX + MATCH is almost always what you want instead.
About once a year I go looking for that video, and about half the time, I find it, and half the time I don't. I should really bookmark it.
I think you're thinking of "You Suck at Excel" by Joel Spolsky. https://www.youtube.com/watch?v=JxBg4sMusIg
Lots of past HN discussion... https://hn.algolia.com/?q=you+suck+at+excel
That video was before the introduction of xlookup, which I believe is now worth considering over index and match.
In Excel
Important_Distinction. _That_Should_Be_in_the_Headline_Maybe.
Thanks, saving a click, not going for the article; not that it's necessarily bad or uninteresting; not that I wouldn't if I had more time on this planet.
A benighted programming language if I ever saw one. I don't use Excel so maybe someone call tell me why people don't just migrate their queries to Python: https://support.microsoft.com/en-US/Excel/python/get-started...
Is support poor? Competitors can do it: https://www.quadratichq.com/ (look at their VLOOKUP example)