Results 1 to 3 of 3

Thread: >>>>>>>>>>>>pre defined functions in excel

  1. #1
    mkasikandar's Avatar
    mkasikandar is offline Senior Member+
    Last Online
    6th May 2015 @ 02:27 PM
    Join Date
    14 Nov 2006
    Location
    »-(¯`v´¯)-» Hujra »-(¯`v´¯)-»
    Posts
    4,003
    Threads
    119
    Credits
    980
    Thanked
    50

    Lightbulb >>>>>>>>>>>>pre defined functions in excel

    There are many pre-defined functions in Excel but the most important predefined functions are:
    • SUM function.
    • AVERAGE function
    • MAX function
    • MIN function
    • PRODUCT function
    • IF function
    SUM Function
    It is used to add numbers given as parameters. These may be numeric values or cell references. Its general syntax is:

    SUM(numberl,number2, .,.) Where
    numberl, number2,... : specifies arguments which you want to add.
    Example, = SUM (3, 2) returns 5. Similarly, to add values of cell range Al to A30, the function is written as:
    =SUM (A1:A30)

    AVERAGE Function
    It is used to calculate the average of values given as parameters. These may be numeric values or cell references. Its general syntax is:
    AVERAGE (numberI, number2, ...) Where
    numberl, number2,... : specifies arguments for which you want to
    calculate average. For example. AVERAGI. (3, 2) returns 2.5. Similarly, to calculate average of values of cell range Al to A30. the function is written as:
    =AVERAGE(A1:A30)

    MAX Function
    It returns the largest or maximum value from a list of values. The parameters may be numeric values or cell references. Its general syntax is:
    MAX (numberl, number2, ...) Where
    numberl, number2,... : specifies arguments from which you want to find maximum,
    for example, =MAX(3. 2,45,23) returns 45.


    MINFunction
    It returns the lowest or minimum value From a list of values. The parameters may be numeric values or cell references, its general syntax is:
    MIN(number 1, number2….) Where

    numberl, number2,...
    : specifies arguments from which you want to find minimum.
    For example, =M1N(3, 2,45,23) returns 2.


    PRODUCT Function
    It is used to multiply numbers given as parameters. These may be numeric values or cell references. Its general syntax is:
    PRODUCT (number1 ,number2, ...) where
    numberl, number2,... : specifies arguments which you want to multiply.

    For example, =PRODUCT (13, 2) returns 26. Similarly, to multiply values of cell range Al to
    A30, the function is written as:

    =PRODUCT (A 1:A30).

  2. #2
    KHAN G's Avatar
    KHAN G is offline Senior Member+
    Last Online
    22nd January 2012 @ 03:54 AM
    Join Date
    02 May 2009
    Posts
    466
    Threads
    17
    Credits
    857
    Thanked: 1

    Default

    THANKS ,GOOD INFO.

  3. #3
    Join Date
    20 Jan 2009
    Location
    Multan
    Age
    38
    Posts
    807
    Threads
    25
    Thanked
    11

    Default

    Thanks, Brother Nice Effort

Similar Threads

  1. Need a auto sms replier with pre defined reply
    By It_thinker in forum Mobile phones problems and Help Zone
    Replies: 10
    Last Post: 22nd November 2014, 01:54 PM
  2. functions
    By sohaib1990 in forum Educational Help
    Replies: 0
    Last Post: 25th May 2012, 01:01 PM
  3. functions c++
    By hasib ahmed in forum Ask an Expert
    Replies: 3
    Last Post: 3rd December 2011, 03:01 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •