Find Day Name from Date in Excel

Following are 4 different methods in Excel to find the ‘Day Name’ corresponding to a ‘Date’. 1. TEXT Function to find Day Name from Date The TEXT function in Excel can be used to return the corresponding Day Name, Month or Year from a Date. The following formula will return Tuesday, the Day name corresponding to the … Read more

Jump to the First or Last sheet of an Excel Workbook

Following are 4 different methods that can be used to Jump to the First or Last sheet of an Excel Workbook. Method 1 Holding the Ctrl key, left-click on the small right arrow present in the bottom left corner of the workbook. You will land on the last worksheet of the active workbook. Similarly, to select the … Read more

Make a picture transparent in Excel

In Microsoft Excel, we can set the Transparency level for pictures inserted into it. The following are the two methods to change the transparency of a picture in Excel. Method 1 Select the picture > Go to the Picture Format tab > In the group called Adjust, click on the drop-down menu for Transparency Make a picture transparent in Excel 7 Transparency levels … Read more

Convert Hijri to Gregorian

Excel supports Hijri and Umm-Al-Qura dates. This means we can display a Gregorian date in Hijri just by changing the Number Formatting of the corresponding cell. To display the Hijri equivalent of a Gregorian date, Right-click on the cell containing date > Format Cells > In the Format cells dialog, select Date from the options under Category … Read more

Separate Positive and Negative Numbers in Excel

This blog post is about 2 Excel formulas that can be used to Extract positive and negative numbers in Excel. Using MAX and MIN functions The Excel formula =MAX(B3,0) will return the number in cell B3 only if that value is positive. Similarly, =MIN(B3,0) will return the value in cell B3 only if that value is negative. Note: … Read more

Categories Uncategorized