+ Reply to Thread
Results 1 to 11 of 11

Help Need to convert a date to a day...then progressive through each days data

  1. #1
    Registered User
    Join Date
    04-17-2015
    Location
    Saddleworth
    MS-Off Ver
    Office 365
    Posts
    41

    Help Need to convert a date to a day...then progressive through each days data

    Hi

    I have a spreadsheet with 4 years worth of data already in it.

    I have the date in column B...There are several lines with the same date for each day...then it moves to the next day...and so on

    What I would like to do in column A is add a formula that works out the day for the date and places it in that cell A

    So like today I have 36 lines with the same date in Column B
    Today I could just add Friday to column A for all 36 lines

    But I have actually 4 years worth of dates...and that would take a very long time to do manually

    Any help would be much appreciated

    Dave

  2. #2
    Forum Expert judgeh59's Avatar
    Join Date
    02-07-2013
    Location
    Boise, Idaho
    MS-Off Ver
    Excel 2016
    Posts
    2,310

    Re: Help Need to convert a date to a day...then progressive through each days data

    I assume column A is empty....if it is this should work....assuming the column B dates are real XL dates...

    Please Login or Register  to view this content.
    Ernest

    Please consider adding a * if I helped

    Nothing drives me crazy - I'm always close enough to walk....

  3. #3
    Registered User
    Join Date
    04-17-2015
    Location
    Saddleworth
    MS-Off Ver
    Office 365
    Posts
    41

    Re: Help Need to convert a date to a day...then progressive through each days data

    Thanks Ernest

    Thats working apart from the day of the changed date is showing as the previous day....example

    Friday 12/10/2012
    Friday 12/10/2012
    Friday 12/10/2012
    Friday 13/10/2012
    Saturday 13/10/2012
    Saturday 13/10/2012
    Saturday 13/10/2012
    Saturday 13/10/2012


    Dave

  4. #4
    Forum Expert judgeh59's Avatar
    Join Date
    02-07-2013
    Location
    Boise, Idaho
    MS-Off Ver
    Excel 2016
    Posts
    2,310

    Re: Help Need to convert a date to a day...then progressive through each days data

    it works for me --- my first thought is that you may not be in row 1 when you start....adjust the first cell from B1 to whatever it starts....does that make sense

  5. #5
    Registered User
    Join Date
    04-17-2015
    Location
    Saddleworth
    MS-Off Ver
    Office 365
    Posts
    41

    Re: Help Need to convert a date to a day...then progressive through each days data

    Yep...that was the problem....the header was in the B1 column

    Everything working fine.....quality stuff...thanks very much for a quick reply...much appreciated

  6. #6
    Forum Expert judgeh59's Avatar
    Join Date
    02-07-2013
    Location
    Boise, Idaho
    MS-Off Ver
    Excel 2016
    Posts
    2,310

    Re: Help Need to convert a date to a day...then progressive through each days data

    my pleasure glad I could help....have a great day....

    If this has been completed to your satisfaction, please set the thread to Solved...If you feel I deserve an increase in my reputation, feel free to click on the star in the lower left of the thread. Remember, someday when you help somebody they may add to your rep points, and it could be me...just a thought...

  7. #7
    Registered User
    Join Date
    04-17-2015
    Location
    Saddleworth
    MS-Off Ver
    Office 365
    Posts
    41

    Re: Help Need to convert a date to a day...then progressive through each days data

    Sorry...I'm new...no idea where I marked solved....I have had a look round but can't see anything. I know there must be something...

  8. #8
    Forum Expert judgeh59's Avatar
    Join Date
    02-07-2013
    Location
    Boise, Idaho
    MS-Off Ver
    Excel 2016
    Posts
    2,310

    Re: Help Need to convert a date to a day...then progressive through each days data

    open the thread, select Thread Tools from the menu link above and mark this thread as SOLVED. thanks for the rep points

  9. #9
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Help Need to convert a date to a day...then progressive through each days data

    Quote Originally Posted by judgeh59 View Post
    =LOOKUP(WEEKDAY(B1),{1,2,3,4,5,6,7},{"Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"})
    This will do the same thing:

    =TEXT(B1,"dddd")
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  10. #10
    Registered User
    Join Date
    04-17-2015
    Location
    Saddleworth
    MS-Off Ver
    Office 365
    Posts
    41

    Re: Help Need to convert a date to a day...then progressive through each days data

    You are quite correct Tony......This is all above me....I would never have thought such a little formula would have done what was required...thanx

  11. #11
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Help Need to convert a date to a day...then progressive through each days data

    You're welcome. Thanks for the feedback!

+ 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] convert date of birth to mos. old now, 30 and 60 days
    By Samantha in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 06:05 PM
  2. convert date of birth to mos. old now, 30 and 60 days
    By Samantha in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 04:05 PM
  3. [SOLVED] convert date of birth to mos. old now, 30 and 60 days
    By Samantha in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 12:05 PM
  4. [SOLVED] convert date of birth to mos. old now, 30 and 60 days
    By Ron Rosenfeld in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-06-2005, 09:05 AM
  5. convert date of birth to mos. old now, 30 and 60 days
    By Samantha in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 08-29-2005, 07:05 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