Results 1 to 3 of 3

Copy volatile numbers to persistent cell based on date.

Threaded View

  1. #1
    Registered User
    Join Date
    12-30-2008
    Location
    Riverside, CA
    MS-Off Ver
    Excel 2007
    Posts
    15

    Copy volatile numbers to persistent cell based on date.

    I hope I can explain this correctly.

    In the sheet I am working on I have some numbers that represent todays activity.

    These numbers are volatile and reset when the date advances.

    I have a column on another tab that has all the days of the month as F4:F33

    The results I want will go in the G4:G33 column.
    C2 is Today() to avoid too many Today()s.
    Active!J10 is the value I need in the G column.

    Basically what I need is the value from Active!J10 to be copied to whichever cell corresponds to the date next to it in the G4:G33 and then stay there when the date advances


    The formula I am using for the g range is :
    =IF(F24=C2,Active!J10)
    =IF(F25=C2,Active!J10)
    =IF(F26=C2,Active!J10)
    And so on down the column.

    I dont mind the FALSES for future dates, but the current one changes to false upon the advancement of the date.

    Basically, I need a running log of the final numbers going down the G range and for those values to stay there when the date advances.

    Can this be done with formulas or am I gonna have to do this with VBA?

    Thanks for any help in advanced.
    Last edited by Permagrin; 04-22-2009 at 02:44 PM.

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