+ Reply to Thread
Results 1 to 4 of 4

Need function to auto update current date in A1 cell if i entered data in B1/C1/D1

  1. #1
    Forum Contributor
    Join Date
    06-12-2013
    Location
    india
    MS-Off Ver
    Office 365
    Posts
    163

    Need function to auto update current date in A1 cell if i entered data in B1/C1/D1

    Hi Team,

    Need function to auto update current date and time/only time in A1 cell if i entered data in B1/C1/D1. Thanks.
    Please help.

    Regards,
    Girish

  2. #2
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.83 (24031120))
    Posts
    8,732

    Re: Need function to auto update current date in A1 cell if i entered data in B1/C1/D1

    you can use a circular function to date stamp
    http://www.howtoexcelatexcel.com/exc...with-formulas/
    http://chandoo.org/wp/2009/01/08/tim...-formula-help/

    and so you need to check the content of B1,C1, D1

    so
    IF(AND(B1<>"", C1<>"", D1<>"") ,

    change the options for circular reference and
    Type the following formula into A1
    =IF(AND(B1<>"", C1<>"", D1<>"") ,IF(A1="",NOW(),A1),"")
    Wayne
    if my assistance has helped, and only if you wish to , there is an "* Add Reputation" on the left hand side - you can add to my reputation here

    If you have a solution to your thread - Please mark your thread solved do the following: >
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

  3. #3
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Need function to auto update current date in A1 cell if i entered data in B1/C1/D1

    In A1

    =if(COUNTA(b1:d1)>0,Now(),"")
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  4. #4
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: Need function to auto update current date in A1 cell if i entered data in B1/C1/D1

    Giri.hb,

    Your post does not comply with Rule 8 of our Forum RULES. Do not crosspost your question on multiple forums without including links here to the other threads on other forums.

    Cross-posting is when you post the same question in other forums on the web. The last thing you want to do is waste people's time working on an issue you have already resolved elsewhere. We prefer that you not cross-post at all, but if you do (and it's unlikely to go unnoticed), you MUST provide a link (copy the url from the address bar in your browser) to the cross-post.

    Expect cross-posted questions without a link to be closed and a message will be posted by the moderator explaining why. We are here to help so help us to help you!

    Read this to understand why we ask you to do this, and then please edit your first post to include links to any and all cross-posts in any other forums (not just this site).
    If I have helped, Don't forget to add to my reputation (click on the star below the post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code: [code] Your code here [/code]

+ 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