Need quick excel formula, countif

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mkx
    Confirmed User
    • Nov 2003
    • 4001

    #1

    Need quick excel formula, countif

    Hi all, any excel wizards here that can provide me with a formula to do the following?

    A B C
    Order# Qty Product
    333 3 Apple battery
    288 1 Banana
    489 3 Etc..
    093 2
    333 1 Orange
    280 1
    288 1

    I want to count the total amount of products sold per order so the result for 333 would be 4 since it sold 3 apple batteries and 1 orange. I would like to display this result in D2
  • KRosh
    So Fucking Outlawed
    • Nov 2001
    • 5114

    #2
    Originally posted by mkx
    Hi all, any excel wizards here that can provide me with a formula to do the following?

    A B C
    Order# Qty Product
    333 3 Apple battery
    288 1 Banana
    489 3 Etc..
    093 2
    333 1 Orange
    280 1
    288 1

    I want to count the total amount of products sold per order so the result for 333 would be 4 since it sold 3 apple batteries and 1 orange. I would like to display this result in D2
    You need to use "vlookup"
    Read about it and you can create a quick formula
    https://trackpal.com/blog/vlookup-for-beginners/
    ICQ 115433750

    Comment

    • BigFurry
      Confirmed User
      • Nov 2003
      • 1574

      #3
      Or create a Pivot Table and group by Order# in there.

      https://support.office.com/en-us/art...0-0cf0b9b880f7

      Comment

      Working...