+ Reply to Thread
Results 1 to 2 of 2

Setting date of column if another not blank

  1. #1
    Registered User
    Join Date
    02-28-2008
    Posts
    14

    Setting date of column if another not blank

    I need to create a table where column A is automatically populated with a date and time when column B is input for the first time. The date in column A should not change if the contents of column B change only when it is input the first time.

    I started with column A created like so:

    =IF(B7<>"",TEXT(NOW(),"hh:mm:ss"),"")

    Which creates the date but it stays dynamic and updates to the current date whenever any cell is updated.

    I cannot use VBA as this needs to run on the MAC version of Excel too.


    Thanks in anticipation....

  2. #2
    Forum Expert mikerickson's Avatar
    Join Date
    03-30-2007
    Location
    Davis CA
    MS-Off Ver
    Excel 2011
    Posts
    6,229
    I think you have a problem. Spreadsheet formulas are dynamic and I don't see any way around using VBA.

    Can you upgrade your Mac from Excel2008 to Excel2004?
    _
    ...How to Cross-post politely...
    ..Wrap code by selecting the code and clicking the # or read this. 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