+ Reply to Thread
Results 1 to 4 of 4

Add Date in cell IF...

  1. #1
    Forum Contributor
    Join Date
    04-20-2020
    Location
    New Jersey, NJ
    MS-Off Ver
    MS Office 365
    Posts
    159

    Add Date in cell IF...

    Hey all,

    Looking for a way to add today's date in adjacent cell in column B if Cell in column A has information.

    I can't just paste date on a range because the quantity of rows varies.

    So why not type out the date and autofill/copycell it, you ask?

    Because i'd rather not I suppose.

    Thank you in advance

    The Information in Column Ais continuous until the end, which is why an autofill would work for manual.

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,426

    Re: Add Date in cell IF...

    =IF(A2<>"",TODAY(),"")

    in B2, copied down??
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU

  3. #3
    Forum Contributor
    Join Date
    04-20-2020
    Location
    New Jersey, NJ
    MS-Off Ver
    MS Office 365
    Posts
    159

    Re: Add Date in cell IF...

    Hey Glenn,

    Thanks for the response.

    Looking for a VBA solution.

    Also the issue with Today() is that it changes to the current day, and therefore if i open the file tomorrow, it would have tomorrow's date instead of today's.

  4. #4
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,426

    Re: Add Date in cell IF...

    Sorry! I didn't notice that!! Apols. I am VBA illiterate, so I'll step back!!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 1
    Last Post: 05-23-2020, 06:46 PM
  2. Date entry control-condition date in cell J>date in cell H
    By erkamu in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 06-01-2014, 07:04 AM
  3. Send an Email by cell date in comparison to actual date referencing cell text.
    By greaseebogus in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 05-15-2014, 10:03 PM
  4. [SOLVED] Move date shown in cell to new cell directly left once date has passed
    By jamieswift1977 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 04-16-2013, 11:23 AM
  5. Replies: 2
    Last Post: 03-01-2013, 04:33 PM
  6. Replies: 1
    Last Post: 10-02-2012, 02:42 PM
  7. How to: Click on a cell, calendar pops up, pick a date, date appears in cell.
    By jonvanwyk in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 07-08-2011, 01:56 PM

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