Fresh Excel Tips

Quick and Easy Excel Tips and Tutorials

How to use SUMIF to add values higher than a certain amount

This is yet another SUMIF function Example. This time we are going to use it to add only the values that are above a certain amount. For this example, we are going to add values above $500. This formula will add the cells that are specified by a given criteria. Here is how we will achieve this.

How to sum specified values

  1. In cells A2:A11 enter the different customer names.
  2. Enter the costs of each customer incurs in cells B2:B11.
  3. In cell D1 enter $500 as the given criteria. Remember, the SUMIF syntax is: SUMIF(range, criteria, sum_range)
  4. Select cell D2 and type the following formula: =SUMIF(B2:B11,”>” & D1).
  5. Press Enter.
  6. If the criteria is not linked to a cell reference, simply use this formula: =SUMIF(B2:B11,”>500″).

You should now be set!

How to use SUMIF to add values higher than a certain amount
  1. How to use the SUMIF function within a formula in Excel
  2. How to use the COUNTIF function to count values in Excel
  3. How to add months to a date using the DATE Function in Excel
  4. Use the RANDBETWEEN function to generate random values in a specified range
  5. Use the SMALL function to find the smallest values in Excel

Leave a Reply