Benable — create shareable lists of things you recommend!
E.g., products you love, local businesses, travel recs - you can add anything to a Benable list!

💻 Excel Functions I Actually Use in Real Life

Purple Star emoji 22 items
Not just formulas for exams — tools that quietly save my time every week. 
I don’t use Excel for complicated corporate dashboards. I use it for budgeting, tracking, planning, and simplifying life. These are the functions I genuinely return to — the ones that make daily tasks easier and cleaner. 
I teach Excel in a simple, practical way — especially for beginners and students who feel overwhelmed. If you’d like guidance, you’re welcome to message me.
Map
Sections
3
 
 
 

📈 SECTION 1 — Functions That Help Me Calculate Faster

For money, marks, totals, and quick clarity.

 
Shunyo Osho profile picture
The most basic — but I use it constantly for totals and expenses.
SUM function
 
Shunyo Osho profile picture
Helps me quickly understand trends — whether marks, spending, or performance.
AVERAGE function
 
Shunyo Osho profile picture
Tells me how many entries I’m actually dealing with.
COUNT function
 
Shunyo Osho profile picture
Useful when I want to count non-empty cells.
COUNTA function
 
Shunyo Osho profile picture
Shows me the highest value instantly.
MAX function
 
Shunyo Osho profile picture
Just as useful for spotting the lowest number.
Excel MIN Function

🔎 SECTION 2 — Functions That Help Me Think Smarter

When I need logic, filtering, or decision-making.

 
Shunyo Osho profile picture
I use this when I want Excel to make small decisions for me.
IF function
 
Shunyo Osho profile picture
Keeps sheets clean and professional.
IFERROR function
 
Shunyo Osho profile picture
Saves time when looking for related data for a specific Value (Vertically in Columns)
VLOOKUP function
 
Shunyo Osho profile picture
Saves time when looking for related data for a specific Value (Horizontally in Rows)
HLOOKUP function
 
Shunyo Osho profile picture
More powerful than VLOOKUP and HLOOKUP — and more flexible.
XLOOKUP function
 
Shunyo Osho profile picture
Lets me see only the data I care about.
FILTER function
 
Shunyo Osho profile picture
Counting based on Condition. It helps me to get exact count for the specified criteria.
COUNTIF function in Microsoft Excel
 
Shunyo Osho profile picture
This function Lets me get the value of my choice like first, second, third etc. out of many choices.
CHOOSE function
 
Shunyo Osho profile picture
Sumif() function adds selective values that meet specific condition.
SUMIF function

🧮 SECTION 3 — Functions That Make Data Cleaner

Small tools that make big differences.

 
Shunyo Osho profile picture
Combines names, text, or codes easily.
CONCAT function
 
Shunyo Osho profile picture
Extracts first few characters — very useful in coding data or extracting Some Characters from the Left
LEFT function
 
Shunyo Osho profile picture
Extracts last few characters — very useful in coding data or extracting Some Characters from the right. Helps when dealing with IDs or phone numbers.
RIGHT function
 
Shunyo Osho profile picture
I use this to check text length or clean formatting.
LEN function
 
Shunyo Osho profile picture
Automatically inserts current date — very useful for trackers.
TODAY function
 
Shunyo Osho profile picture
Automatically inserts current date with time — very useful for trackers.
NOW function
 
Shunyo Osho profile picture
Helps when you want the number of empty cells in a range of cells
COUNTBLANK function