+ Reply to Thread
Results 1 to 13 of 13

Change Dates Depending on certain cell

  1. #1
    Registered User
    Join Date
    03-23-2023
    Location
    ireland
    MS-Off Ver
    2016-365
    Posts
    8

    Change Dates Depending on certain cell

    Hi I am making a food order form where my first delivery is Monday C9 Date C11. my next delivery is C21 this changes with dropdown and date in C23 this continues Down sheet multiple times i would like the DATES to update using C11 as start date so c23 will match c21 and so on down sheet

    Any help would be grateful
    Regards Sean.
    Attached Images Attached Images

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

    Re: Change Dates Depending on certain cell

    yiou have a version 2016-365 - lots of difference in functions , which version is this to work in

    Note: Images are difficult to see , and also requires that I input all the data myself, which means I may make an error, which is very time consuming, and from my point of view less likely to get a response, if a complicated spreadsheet.

    A sample sheet would help here, and possibly will enable a quicker and more accurate solution for you.


    The forum does allow for spreadsheets to be uploaded direct to the forum -

    Please see the Yellow Banner at the top of the page explaining how to attach a sample spreadsheet

    A good sample workbook has just 10-20 rows of representative data that has been desensitised. It also has expected results mocked up, relevant cells highlighted and a few explanatory notes.

    Here are the instructions, found at the top of the page again
    Post a small Excel sheet (not a picture) showing realistic & representative sample data WITHOUT confidential information (10-20 rows, not thousands...) and some manually calculated results. For a new thread (1st post), scroll to Manage Attachments, otherwise scroll down to GO ADVANCED, click, and then scroll down to MANAGE ATTACHMENTS and click again. Now follow the instructions at the top of that screen.
    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
    Registered User
    Join Date
    03-23-2023
    Location
    ireland
    MS-Off Ver
    2016-365
    Posts
    8

    Re: Change Dates Depending on certain cell

    Hi i need it to work in 2016 thanks for help
    Attached Files Attached Files

  4. #4
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.84 (24041420))
    Posts
    8,788

    Re: Change Dates Depending on certain cell

    ok, not following exactly

    instead of putting the days of week in - just put the date and format as DDDD
    that will show the day

    you enter
    9th oct 9/10/23 in C11
    then you want the next tuesday in C23 - why is it showing 11/7/23 ???

    and thursday in c34

    dont follow the dates you have entered

    C23 = 11/7/23 - why thats in the past
    C34 = 13/7/23 - - why thats in the past


    if you put 9/10/23 into cell c11
    in C9 you could put = C11 and format as DDDD

    then in C23
    C11+1
    will add a day
    and then in C21 put
    =C23 + 1 and format as DDDD

    etc


    but you have data validation in place and choosing day

    so
    i would like the DATES to update using C11 as start date

  5. #5
    Registered User
    Join Date
    03-23-2023
    Location
    ireland
    MS-Off Ver
    2016-365
    Posts
    8

    Re: Change Dates Depending on certain cell

    Hi I have data validation because delivery different days on different weeks
    The dares that are there I was testing formula but can't get to work in all date fields.
    Thanks again for helping.

  6. #6
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.84 (24041420))
    Posts
    8,788

    Re: Change Dates Depending on certain cell

    ok, still not following - can you explain what you would like ... in more detail
    Monday C9 Date C11. my next delivery is C21 this changes with dropdown and date in C23 this continues Down sheet multiple times i would like the DATES to update using C11 as start date so c23 will match c21 and so on down sheet
    do you want to change the day or the date - you say
    update C11 - which is a date
    as i explained , maybe not well enough, you can get the day of a date simply by formatting as DDDD - no needed for the dropdown - if you want to change the date in C11 as mentioned

    so then what date(s) do you want in the other cells ? to autimatically fill

    can you give and example - if you enter

    9/10/23 into cell C11 as requested
    then what dates do you want in the other cells ?

  7. #7
    Registered User
    Join Date
    03-23-2023
    Location
    ireland
    MS-Off Ver
    2016-365
    Posts
    8

    Re: Change Dates Depending on certain cell

    I just want to change the dates in cells C23,C34,C46 etc. when i change Day I want date to match the day. My start date will always be in C11 and it runs for a 4 week cycle with 1 to 4 deliveries a week.
    Hope I have explained correctly.
    Thanks again.

  8. #8
    Registered User
    Join Date
    03-23-2023
    Location
    ireland
    MS-Off Ver
    2016-365
    Posts
    8

    Re: Change Dates Depending on certain cell

    When i change days in cells C21,C32, etc.... i want dates to update in C23,C34 etc...
    Last edited by 1541sean; 10-05-2023 at 03:00 PM.

  9. #9
    Forum Expert
    Join Date
    10-15-2018
    Location
    MA, USA
    MS-Off Ver
    2010, 2019
    Posts
    1,616

    Re: Change Dates Depending on certain cell

    Please try the following formula copied to C23 and C34. As best I understand I think this does what you want. Let us know.
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Geoff

    Did I help significantly? If you wish, click on * Add Reputation to say thanks.
    If your problem has been resolved please select ?Solved? from the Thread Tools menu

  10. #10
    Registered User
    Join Date
    03-23-2023
    Location
    ireland
    MS-Off Ver
    2016-365
    Posts
    8

    Re: Change Dates Depending on certain cell

    Hi thanks Geoff this worked great for first week for all days, is there a way to continue with dates to the next week as I run a 4-week cycle so once it goes past Saturday the Monday will be new week Monday 16th etc.....,
    Thanks for your help.

  11. #11
    Forum Expert
    Join Date
    10-15-2018
    Location
    MA, USA
    MS-Off Ver
    2010, 2019
    Posts
    1,616

    Re: Change Dates Depending on certain cell

    OK, try this in C23, C34 etc.
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Attached is an update to your sample file extended to multiple weeks so that I could test. Let us know if this is what you are looking for.
    Attached Files Attached Files

  12. #12
    Registered User
    Join Date
    03-23-2023
    Location
    ireland
    MS-Off Ver
    2016-365
    Posts
    8

    Re: Change Dates Depending on certain cell

    That is what I want Works great Thanks a million for all your Help this will save me a lot of time.
    Thanks again.
    Regards
    Sean.

  13. #13
    Forum Expert
    Join Date
    10-15-2018
    Location
    MA, USA
    MS-Off Ver
    2010, 2019
    Posts
    1,616

    Re: Change Dates Depending on certain cell

    Glad I could help. Thanks for the feedback and rep.

+ 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. [SOLVED] Colour change in columns depending on dates
    By LazySumby in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 10-13-2022, 10:50 AM
  2. Replies: 1
    Last Post: 01-07-2022, 08:02 PM
  3. Formula change depending on cell value
    By krakha in forum Excel General
    Replies: 4
    Last Post: 03-02-2019, 07:36 AM
  4. Change a cell value depending on the date
    By Old Boots in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-23-2017, 12:54 AM
  5. Change value depending on another cell
    By ACap in forum Excel General
    Replies: 2
    Last Post: 04-19-2012, 08:09 AM
  6. Change Value depending on value of another cell
    By chelseafan1989 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 01-15-2011, 08:49 AM
  7. Change cell value depending on date
    By highlatency in forum Excel General
    Replies: 1
    Last Post: 07-13-2010, 06:59 AM

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