So, my friend, I will here discuss an important lesson which is really required for office people. That is how to make a salary slip from an employee database. This is not about salary slips only, we can make many …

Lesson#88: How to make a Salary slip format from Employee Database Read more »

When you want to get the smallest or the largest number from an array then it’s just using the function MAX and MIN. But if you want to get the Kth largest or Kth smallest then there are more two …

Lesson#69: LARGE and SMALL function in Excel | Get the Kth largest or Kth Smallest Read more »

COUNTIFS is a function to count those cells within a range which meets multiple criteria.Syntax of the function is COUNTIFS(criteria_range1, criteria1, [criteria_range2, criteria2]…) criteria_range1 – This is the first range to evaluate. criteria1 – The criteria to be used on criteria_range1. criteria_range2 – …

Lesson#68: COUNTIFS and SUMIFS function in Excel Read more »

Here I will discuss three functions COUNT, COUNTA, and COUNTBLANK, and show their similarity or difference. COUNT COUNTA COUNTBLANK Description The COUNT function counts the number of cells that contain numbers The COUNTA function counts the number of cells that …

Lesson#63: COUNT, COUNTA, COUNTBLANK explaination Read more »

This sheet can calculate the value of your name or any word by summing every letter in alphabetical order. Here I have created a box to input a word. I have put this formula =LEN(B2) to calculate the length of the …

Lesson#59: If A=1, Z=26 then calculate the value of your name Read more »

Just a different exercise of excel. I have downloaded a listed country-wise average life expectancy by WHO. Let’s check where are we in our lifeline by this sheet. Let’s take an input of the date of birth from the user. …

Lesson#52: Let’s check your lifeline with Excel Read more »