+ Reply to Thread
Results 1 to 3 of 3

SUMPRODUCT function?

  1. #1
    Registered User
    Join Date
    09-30-2015
    Location
    Brussels
    MS-Off Ver
    2013
    Posts
    9

    Question SUMPRODUCT function?

    Good afternoon from rainy Brussels!

    I need your help regarding the attached document:

    sample file.xlsx

    In columns A and B, I have respectively the arrival and departure dates of hotel guests.

    In column I, I have the average room rate and in column K, I have the number of room nights produced.

    Now in column L, I would like to know exactly how much money the reservations that I have in columns A and B have produced. (in total)

    For example, for the 21st of May, the result should be 100.82. For the 24th of May, it should be 283.36 (100.82+182.54)

    Can anyone help me?

    Thanks a lot!!

    Adrien

  2. #2
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: SUMPRODUCT function?

    In L2, then copied down:

    =SUMIFS(I:I, A:A, "<="&J2, B:B, ">="&J2)
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  3. #3
    Registered User
    Join Date
    09-30-2015
    Location
    Brussels
    MS-Off Ver
    2013
    Posts
    9

    Re: SUMPRODUCT function?

    Quote Originally Posted by JBeaucaire View Post
    In L2, then copied down:

    =SUMIFS(I:I, A:A, "<="&J2, B:B, ">="&J2)
    Thanks a lot Jerry!!!

+ 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. [SOLVED] Sumproduct Function with Other Function References
    By T86157 in forum Outlook Formatting & Functions
    Replies: 4
    Last Post: 07-30-2012, 04:56 PM
  2. Replies: 9
    Last Post: 07-02-2012, 07:02 PM
  3. Sumproduct Function
    By ssjagger in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 07-01-2011, 07:57 AM
  4. Is this a sumproduct function?
    By kiapiggy in forum Excel General
    Replies: 4
    Last Post: 03-16-2011, 10:01 AM
  5. Replies: 10
    Last Post: 11-11-2010, 03:49 PM
  6. Sumproduct Function
    By JimMay in forum Excel General
    Replies: 3
    Last Post: 06-17-2006, 06:30 PM
  7. [SOLVED] SUMIF Function Inside SUMPRODUCT Function
    By Abdul Waheed in forum Excel Formulas & Functions
    Replies: 17
    Last Post: 09-19-2005, 12:05 PM
  8. [SOLVED] sumproduct function
    By bobf in forum Excel General
    Replies: 1
    Last Post: 03-02-2005, 12:06 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