+ Reply to Thread
Results 1 to 6 of 6

Formula to add day in date display

  1. #1
    Valued Forum Contributor
    Join Date
    01-18-2007
    Location
    Georgia
    MS-Off Ver
    2010
    Posts
    4,434

    Formula to add day in date display

    Hello:
    Please refer to attached file.
    I have A1 = 11 and B1 = 2016
    I have add formula in cell A8 = =A1&"/1/"&B1 to give A8 as 11/1/2016.
    I need a way to have A8 as 11/1/2016 Tue as 1st Nov being Tuesday.
    A9 thru down same way.
    Let me know if you have any questions.
    Thanks.

    Riz
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,408

    Re: Formula to add day in date display

    In A8

    =DATEVALUE(A1&"/01/"&B1)

    Custom format cells as ddd dd/mm/yyyy

  3. #3
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2021
    Posts
    5,957

    Re: Formula to add day in date display

    Or try this in A8:

    =TEXT(DATE($B$1,$A$1,ROWS($A$8:A8)),"dddd dd/mm/yyyy")

    Copy down.

  4. #4
    Valued Forum Contributor
    Join Date
    01-18-2007
    Location
    Georgia
    MS-Off Ver
    2010
    Posts
    4,434

    Re: Formula to add day in date display

    Hello Phuocam:

    Your solution works great.
    I beleive John had misunderstood my thread and i know this is very easy for him.
    Thanks a lot to both.

    Riz

  5. #5
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2021
    Posts
    5,957

    Re: Formula to add day in date display

    You are welcome!

  6. #6
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,408

    Re: Formula to add day in date display

    I did not misunderstand your requirement: merely correcting the date form in A8. If the formatted cells as I said you get your required result.

    After nearly 3000 posts I thought you would be able to "interpret" my response.

+ 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: 2
    Last Post: 04-23-2014, 09:07 AM
  2. Formula to display last day of month if current day is past X date?
    By WL2005HBD in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 12-17-2013, 08:02 AM
  3. [SOLVED] Date formula to display day based off of year
    By Sovren in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-21-2012, 10:13 PM
  4. Replies: 1
    Last Post: 03-16-2011, 11:05 PM
  5. Replies: 3
    Last Post: 02-26-2009, 04:28 PM
  6. formula to display the date
    By Stevesmith in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-25-2007, 03:07 PM
  7. [SOLVED] Hours and minutes display as date in formula box
    By Dave in forum Excel General
    Replies: 13
    Last Post: 07-28-2006, 02:55 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