+ Reply to Thread
Results 1 to 4 of 4

Cumlative figures - relate to TODAY()

  1. #1
    Registered User
    Join Date
    04-19-2008
    Posts
    4

    Question Cumlative figures - relate to TODAY()

    Hi,

    I am working on sales data that cross-references various numbers.

    As a part of this, I need to be able to display a cumlative number that is the cell adjacent to today's date.

    Example:

    Column A shows 10, 20, 30 etc. (So cell A3 shows a value of 30)

    Column B shows date Jan 1, Jan 2, Jan 3 (So cell B3 shows "Jan 3")

    On a seperate sheet, I have a cell showing today's date.

    Assuming today is January 3rd, I need Excel to display the value of cell A3.

    The next day, when Excel updates the date, I need it to show cell A4 - on so on...

    Hope that makes sense?!
    Last edited by andyrabbit; 07-14-2009 at 05:14 AM.

  2. #2
    Forum Expert
    Join Date
    04-14-2009
    Location
    Taiwan
    MS-Off Ver
    Excel 2016,2019,O365
    Posts
    2,523

    Re: Cumlative figures - relate to TODAY()

    Try this

    Please Login or Register  to view this content.
    You can also see attached file.

    Hope this helps,
    windknife
    Attached Files Attached Files

  3. #3
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Cumlative figures - relate to TODAY()

    =INDEX(A1:A30,MATCH(TODAY(),B1:B30,0)) adjust ranges to suit
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  4. #4
    Registered User
    Join Date
    04-19-2008
    Posts
    4

    Talking Re: Cumlative figures - relate to TODAY()

    Thank you!


+ 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