Skip to main content

SUM Function And COUNT Function

​How to Use SUM Function Formula Using in Excel

SUM function Formula in Excel


​The SUM function Formula is one of the Most Useful function,

Syntax: SUM(number1,[number2],...)

For example 1:  Adding + Count 
      A        B                C (Result)
   2111    25447      27558          


Adds the value in cells A1 and B1. The result is 27558

Formula  : =SUM(A1+B1)
                  =SUM(A1:B1) 



For example 2:  Deducting - Count 
      A           B                C (Result)
   25447    2111          23336          

Adds the value in cells A1 and B1. The result is 23336

Formula  : =SUM(A1-B1)


Example 3

     A                 B        C (Result)
    15             25         40


Formula =SUM(A2,A3)Adds the value in cells A1 and B1. The result is 40.

How to Use COUNT Function Formula in Excel

The COUNT Function Formula is counts the number of cells that contain numbers, and counts numbers within the list of arguments.

Use the COUNT function to get the number of entries in a number field that is in a range or array of numbers. For example, you can enter the following formula to count the numbers in the range A1:A20:


For Example : 1 

  A
​582
258
2458
584
585
655
698
4785
145
1256
2256
2545
2564
2548
1525​

Result  = 15
 
COUNT Function Formula

=COUNT(A1:A15)


For Example : 2 

    A           B                    C    (Result)
​582         252                 2
258         352                 2
2458       452                 2
584         552                 2


COUNT Function Formula

=COUNT(A1:B1)

 

Comments

Post a Comment

Popular posts from this blog

Discount Formula in Excel

  Discount Formula in Excel To Discount Formula   an original price minus 5 is the same as Calculate to 95 of that value so if you have the Product Price (4585) in A2 use the Discount Formula Here the Below Example for Discount Formulas : -   5% Discount formula is =A2*0.95 10% Discount formula is =A2*0.90 15% Discount formula is =A2*0.85 20% Discount formula is =A2*0.80 25% Discount formula is =A2*0.75 30% Discount formula is =A2*0.70 40% Discount formula is =A2*0.60 50% Discount formula is =A2*0.50 Another Way to Calculate Discount Formula in Excel How to Find Discounted Amount in Excel Column A is Product Price, Column B is Discount Percentage, Column C is Discounted Amount and Column D is After Discount Amount     Discounted Amount Formula is  =A2*5%   After Discount Amount Formula is =A2-C2 Another Easiest Way to Calculate Discount F ormula  Col umn A is Product Pr ice, Col umn B is Discount Percentage % and C is After Discount

IFERROR With VLOOKUP And LEN AND LENB FUNCTION

Combining the IFERROR Function Formula with Logical VLOOKUP Functions Formula IFERROR Function With VLOOKUP Function Formula Description : -  Returns a value you specify if a formula evaluates to an error; otherwise, returns the result of the formula. Use the IFERROR Function With VLOOKUP function to trap and handle errors in a formula Below Following Values if Error : - #N/A, #VALUE!, #REF!, #DIV/0!, #NUM!, #NAME?, or #NULL! For Example A                          B                    C                         D Description         Value          Description       Value Lookup Product               #N/A            Product                0 Product Details   #VALUE!      Sale5                   0 Item                    #REF!            Sale                     0 Sale                   #N/A             Item                      0 Sales                 #DIV/0!          Name                   0 Name                 #NAME?       Num                     0 Num                  #NUM!      

VLOOKUP Function

How to Use VLOOKUP Function Formula in Excel VLOOKUP Function Formula is one of the lookup and reference functions, when you need to find things in a table or a range by row. For example, look up an Product Quantity, Product Details or Product SKU, find any phone number by looking up Their last name (just like a telephone book Directory). The secret to VLOOKUP Function Formula  is to organize your data so that the value you look up (Product Quantity) is to the left of the return value you want to find (Product Quantity's).    VLOOKUP Function Formula Syntax : -  =VLOOKUP (lookup_value, table_array, col_index_num, [range_lookup]) For Example : -      Argument name                      Description lookup_value     (required)         Which value you want to look up. Which value you want to look up must be in the first column of the range of cells you specify in   table-array    (Lookup Value is C)   For example, if   table-array   spans cells A:B, then your lookup_value