Tag: Excel tutorial 2025

  • Complete List of Excel Functions 2025 – Categorized Guide with Descriptions for Excel 365

    In Microsoft Excel 365 (latest version, 2025), there are over 500 built-in functions.

    📊 Function Count Overview

    Excel VersionApprox. Number of FunctionsNotes
    Excel 2003~ 330 functionsMostly math, text, logical, financial
    Excel 2007~ 340 functionsAdded new statistical & financial functions
    Excel 2010~ 350 functionsIntroduced new functions like AGGREGATE
    Excel 2013~ 380 functionsAdded more engineering & cube functions
    Excel 2016~ 470 functionsAdded TEXTJOIN, IFS, MAXIFS, MINIFS, CONCAT
    Excel 2019~ 480 functionsSimilar to 2016 with some enhancements
    Excel 365≈ 520+ functionsIncludes Dynamic Array functions (FILTER, SORT, UNIQUE, RANDARRAY, SEQUENCE) and Lambda functions

    🔑 Categories of Functions in Excel

    1. Math & Trigonometry – SUM, ROUND, SIN, COS, etc.
    2. Statistical – AVERAGE, MEDIAN, STDEV, VAR, etc.
    3. Logical – IF, AND, OR, IFERROR, IFS.
    4. Text – LEFT, RIGHT, MID, TEXTJOIN, CONCAT, VALUE.
    5. Date & Time – TODAY, NOW, EOMONTH, DATEDIF.
    6. Lookup & Reference – VLOOKUP, HLOOKUP, INDEX, MATCH, XLOOKUP.
    7. Financial – NPV, IRR, PMT, FV.
    8. Engineering – COMPLEX, DELTA, CONVERT.
    9. Information – ISERROR, ISNUMBER, TYPE.
    10. Database – DSUM, DCOUNT.
    11. Cube – CUBEMEMBER, CUBEVALUE.
    12. Web / Dynamic Array (Excel 365) – FILTER, SORT, UNIQUE, SEQUENCE, RANDARRAY.
    13. Lambda & Custom Functions (Excel 365) – LAMBDA, MAP, REDUCE, MAKEARRAY, BYROW, BYCOL.

    1. Math & Trigonometry Functions

    FunctionDescription
    SUMAdds all numbers in a range
    SUMIFAdds numbers in a range that meet a condition
    SUMIFSAdds numbers that meet multiple conditions
    ROUNDRounds a number to a specified number of digits
    ROUNDUPRounds a number up, away from zero
    ROUNDDOWNRounds a number down, towards zero
    INTRounds a number down to the nearest integer
    TRUNCTruncates a number to a specified number of digits
    POWERReturns a number raised to a power
    SQRTReturns the square root of a number
    ABSReturns the absolute value of a number
    MODReturns the remainder after division
    PIReturns the value of π
    SINReturns the sine of an angle
    COSReturns the cosine of an angle
    TANReturns the tangent of an angle
    ASINReturns the arcsine of a number
    ACOSReturns the arccosine of a number
    ATANReturns the arctangent of a number
    ATAN2Returns the arctangent of two numbers (x, y)

    2. Statistical Functions

    FunctionDescription
    AVERAGEReturns the average of numbers
    AVERAGEIFReturns the average of numbers that meet a condition
    AVERAGEIFSReturns the average of numbers that meet multiple conditions
    COUNTCounts the number of numeric values
    COUNTACounts all non-empty cells
    COUNTBLANKCounts empty cells
    COUNTIFCounts cells that meet a condition
    COUNTIFSCounts cells that meet multiple conditions
    MAXReturns the maximum value in a range
    MINReturns the minimum value in a range
    MEDIANReturns the median of numbers
    MODEReturns the most frequent number
    STDEV.PStandard deviation for the entire population
    STDEV.SStandard deviation for a sample
    VAR.PVariance for the entire population
    VAR.SVariance for a sample
    RANK.EQReturns the rank of a number
    RANK.AVGReturns the rank with average in case of ties

    3. Logical Functions

    FunctionDescription
    IFReturns one value if condition is TRUE, another if FALSE
    ANDReturns TRUE if all conditions are TRUE
    ORReturns TRUE if any condition is TRUE
    NOTReverses the logical value
    IFERRORReturns a value if no error, otherwise specified value
    IFSChecks multiple conditions in order
    SWITCHEvaluates expressions against a list of values
    TRUEReturns logical TRUE
    FALSEReturns logical FALSE

    4. Text Functions

    FunctionDescription
    CONCATCombines text from multiple ranges or strings
    TEXTJOINJoins text with a delimiter, ignoring blanks
    LEFTReturns the first characters of a string
    RIGHTReturns the last characters of a string
    MIDReturns characters from the middle of a string
    LENReturns the length of a string
    TRIMRemoves extra spaces
    UPPERConverts text to uppercase
    LOWERConverts text to lowercase
    PROPERCapitalizes the first letter of each word
    REPLACEReplaces characters in a string
    SUBSTITUTEReplaces occurrences of text with new text
    VALUEConverts text to a number
    FINDFinds the position of text in a string (case-sensitive)
    SEARCHFinds the position of text (not case-sensitive)

    5. Date & Time Functions

    FunctionDescription
    TODAYReturns the current date
    NOWReturns the current date and time
    DATECreates a date from year, month, day
    TIMECreates a time from hour, minute, second
    DAYReturns the day of a date
    MONTHReturns the month of a date
    YEARReturns the year of a date
    HOURReturns the hour of a time
    MINUTEReturns the minute of a time
    SECONDReturns the second of a time
    EOMONTHReturns the last day of the month
    WORKDAYReturns a date after adding working days
    NETWORKDAYSCounts working days between two dates
    DATEDIFReturns difference between two dates

    6. Lookup & Reference Functions

    FunctionDescription
    VLOOKUPLooks up a value vertically in a table
    HLOOKUPLooks up a value horizontally in a table
    XLOOKUPAdvanced lookup (vertical or horizontal)
    INDEXReturns the value of a cell in a table based on row & column
    MATCHReturns the relative position of a value in a range
    OFFSETReturns a cell or range offset by rows and columns
    ROWReturns the row number
    COLUMNReturns the column number
    ROWSCounts the number of rows in a range
    COLUMNSCounts the number of columns in a range
    CHOOSEReturns a value from a list based on index number
    HYPERLINKCreates a clickable hyperlink

    7. Financial Functions

    FunctionDescription
    PMTCalculates loan payment
    FVFuture value of an investment
    PVPresent value of an investment
    NPVNet present value
    IRRInternal rate of return
    RATEInterest rate per period
    PPMTPrincipal portion of a loan payment
    IPMTInterest portion of a loan payment
    CUMIPMTCumulative interest payment
    CUMPRINCCumulative principal payment

    8. Engineering Functions

    FunctionDescription
    COMPLEXReturns a complex number
    IMABSAbsolute value of a complex number
    IMAGINARYImaginary coefficient of a complex number
    IMREALReal coefficient of a complex number
    DELTAChecks equality of two numbers
    CONVERTConverts a number from one measurement unit to another

    9. Information Functions

    FunctionDescription
    ISNUMBERChecks if a value is a number
    ISTEXTChecks if a value is text
    ISBLANKChecks if a cell is blank
    ISERRORChecks if a value is any error
    ISERRChecks if a value is an error except #N/A
    TYPEReturns the type of a value

    10. Database & Cube Functions

    FunctionDescription
    DSUMSum values that meet database criteria
    DCOUNTCount values in a database
    DGETExtract a single value from a database
    DMAXMaximum in database based on criteria
    DMINMinimum in database based on criteria
    CUBEMEMBERReturns a member from cube
    CUBEVALUEReturns value from cube
    CUBEMEMBERPROPERTYReturns member property from cube

    11. Dynamic Array & New Excel 365 Functions

    FunctionDescription
    FILTERReturns filtered array based on condition
    SORTSorts array of values
    SORTBYSorts array by another array
    UNIQUEReturns unique values from a range
    SEQUENCEGenerates a sequence of numbers
    RANDARRAYReturns array of random numbers
    XMATCHReturns position of a value in a range (better than MATCH)

    12. LAMBDA & Custom Functions (Excel 365)

    FunctionDescription
    LAMBDACreates reusable custom functions
    MAPApplies a LAMBDA to each element in an array
    REDUCEReduces an array to a single value using LAMBDA
    MAKEARRAYCreates an array using LAMBDA
    BYROWApplies LAMBDA row-wise
    BYCOLApplies LAMBDA column-wise

    💡 Tip: With Excel 365, you can combine dynamic arrays and LAMBDA functions to create an unlimited number of custom calculations, so technically the “number of functions” is infinite if you include user-defined ones.


  • Top 10 Ways to Clean Data in Excel Easily (With Examples)

    Data cleaning is crucial when working with large datasets in Excel. Raw data often contains errors like extra spaces, duplicates, inconsistent formatting, or missing values. Cleaning data ensures accurate analysis, professional reports, and better decision-making. Here’s a step-by-step guide to the top 10 ways to clean data in Excel with real examples.


    1. Remove Extra Spaces with TRIM Function

    Extra spaces often appear when importing data from other sources. These spaces can cause formulas to fail or make data look inconsistent.

    How to Apply:

    1. Suppose cell A1 contains " John Doe " (with spaces at start and end).
    2. Use the formula: =TRIM(A1)
    3. Excel removes all leading, trailing, and extra spaces between words.

    Example:

    OriginalCleaned
    ” John Doe ““John Doe”

    2. Convert Text to Numbers

    Sometimes numeric values are stored as text, which can break calculations.

    How to Apply:

    1. Suppose cell B1 has "100" stored as text.
    2. Use the formula: =VALUE(B1)
    3. Excel converts text to a number that can be used in calculations.

    Example:

    OriginalConverted
    “100”100

    Alternative: Select the column → Click Data > Text to Columns → Finish. This also converts text numbers into actual numbers.


    3. Remove Duplicates

    Duplicate entries can skew analysis and reports.

    How to Apply:

    1. Select the dataset.
    2. Go to Data → Remove Duplicates.
    3. Choose the columns to check duplicates.
    4. Click OK.

    Example:

    NameCity
    John DoeDelhi
    Jane SmithMumbai
    John DoeDelhi

    ✅ Now only unique entries remain.


    4. Use Find and Replace for Bulk Changes

    Correct common errors or format data quickly.

    How to Apply:

    1. Press Ctrl + H.
    2. In Find What, type the incorrect data (e.g., “Indai”).
    3. In Replace With, type the correct data (e.g., “India”).
    4. Click Replace All.

    Example:

    OriginalCorrected
    IndaiIndia

    This method also works for symbols, extra characters, or formatting changes.


    5. Standardize Text Case (PROPER, UPPER, LOWER)

    Inconsistent capitalization can make data look unprofessional.

    Formulas:

    • =PROPER(A1) → Capitalizes first letter of each word.
    • =UPPER(A1) → Converts to uppercase.
    • =LOWER(A1) → Converts to lowercase.

    Example:

    OriginalProper CaseUpper CaseLower Case
    john doeJohn DoeJOHN DOEjohn doe

    6. Handle Missing Data

    Missing values can affect calculations and charts.

    Methods:

    1. Replace with 0: =IF(A1="","0",A1)
    2. Replace with average: =IF(A1="",AVERAGE($A$1:$A$100),A1)

    Example:

    ValueCleaned
    100100
    0

    7. Text-to-Columns for Splitting Data

    Useful when multiple values are in a single column (e.g., Name, City, State).

    How to Apply:

    1. Select the column.
    2. Go to Data → Text to Columns.
    3. Choose Delimited → Select delimiter (comma, space, etc.).
    4. Click Finish.

    Example:

    OriginalNameCityState
    John Doe, Delhi, DLJohn DoeDelhiDL

    8. Use SUBSTITUTE for Text Errors

    Replace unwanted characters, symbols, or words automatically.

    Formula:

    =SUBSTITUTE(A1,"-","")
    

    Example:

    OriginalCleaned
    123-456-78901234567890

    9. Use Flash Fill for Quick Formatting

    Automatically fills a column based on the pattern you provide.

    How to Apply:

    1. Type the desired output in one cell.
    2. Press Ctrl + E to auto-fill the rest.

    Example:

    OriginalFirst Name
    John DoeJohn
    Jane SmithJane

    ✅ Flash Fill extracts first names automatically.


    10. Data Validation to Prevent Future Errors

    Prevent users from entering invalid data in a column.

    How to Apply:

    1. Select the column.
    2. Go to Data → Data Validation.
    3. Set criteria (e.g., numbers between 1–100, date range, dropdown list).

    Example:

    • Prevents typing letters in a numeric score column.
    • Creates dropdown menus for cities or product categories.

    Conclusion

    Cleaning data in Excel is essential for accurate reporting, analysis, and decision-making. By mastering these 10 methods—TRIM, Remove Duplicates, Flash Fill, Data Validation, and more—you can save time and avoid errors.

    ✅ Pro Tip: Combine methods like TRIM + Remove Duplicates + Data Validation for maximum efficiency.