+ Reply to Thread
Results 1 to 2 of 2

Thread: Copy cell value on a given day

  1. #1
    Registered User
    Join Date
    08-12-2010
    Location
    England
    MS-Off Ver
    Excel 2003
    Posts
    11

    Copy cell value on a given day

    Hello,

    I use the following formula to copy the value of a cell on a given date, however I want the value to remain there forever more not just the one day.

    =IF(TODAY()=DATE(2010,1,31),$D$14,0)
    any help appreciated

    Thanks

  2. #2
    Forum Guru Domski's Avatar
    Join Date
    12-14-2009
    MS-Off Ver
    What does it matter?
    Posts
    3,933

    Re: Copy cell value on a given day

    You will need to use VBA for that. Maybe a Workbook_Open event that checks the date and sets the value as required. What about if nobody opens the workbook on that date though?

    Dom
    "May the fleas of a thousand camels infest the crotch of the person who screws up your day and may their arms be too short to scratch..."

    Use code tags when posting your VBA code: [code] Your code here [/code]

    Remember, saying thanks only takes a second or two. Click the little star to give some Rep if you think an answer deserves it.

+ 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.2.0