This is a project schedule format where I have a list of dates and works. I need to color all the Sundays in the list of dates and for that, I will use a simple trick. Select all the dates …

Lesson#53: Simple trick to color all the Sundays in the list of dates at once 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 »

Here I have to make a parent Gantt chart from a data table. It is a Gantt chart summary as per BOQ (Bill of Quantities) Item and RA Bill No. wise. This bar chart will be followed with chainage value …

Lesson#49: Make a parent Gantt chart from a data table 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 »