+ Reply to Thread
Results 1 to 7 of 7

Looking up a series of values over a date range?

  1. #1
    Registered User
    Join Date
    10-10-2012
    Location
    Dubai
    MS-Off Ver
    Excel 2007
    Posts
    9

    Looking up a series of values over a date range?

    I'm creating a weekly cash reconciliation tab X to tack on to the monthly spreadsheet taking information from Oct tab Y.

    I want to build a formula on X which will lookup the date range 07/10/12 and 13/10/12 on Y and then add up all the cash values of transactions which happened during that period.

    I'm not the best on excel but i'm not the worst and this one is killing me! I hope you guys can help?

  2. #2
    Valued Forum Contributor Blake 7's Avatar
    Join Date
    10-01-2010
    Location
    Bogota, Colombia
    MS-Off Ver
    Excel 2010 64 bit and Excel 2007,
    Posts
    1,377

    Re: Looking up a series of values over a date range?

    sounds like you could use a Sumproduct formula. The best bet would be to upload a sample workbook
    Blake 7

    If your question has been answered, please click EDIT in your original post, click GO ADVANCED and set the PREFIX box to SOLVED.

    If any member's response has helped to solve your problem, please consider using the scales icon on the top right of their post to show your appreciation.

    http://failblog.org/

  3. #3
    Registered User
    Join Date
    10-10-2012
    Location
    Dubai
    MS-Off Ver
    Excel 2007
    Posts
    9

    Re: Looking up a series of values over a date range?

    How do I upload a file, I keep getting error messages while trying to upload using the forum?

  4. #4
    Registered User
    Join Date
    10-10-2012
    Location
    Dubai
    MS-Off Ver
    Excel 2007
    Posts
    9

    Re: Looking up a series of values over a date range?

    I don't know if this helps but this is the fomula i'm trying to use: =SUMPRODUCT(('Oct 12'!F20:F71>=A9),('Oct 12'!F20:F71<B9),'Oct 12'!K20:K71)

    A9 is the beginning of the week and B9 is the end of the week.
    F20:F71 is the date column
    K20:K71 is the monetary column
    Last edited by Kitsan; 10-10-2012 at 07:08 AM.

  5. #5
    Registered User
    Join Date
    10-10-2012
    Location
    Dubai
    MS-Off Ver
    Excel 2007
    Posts
    9

    Re: Looking up a series of values over a date range?

    123.xlsx

    whey! I'm a genius

  6. #6
    Valued Forum Contributor Blake 7's Avatar
    Join Date
    10-01-2010
    Location
    Bogota, Colombia
    MS-Off Ver
    Excel 2010 64 bit and Excel 2007,
    Posts
    1,377

    Re: Looking up a series of values over a date range?

    in which cell on tab x do you want the formula to go?

  7. #7
    Registered User
    Join Date
    10-10-2012
    Location
    Dubai
    MS-Off Ver
    Excel 2007
    Posts
    9

    Re: Looking up a series of values over a date range?

    Thanks guys but I managed to fumble around until I got it sorted out myself:

    =SUMIF('Oct 12'!$F$20:$F$71,"<"&B9,'Oct 12'!$K$20:$K$71)-SUMIF('Oct 12'!$F$20:$F$71,"<"&A9,'Oct 12'!$K$20:$K$71)

    That formula relates to my actual ss not my attachment obviously!

    I'm sure i'll be back at some point

+ 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