+ Reply to Thread
Results 1 to 4 of 4

SUMIFS with multiple criteria

  1. #1
    Registered User
    Join Date
    03-15-2013
    Location
    Baltimore
    MS-Off Ver
    Excel 2010
    Posts
    33

    SUMIFS with multiple criteria

    Hello, what's the formula if I want to get the # of beds for Location A for Sept 1-4. I think my problem is what to do with the dates. Thank you in advance.
    J

    Date Location Bed
    8/30 A 3
    8/31 B 2
    9/1 A 5
    9/1 C 1
    9/2 B 2
    9/2 A 3
    9/3 B 8
    9/3 C 2
    9/4 A 3
    9/4 B 1

  2. #2
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: SUMIFS with multiple criteria

    Something like

    =SUMIFS(C1:C100,B1:B100,"A",A1:A100,">="&DATE(2015,9,1),A1:A100,"<="&DATE(2015,9,4))

    A1:A100 = Dates
    B1:B100 = Location
    C1:C100 = #ofBeds

  3. #3
    Registered User
    Join Date
    03-15-2013
    Location
    Baltimore
    MS-Off Ver
    Excel 2010
    Posts
    33

    Re: SUMIFS with multiple criteria

    Thank you so much!!!!!

  4. #4
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: SUMIFS with multiple criteria

    You're welcome.

+ 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. Replies: 5
    Last Post: 02-06-2015, 08:44 PM
  2. Using SUMIFS with multiple OR criteria
    By rum.man in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 10-22-2014, 07:57 PM
  3. SumIfs with multiple criteria using VBA
    By newbi004 in forum Excel Programming / VBA / Macros
    Replies: 14
    Last Post: 07-04-2013, 10:21 AM
  4. Replies: 2
    Last Post: 01-23-2013, 06:25 AM
  5. Replies: 3
    Last Post: 11-21-2012, 04:57 PM
  6. Replies: 1
    Last Post: 05-16-2011, 05:00 PM
  7. SUMIFS with multiple or/and/not Criteria
    By TACAMO in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-20-2010, 03:35 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