+91-9914137278 [email protected]

How to calculate percentage marks in Excel

πŸ”Ή Formula to Calculate Percentage Marks πŸ“Œ Formula: =B2*100/C2 πŸ”Ή Explanation: B2 β†’ Marks Obtained C2 β†’ Total Marks Multiplies by 100 to convert into percentage format. πŸ”Ή Example Output: Marks Obtained (B)Total Marks (C)Percentage FormulaResult...

How to calculate Rank position in Excel

πŸ”Ή Use the RANK Function to Find Position in a List πŸ“Œ Formula: =RANK(C6, $C$6:$C$30) πŸ”Ή Explanation: C6 β†’ The cell you want to rank. $C$6:$C$30 β†’ The range of values where ranking is applied. This formula assigns a rank based on the highest value (default descending...

How to use the TODAY formula in Excel

πŸ”Ή Automatically Get Today’s Date in Excel πŸ“Œ Formula: =TODAY() πŸ”Ή Explanation: This formula returns the current date and updates automatically every day. The format will match your system’s date settings (e.g., 03-Apr-2025). πŸ”Ή Example Usage: FormulaOutput (If...

How to change numbers into a Date format in Excel

πŸ“Œ Formula: =DATE(RIGHT(B7,4), MID(B7,3,2), LEFT(B7,2)) πŸ”Ή Explanation: If B7 contains a number like “25032024” (DDMMYYYY format), the formula: Extracts the year β†’ RIGHT(B7,4) β†’ 2024 Extracts the month β†’ MID(B7,3,2) β†’ 03 (March) Extracts the day β†’ LEFT(B7,2)...
Pinterest
Instagram