by admin | May 4, 2025 | Excel Tips & Tricks
Focus Cell View๐ Helps you concentrate by graying out other cells and only highlighting the active one. Hide and Unhide Sheet Easily๐ Right-click on any sheet tab โ Hide or Unhide with a clean list viewโno need to scroll. Highlight Active Row & Column๐ Excel now...
by admin | May 3, 2025 | Excel Tips & Tricks
๐น Method 1: Using an Apostrophe Type ‘000123 โ Excel treats it as text and displays the leading zeros. ๐น Method 2: Format as Text Select the cells Right-click โ Format Cells โ Choose Text Now enter numbers with zeros (e.g., 00123), and they will stay. ๐น Method...
by admin | Apr 19, 2025 | Excel Tips & Tricks
๐น 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...
by admin | Apr 18, 2025 | Excel Tips & Tricks
๐น 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...
by admin | Apr 17, 2025 | Blog, Excel Tips & Tricks
๐น 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...