+ Reply to Thread
Results 1 to 7 of 7

Inserting current date ( TODAY() ) by inserting another character

  1. #1
    Registered User
    Join Date
    08-29-2010
    Location
    Timisoara, Romania
    MS-Off Ver
    Excel 2007
    Posts
    2

    Inserting current date ( TODAY() ) by inserting another character

    Hello everybody!
    I am a new member on this forum, and I am interested about the way how I can insert the current date (using TODAY() ) in one cell by inserting at list one character, or a specifically type of characters (a number, in my case) into another cell. I want to create a table for monitoring and tracking production for a small production shop. Actualy I want to have a range of cells in my table where operators from different production stations can insert how many parts produced in that day, and after this in another range of cells to have automatically the current date inserted.
    Thank You

  2. #2
    Forum Expert royUK's Avatar
    Join Date
    11-18-2003
    Location
    Derbyshire,UK
    MS-Off Ver
    Xp; 2007; 2010
    Posts
    26,200

    Re: Inserting current date ( TODAY() ) by inserting another character

    Using TODAY() will update every day because the Function is volatile. Much better to enter the data manually. Attach an example workbook
    Hope that helps.

    RoyUK
    --------
    For Excel Tips & Solutions, free examples and tutorials why not check out my web site

    Free DataBaseForm example

  3. #3
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Inserting current date ( TODAY() ) by inserting another character

    As Roy has pointed out, automatic entry of dates in a cell by use of formulas would not work since the field would continue to update.

    However if you're open to use of VBA and some simple macros on your sheet, it could be done. Then the dates being entered by the macros would be hardcoded dates, not formulas
    Last edited by JBeaucaire; 08-29-2010 at 06:24 AM.
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  4. #4
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Inserting current date ( TODAY() ) by inserting another character

    There is a third option, you could make it easy to click on a cell and use a drop down in that cell to quickly enter today's date without having to type it. It's not automatic, but the data entry would be fast. This requires you put the formula =TODAY() in an unused cell somewhere then name that cell. Then put data validation in your date cells to use that named cell as the List Source. When you click on the cell it will present today's date as a clickable selection, and once entered would stay there until you changed it again.
    Last edited by JBeaucaire; 08-29-2010 at 06:47 AM.

  5. #5
    Registered User
    Join Date
    08-29-2010
    Location
    Timisoara, Romania
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: Inserting current date ( TODAY() ) by inserting another character

    Yes You are right (royUK)! Today() is volatile. Then I want to have in one cel date inserted automatically, acording to insertion of a number into neighboring cell.
    Can You somebady help me in this way. It does not metter how. Let's forget about TODAY() function.

  6. #6
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Inserting current date ( TODAY() ) by inserting another character

    Click GO ADVANCED and use the paperclip icon to post up a desensitized copy of your workbook.

  7. #7
    Forum Contributor
    Join Date
    09-23-2008
    Location
    Mexico
    Posts
    200

    Re: Inserting current date ( TODAY() ) by inserting another character


+ 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