+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