+ Reply to Thread
Results 1 to 4 of 4

Sumifs Finding two text in one column

  1. #1
    Registered User
    Join Date
    01-02-2013
    Location
    PHILIPPINES
    MS-Off Ver
    Excel 2010
    Posts
    19

    Sumifs Finding two text in one column

    Hi need help on this
    i got this code in this forum

    =SUMIFS(F3:F9,G3:G9,"Dell")

    this will sum all the F3:F9 which is under "Dell"
    but how can i do if i need to find two text like Dell and IBM in G3:G9?

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,926

    Re: Sumifs Finding two text in one column

    =SUMIFS(F3:F9,G3:G9,"Dell")+SUMIFS(F3:F9,G3:G9,"IBM")
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Sumifs Finding two text in one column

    Or

    My suggestion
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    In your way...
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

  4. #4
    Registered User
    Join Date
    01-02-2013
    Location
    PHILIPPINES
    MS-Off Ver
    Excel 2010
    Posts
    19

    Re: Sumifs Finding two text in one column

    Thanks for the respond it helps me a lot. Thank you guys

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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