3 comments

  • pavel_lishin56 minutes ago
    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.<p>About once a year I go looking for that video, and about half the time, I find it, and half the time I don&#x27;t. I should really bookmark it.
    • imurray49 minutes ago
      I think you&#x27;re thinking of &quot;You Suck at Excel&quot; by Joel Spolsky. <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=JxBg4sMusIg" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=JxBg4sMusIg</a><p>Lots of past HN discussion... <a href="https:&#x2F;&#x2F;hn.algolia.com&#x2F;?q=you+suck+at+excel" rel="nofollow">https:&#x2F;&#x2F;hn.algolia.com&#x2F;?q=you+suck+at+excel</a><p>That video was before the introduction of xlookup, which I believe is now worth considering over index and match.
  • abstractspoon4 days ago
    In Excel
    • jonasenordin44 minutes ago
      Important_Distinction. _That_Should_Be_in_the_Headline_Maybe.<p>Thanks, saving a click, not going for the article; not that it&#x27;s necessarily bad or uninteresting; not that I wouldn&#x27;t if I had more time on this planet.
      • jonasenordin22 minutes ago
        Went ahead and clicked anyway, scientifically-minded that I am. No appreciable disillusionment occurred.<p>Didn&#x27;t Excel gain the ability to use names at some point?<p>Is &#x27;anominal&#x27; a word? As in &#x27;anominal&#x27; or &#x27;non-nominal&#x27; programming, or &#x27;un-&#x27; or &#x27;dis-&#x27;. Maybe Excel rises to &#x27;pseudonominal&#x27;.<p>--- quote ---<p>Most users would use below nested IF function<p>=IF(B2=$F$3,$G$3,IF(B2=$F$4,$G$4,IF(B2=$F$5,$G$5,IF(B2=$F$6,$G$6,IF(B2=$F$7,$G$7,IF(B2=$F$8,$G$8))))))
  • esafak37 minutes ago
    A benighted programming language if I ever saw one. I don&#x27;t use Excel so maybe someone call tell me why people don&#x27;t just migrate their queries to Python: <a href="https:&#x2F;&#x2F;support.microsoft.com&#x2F;en-US&#x2F;Excel&#x2F;python&#x2F;get-started-with-python-in-excel" rel="nofollow">https:&#x2F;&#x2F;support.microsoft.com&#x2F;en-US&#x2F;Excel&#x2F;python&#x2F;get-started...</a><p>Is support poor? Competitors can do it: <a href="https:&#x2F;&#x2F;www.quadratichq.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.quadratichq.com&#x2F;</a> (look at their VLOOKUP example)