this post was submitted on 13 Apr 2025
1295 points (99.5% liked)

Programmer Humor

24458 readers
57 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] feannag@sh.itjust.works 16 points 2 months ago (2 children)

There's no way they're using xlookup at year 7. You can pry my index match from my cold dead hands.

[โ€“] xpinchx@lemmy.world 7 points 2 months ago (1 children)

Xlookup works fine for like 90% of cases, I save index match mainly for when I need to return multiple lookup values. In which case I load into BI because I always forget how index match works ๐Ÿ˜ซ

[โ€“] feannag@sh.itjust.works 6 points 2 months ago* (last edited 2 months ago) (1 children)

I should probably learn how BI works, but I'm mostly torturing excel to do things it was never intended to do.

Also I do a lot of lookups and xlookup will slow my sheet down.

[โ€“] xpinchx@lemmy.world 3 points 2 months ago

Yeah if its something ad hoc I'll paste values but for sheets meant to be maintained I'll do it in PQ through merges or calculated columns. Lookups get the job done but they are expensive ;)

[โ€“] arotrios@lemmy.world 3 points 2 months ago

cackles manically in DAX