HomeMicrosoft Excel

Microsoft Excel

How to Recover Excel File Not Saved?

Open Excel and go to File Select Info Click Manage Workbook Choose Recover Unsaved Workbooks Open the file you need Save it immediately with Save As Check the AutoRecover file...

How to Put Percentage Formula in Excel?

To calculate a percentage of a value: `=A1*10%` To find what percentage one value is of another: `=A1/B1` To format the result as a percentage: select...

How to Put Date in Excel?

Select the cell where you want the date Type the date directly, such as 6/30/2026 or 30-Jun-2026 Press Enter Use the keyboard shortcut Ctrl + ; to...

How to Put a Checkbox in Excel?

Enable the Developer tab: File > Options > Customize Ribbon > check Developer > OK Go to Developer > Insert Under Form Controls, select the Checkbox Click...

How to Print Heading on Every Page in Excel?

Open the Excel worksheet Go to the Page Layout tab Click Print Titles In the Page Setup window, go to the Sheet tab Click the Rows to repeat...

How to Print Header on Each Page in Excel?

Go to the worksheet you want to print. Click the Page Layout tab. In the Page Setup group, click Print Titles. In the Page Setup dialog box,...

How to Percentage in Excel?

To calculate a percentage: `=Part/Total` To convert the result to a percentage, format the cell as Percentage To find what percent one number is of another:...

How to Open VBA Editor in Excel?

Open Excel Press Alt + F11 Or go to the Developer tab Click Visual Basic If the Developer tab is not visible, enable it in Excel Options On Mac,...

How to Open Corrupted Excel File?

Make a copy of the corrupted file before trying any repair Open Excel and use File > Open Select the file, click the arrow next to...

How to Merge Two Rows in Excel?

Select the two rows you want to merge Copy the data from one row if needed Paste or combine the values into a single row Use a...

How to Merge Data of Two Cells in Excel?

Select the cell where you want the merged result to appear Type `=A1&B1` to combine the values from two cells Use `=A1&" "&B1` to add a...

How to Merge Data from Two Cells in Excel?

Select the cell where you want the merged result to appear Type `=A1&B1` to combine the contents of two cells Use `=A1&" "&B1` to add a...

How to Match Two Columns in Excel?

Use `=A2=B2` to check if two cells match exactly Use `=IF(A2=B2,"Match","No Match")` to return a custom result Use `=EXACT(A2,B2)` for a case-sensitive match Use Conditional Formatting to...

How to Make Small Letter to Capital in Excel?

Use the `UPPER` function: `=UPPER(A1)` Press Enter Copy the formula down for other cells if needed Copy the results Paste Special as Values to replace formulas with capitalized...

How to Make Serial Number in Excel?

Type `1` in the first cell Type `2` in the next cell Select both cells Drag the fill handle down Use `=ROW()` in a cell Use `=ROW(A1)` and fill...

How to Make Salary Sheet in Excel?

Open a new Excel workbook Create column headers such as Employee ID, Employee Name, Department, Designation, Basic Salary, Allowances, Deductions, Gross Salary, Net Salary Enter employee...

How to Make Marksheet in Excel?

Open Microsoft Excel Create a new blank workbook Rename the first sheet to Marksheet Enter column headers such as Roll No, Name, Subject 1, Subject 2, Subject...

How to Make First Letter Capital in Excel?

Use the formula `=UPPER(LEFT(A1,1))&LOWER(MID(A1,2,LEN(A1)))` Replace `A1` with the cell containing the text Press Enter Copy the formula down for other cells if needed Copy the results and use...

How to Make Excel Sheet for Salary?

Open Excel and create a new workbook Rename the first sheet to Salary Sheet Create column headers such as Employee Name, Employee ID, Department, Basic Salary,...

How to Make CSV File in Excel?

Open Microsoft Excel Enter your data in rows and columns Click File Click Save As Choose the folder where you want to save the file In the Save as...

How to Make a Checkbox in Excel?

Enable the Developer tab: File > Options > Customize Ribbon > check Developer > OK Go to the Developer tab Click Insert Under Form Controls, select Checkbox Click...

How to Lock the Cell in Excel?

Select the cell or range you want to lock Right-click and choose Format Cells Go to the Protection tab Check the Locked box Click OK Go to the Review...

How to Interchange Rows and Columns in Excel?

Select the range of cells you want to transpose Copy the selected cells Click the destination cell where you want the transposed data to start Right-click and...

How to Interchange Columns in Excel?

Select the first column you want to move Press Ctrl+X to cut the column Right-click the destination column header Choose Insert Cut Cells Repeat for the second column...

How to Insert Percentage Formula in Excel?

To calculate a percentage of a value: `=A1*10%` To find what percentage one value is of another: `=A1/B1` To increase a value by a percentage: `=A1*(1+B1)` To...

How to Hide Sheets in Excel?

Right-click the sheet tab you want to hide Click Hide To hide multiple sheets, select the sheet tabs first, then right-click and click Hide To hide a...

How to Get Serial Number in Excel?

Use the fill handle to drag a single number down a column Enter 1 in the first cell and 2 in the next cell, then...

How to Get Month from Date in Excel?

Use `=MONTH(A1)` to return the month number from a date in cell A1 Use `=TEXT(A1,"mmmm")` to return the full month name Use `=TEXT(A1,"mmm")` to return the...

How to Format Date in Excel?

Select the cells containing the dates Right-click and choose Format Cells Go to the Number tab Select Date from the Category list Choose the date format you want Click...

How to Fit Text in Excel Cell?

Select the cell or range of cells Go to the Home tab Click Wrap Text Adjust the column width by dragging the column border Adjust the row height...

How to Find Percentage in Excel Formula?

To find a percentage of a value: `=A1*B1%` To find a percentage of a total: `=Part/Total` To convert a decimal to a percentage: `=A1*100%` To calculate percentage...

How to Find Duplicate Data in Excel?

Select the range of cells you want to check Go to the Home tab Click Conditional Formatting Choose Highlight Cells Rules Select Duplicate Values Pick a formatting style Click OK Review...

How to Fill Series in Excel?

Enter the starting value in a cell Select the cell or range to fill Drag the fill handle across or down Use the Fill command from the...

How to Enable Formula Bar in Excel?

Open Excel Go to the View tab In the Show group, check Formula Bar If the Formula Bar is still hidden, go to File Select Options Click Advanced Under Display,...

How to Draw a Line in Excel?

Open your Excel workbook Go to the Insert tab Click Shapes Select a line shape Click and drag on the worksheet to draw the line Hold Shift while dragging...

How to Do Uppercase in Excel?

Use the `UPPER` function: `=UPPER(A1)` Replace `A1` with the cell containing the text Press Enter Copy the formula down for more cells if needed To convert text permanently,...

How to Do Transpose in Excel?

Select the range of cells you want to transpose Copy the selected cells Click the destination cell where you want the transposed data to start Right-click and...

How to Do SD in Excel?

Enter your data in a single column Click an empty cell where you want the result Use `=STDEV.S(range)` for a sample standard deviation Use `=STDEV.P(range)` for a...

How to Do Capital Letters in Excel?

Use the Shift key while typing a letter to make it capital Turn on Caps Lock to type all letters in uppercase Use the formula `=UPPER(A1)`...

How to Delete Duplicate Entries in Excel?

Select the range of cells or the entire table Go to the Data tab Click Remove Duplicates Choose the columns to check for duplicate values Check or uncheck...

How to Create Serial Number in Excel?

Type `1` in the first cell Type `2` in the next cell Select both cells Drag the fill handle down to continue the series Type `=ROW()` in the...

How to Create Salary Sheet in Excel?

Open Excel and create a new worksheet Create column headers such as Employee Name, Employee ID, Department, Basic Salary, Allowances, Deductions, Gross Salary, Net Salary,...

Trending Today