Hello. Now we will learn how to make a master formula to separate words from sentences. For that, I will use functions, TRIM, MID, SUBSTITUTE, REPT, and LEN. 1st step: I will change the text by replacing all the <SPACE> with …

Lesson#100: Making a master formula to separate words from the sentence Read more »

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 »

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 »