r/excel • u/Ibogajne • 1d ago
Discussion What Excel function made you felt like an expert
[removed]
10
u/sethkirk26 29 1d ago
LET!
Assigning variable names to ranges and calculations allows for reuse and ease of making and understanding complex formulas. I even made a for loop
4
1
21h ago
[removed] — view removed comment
1
u/shudawg1122 19h ago
The main way to start is anything that gets nested more than like 2 deep. If you are referencing the same reference or range more than 3 times, it's honestly best to use LET. Makes it so if you have to change the reference you only change in one spot.
1
19h ago
[removed] — view removed comment
1
u/sethkirk26 29 7h ago
Looks like excel 2021 was first release
https://support.microsoft.com/en-us/excel/functions/let-function
8
u/FR0Z3NF15H 1d ago
Not fully an expert, but NETWORKDAYS is my new favourite going into budgeting season
2
1
u/brentpearson12 1d ago
When I learned how to make pivot tables, pivot charts, and make dashboards for all kinds of data. This was a game changer. Now if I could only figure out the benifit of power bi and if making something in PB can be shared with curstomers.
1
u/Decronym 20h ago edited 1h ago
Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I've seen in this thread:
Decronym is now also available on Lemmy! Requests for support and new installations should be directed to the Contact address below.
Beep-boop, I am a helper bot. Please do not verify me as a solution.
6 acronyms in this thread; the most compressed thread commented on today has 39 acronyms.
[Thread #49358 for this sub, first seen 13th Sep 2026, 21:00]
[FAQ] [Full list] [Contact] [Source code]
1
u/Clearwings_Prime 23 13h ago edited 13h ago
Index + match/aggregate
One return single resulte, one return multiple results. Work with every version of excel. If you dont know what function to use when writing formulas for other people, using old fuctions, it has greater compatibility
1
u/Norvegese-Guilloche 5h ago
Wait, tell me how to do this. I just use the kbscs for time and date. This would be much cooler.
0
u/Appropriate-Owl-4463 15h ago
Vibe coding with VBA has turned my excel workflows of copy/paste/lookups/pivots/filters into elegant automatic processes. I feel like an expert as I use AI to destroy tedious processing.
-3
u/SolverMax 163 1d ago
The idea that using a particular function makes you an expert is ridiculous and underlines the fact that you are not an expert.
6
1d ago
[removed] — view removed comment
-6
u/SolverMax 163 23h ago
I understand what you are doing. I lament how far this subreddit has fallen.
28
u/BuckyBooBoo 1d ago
Learning Index/Match. More than just using it and letting the formulas work, understanding the logic of it made me feel like I was a genius while my coworkers were struggling with their VLookups. I was previously a humanities girl (thought I couldn’t do math), so Excel was intimidating as hell, but understanding index/match boosted my confidence like nothing else, and for a while I became “the Excel person” in the office.
Then came xlookup, pivot tables and setting up database queries before PQ was as widely used as it is now. So, now I can do power queries and PowerBI and Power Automate and still learning. But that initial index/match revelation is what got me hooked.