+ Reply to Thread
Results 1 to 4 of 4

Sumifs range between multiple text string .

  1. #1
    Registered User
    Join Date
    01-04-2015
    Location
    Woking, England
    MS-Off Ver
    2010
    Posts
    72

    Sumifs range between multiple text string .

    Hi,

    How do sumifs Between more than two text string in single cells.



    Sample Data:

    Text Date Value Type

    Ford1 02/05/2015 1,266.59 Car
    Ford1 02/05/2015 707.05 Car
    Ford1 02/05/2015 413.19 Car
    Ford1 02/05/2015 3,727.39 Car
    Ford1 02/05/2015 368.41 Car
    Ford1 02/05/2015 1,449.42 Car
    Ford1 02/05/2015 575.3 Car

    Honda1 29/05/2015 83.22 Car
    Honda1 29/05/2015 63,096.91 Car
    Honda2 02/05/2015 4,578.00 Car
    Honda2 02/05/2015 6,578.00 Car
    Honda3 04/05/2015 59.33 Car
    Honda3 04/05/2015 268.52 Car
    Honda3 04/05/2015 53.05 Car
    Honda3 04/05/2015 153.79 Car

    Desired Results:

    Bike-Van-Car Desired Results:

    Type May-15

    Ford1-Ford2 8507.35

    Hyundai1-Hyundai2-Hyundai3 74870.82

    i want the sum of value against corresponding to the range and month.

    file attached. someone help its appreciated.
    Attached Files Attached Files

  2. #2
    Registered User
    Join Date
    07-15-2015
    Location
    South East England
    MS-Off Ver
    2010 & 2013
    Posts
    72

    Re: Sumifs range between multiple text string .

    =SUMIFS($C$2:$C$112,$A$2:$A$112,"Honda*",$B$2:$B$112,">="&DATE(YEAR(J$2),MONTH(J$2),1),$B$2:$B$112,"<="&DATE(YEAR(J$2),MONTH(J$2)+1,1)-1)
    Last edited by Joe Bushfield; 08-18-2015 at 09:02 AM. Reason: Didn't include Dates
    Happy to help, if I did please Add Reputation

  3. #3
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: Sumifs range between multiple text string .

    The formula that you are looking for is probably this:
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    I don't know how much of the date that you want for the calculation so I just included the month
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    In this version, month and year are included:
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    The entries between the { } are different for each of the three situations and have to be filled in manually due to your data set-up.
    Last edited by newdoverman; 08-18-2015 at 09:43 AM.
    <---------If you like someone's answer, click the star to the left of one of their posts to give them a reputation point for that answer.
    Ron W

  4. #4
    Registered User
    Join Date
    01-04-2015
    Location
    Woking, England
    MS-Off Ver
    2010
    Posts
    72

    Re: Sumifs range between multiple text string .

    newdoverman & Joe Bushfield

    lot of thanks its working perfect and super tricks.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Finding Multiple Text String Modes from a single range
    By liquidmettle in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 07-16-2015, 02:28 PM
  2. [SOLVED] Sumifs multiple range
    By silambarasan.J in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 07-16-2015, 09:07 AM
  3. Replies: 2
    Last Post: 05-14-2015, 01:30 PM
  4. Can I use sumifs on a range with multiple columns?
    By JasperD in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-13-2014, 03:11 AM
  5. [SOLVED] Sumifs with OR operator text string search in single cell...
    By alphabetboi in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 04-15-2014, 07:26 PM
  6. [SOLVED] IF range of cells contains string of text, return contents of cell where string is found
    By nobodyukno in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 07-03-2013, 09:56 AM
  7. SUMIFS with multiple sum range columns
    By bvmk in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-11-2013, 03:39 PM

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