+ Reply to Thread
Results 1 to 4 of 4

Code: SUMIF

  1. #1
    broogle
    Guest

    Code: SUMIF

    Help..help..help...

    How can I use sumif if the value in the cells are not exactly the same?
    Is it possible to do that?

    Item A $100
    Item B $150
    Item A1 $175
    Item B1 $165
    Item A4 $200

    How can I total all item A (including A1, A4) using sumif?
    Or should I use other formula for this condition?


    Thanks


  2. #2
    Rowan
    Guest

    re: Code: SUMIF

    One way:

    =SUMPRODUCT((LEFT(A2:A50,6)="Item A")*B2:B50)

    Hope this helps
    Rowan

    "broogle" wrote:

    > Help..help..help...
    >
    > How can I use sumif if the value in the cells are not exactly the same?
    > Is it possible to do that?
    >
    > Item A $100
    > Item B $150
    > Item A1 $175
    > Item B1 $165
    > Item A4 $200
    >
    > How can I total all item A (including A1, A4) using sumif?
    > Or should I use other formula for this condition?
    >
    >
    > Thanks
    >
    >


  3. #3
    broogle
    Guest

    re: Code: SUMIF

    Thanks Rowan!

    Again, it works!!!


  4. #4
    Rowan
    Guest

    re: Code: SUMIF

    You're welcome!

    "broogle" wrote:

    > Thanks Rowan!
    >
    > Again, it works!!!
    >
    >


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1