Basic Shortcuts in Excel

Learning Excel starts with mastering the basic formulas. Whether you’re a student, teacher, office professional, or data enthusiast, these 50 formulas will help you save time, boost productivity, and work smarter in Excel.

Mathematical Formulas

  1. =SUM(A1:A5) – Adds values in a range
  2. =AVERAGE(A1:A5) – Calculates average
  3. =PRODUCT(A1:A3) – Multiplies values
  4. =QUOTIENT(A1, A2) – Returns the integer part of division
  5. =MOD(A1,A2) – Returns remainder
  6. =POWER(A1,2) – Square of a number
  7. =ROUND(A1,1) – Rounds to 1 decimal
  8. =ROUNDUP(A1,0) – Rounds up
  9. =ROUNDDOWN(A1,0) – Rounds down
  10. =ABS(A1) – Absolute value (removes minus)

🔢 Statistical Formulas

  1. =MAX(A1:A5) – Finds largest number
  2. =MIN(A1:A5) – Finds smallest number
  3. =MEDIAN(A1:A5) – Finds the median
  4. =MODE.SNGL(A1:A5) – Finds most frequent value
  5. =RANK(A1,A1:A10) – Rank of value
  6. =COUNT(A1:A10) – Count numbers
  7. =COUNTA(A1:A10) – Count non-empty cells
  8. =COUNTBLANK(A1:A10) – Count empty cells
  9. =STDEV.P(A1:A10) – Standard deviation
  10. =LARGE(A1:A10,2) – 2nd largest value

🧠 Logical Formulas

  1. =IF(A1>50,"Pass","Fail")
  2. =AND(A1>50, B1>60)
  3. =OR(A1>50, B1>60)
  4. =NOT(A1>50)
  5. =IFERROR(A1/B1,"Error")

📅 Date & Time Formulas

  1. =TODAY() – Current date
  2. =NOW() – Current date & time
  3. =DATEDIF(A1,B1,"Y") – Difference in years
  4. =TEXT(TODAY(),"dd-mm-yyyy")
  5. =YEAR(A1) / =MONTH(A1) / =DAY(A1)

🔤 Text Formulas

  1. =UPPER(A1) – Uppercase
  2. =LOWER(A1) – Lowercase
  3. =PROPER(A1) – Capitalize first letter
  4. =TRIM(A1) – Remove extra spaces
  5. =LEN(A1) – Count characters
  6. =LEFT(A1,5) – Extract first 5 characters
  7. =RIGHT(A1,4) – Last 4 characters
  8. =MID(A1,3,2) – Characters from position 3 (2 chars)
  9. =CONCAT(A1,B1) – Join cells
  10. =TEXTJOIN(" ",TRUE,A1:A3) – Join with space

🔍 Lookup & Reference Formulas

  1. =VLOOKUP(100,A2:D10,2,FALSE)
  2. =HLOOKUP("Q1",A1:D4,2,FALSE)
  3. =INDEX(A2:C5,2,3)
  4. =MATCH(100,A1:A10,0)
  5. =CHOOSE(2,"Apple","Orange","Mango")

📊 Miscellaneous Useful Formulas

  1. =ISBLANK(A1) – Checks if blank
  2. =ISNUMBER(A1) – Checks if number
  3. =CELL("address",A1) – Cell address
  4. =ROW(A1) / =COLUMN(A1) – Returns row/column
  5. =SUBTOTAL(9,A1:A10) – Smart total (ignores hidden)

🏁 Final Words:

Mastering these 50 basic Excel formulas will boost your spreadsheet confidence and make daily tasks much easier. Whether you’re tracking sales, calculating attendance, or analyzing budgets—these formulas are your toolkit.

💬 Need help with Excel automation or macros? Comment below or subscribe for more Excel tricks!

Example:

Leave a Reply

Your email address will not be published. Required fields are marked *

Pinterest
Instagram