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 »

This character “*” (Asterisk)  is used to denote any text within a cell. 1. If you use the formula =COUNTIF(range, “*”) then it will count the numbers of cells having any text within range. 2. If you use =COUNTIF(range, “CEMENT*”) …

Lesson#46: Count cells that contain any text or part of that text Read more »

The INDEX function returns a value or reference of the cell at the intersection of a particular row and column, in a given range. Syntax of this function is INDEX(array, row_num, [column_num]) The array is required, If the array contains only one …

Lesson#41: Combination of INDEX and MATCH function is better than any other lookup function Read more »

Hi, friend today I will show you how to make an automatically updating Gantt chart without using an Excel chart. Here I am making a program schedule with this criteria Activity no, Description, Start Date, End Date, and Days (shown …

Lesson#39: Cool tricks to make automatically updating Gantt chart Read more »

What is WORKDAY? This function returns the serial number of the date before or after a specified number of workdays. Syntax of the function is =WORKDAY (start_date, days, [holidays]) where, start_date is the date from which to start. days is the working days …

Lesson#37: WORKDAY, WORKDAY.INTL is very essential for project scheduling Read more »