+ Reply to Thread
Results 1 to 3 of 3

SUMIFS for Date Range

Hybrid View

  1. #1
    Registered User
    Join Date
    08-23-2012
    Location
    ithaca
    MS-Off Ver
    Excel 2007
    Posts
    5

    Re: Date Based Scheduling and Occupancy

    Yes, sorry for the vagueness:
    The core of the problem is linking up needed rooms tied to the specific date range:

    What I have so far is a way to parse out the amount of rooms being used per building:
    =SUMIFS($B$3:$B$12,$C$3:$C$12,E22)
    =SUMIFS(# of rooms needed, date range, reference cell)

    And a way to determine in a room is being used during that specific date:
    =IF(SUMPRODUCT(($D$3:$D$12<=I$20)*($E$3:$E$12>=I$20+1)*($C$3:$C$12=$H21)),1,0)
    =If(Sumproduct((Start Date <= Reference date in graph)*(End Date <= Reference date in graph)*(building*reference cell)),1,0)

    How can the SUMIFS function be modified to limit the number of rooms returned for only the specified range of dates?

    Attached is the predicament:
    Attached Files Attached Files

+ 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