+ Reply to Thread
Results 1 to 2 of 2

Date entered in a cell affects the date produced in other cells

  1. #1
    Registered User
    Join Date
    12-02-2011
    Location
    Edinburgh
    MS-Off Ver
    MS Office 365 (Word, Excel, Powerpoint, Publisher)
    Posts
    23

    Date entered in a cell affects the date produced in other cells

    Hi

    Not sure if this can be achieved with formulas or with programming but what a want to achieve is inputting a date into a cell and depending on what that date is, I need other dates appearing in adjoining cells. Any ideas?

    Thanks

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,791

    Re: Date entered in a cell affects the date produced in other cells

    If you enter a date in cell A1, for instance, you can have this formula in B1:

    =IF(A1="","",A1+91)

    which will add 91 days onto the first date, as an example. Or, the formula in B1 could be:

    =IF(A1="","",DATE(YEAR(A1),MONTH(A1)+6,DAY(A1)))

    to add 6 month onto the first date.

    I haven't a clue what you want to happen with those subsequent dates, so you will have to give us some more details of what you are trying to achieve.

    Hope this helps.

    Pete

+ 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: 8
    Last Post: 09-28-2016, 06:19 PM
  2. Date Formula and leaving cell blank when no date is entered
    By Texguy02 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 01-31-2015, 02:57 PM
  3. [SOLVED] Comparing previously entered date with new date in same cell
    By moosetales in forum Excel Programming / VBA / Macros
    Replies: 48
    Last Post: 04-21-2014, 09:20 PM
  4. Replies: 3
    Last Post: 11-23-2013, 06:21 AM
  5. interested in VBA to copy range of cells on a particular date entered in a cell
    By rcmathur in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 09-09-2013, 06:08 AM
  6. Replies: 2
    Last Post: 05-18-2012, 09:27 AM
  7. Replies: 3
    Last Post: 05-28-2008, 01:32 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