+ Reply to Thread
Results 1 to 7 of 7

Display Day...

Hybrid View

  1. #1
    GoodTrouble
    Guest

    Display Day...

    I have a whole spreadsheet of dates that I have worked and related numbers.
    The dates are in mm/dd/yy format. I would like in another colum to be able to
    have those dates as the days they were...Such as Monday, Tuesday...etc... And
    then I need to pull averages for each Monday, Tuesday...etc of each month...

    Is this at all possible??

  2. #2
    Dave Peterson
    Guest

    Re: Display Day...

    You could do it by:

    =A1
    and format it to show the day of the week.

    But you could use a custom format for the original date:
    mm/dd/yyyy dddd

    GoodTrouble wrote:
    >
    > I have a whole spreadsheet of dates that I have worked and related numbers.
    > The dates are in mm/dd/yy format. I would like in another colum to be able to
    > have those dates as the days they were...Such as Monday, Tuesday...etc... And
    > then I need to pull averages for each Monday, Tuesday...etc of each month...
    >
    > Is this at all possible??


    --

    Dave Peterson

  3. #3
    GoodTrouble
    Guest

    Re: Display Day...

    I thought of that, but there is no day format.

    "Dave Peterson" wrote:

    > You could do it by:
    >
    > =A1
    > and format it to show the day of the week.
    >
    > But you could use a custom format for the original date:
    > mm/dd/yyyy dddd
    >
    > GoodTrouble wrote:
    > >
    > > I have a whole spreadsheet of dates that I have worked and related numbers.
    > > The dates are in mm/dd/yy format. I would like in another colum to be able to
    > > have those dates as the days they were...Such as Monday, Tuesday...etc... And
    > > then I need to pull averages for each Monday, Tuesday...etc of each month...
    > >
    > > Is this at all possible??

    >
    > --
    >
    > Dave Peterson
    >


  4. #4
    GoodTrouble
    Guest

    Re: Display Day...

    Nevermind the dddd worked...THANKS!

    "Dave Peterson" wrote:

    > You could do it by:
    >
    > =A1
    > and format it to show the day of the week.
    >
    > But you could use a custom format for the original date:
    > mm/dd/yyyy dddd
    >
    > GoodTrouble wrote:
    > >
    > > I have a whole spreadsheet of dates that I have worked and related numbers.
    > > The dates are in mm/dd/yy format. I would like in another colum to be able to
    > > have those dates as the days they were...Such as Monday, Tuesday...etc... And
    > > then I need to pull averages for each Monday, Tuesday...etc of each month...
    > >
    > > Is this at all possible??

    >
    > --
    >
    > Dave Peterson
    >


  5. #5
    JMB
    Guest

    RE: Display Day...

    To display the day the dates represent (assuming the date is in cell A1)

    =VLOOKUP(WEEKDAY(A1),{1,"Sunday";2,"Monday";3,"Tuesday";4,"Wednesday";5,"Thursday";6,"Friday";7,"Saturday"},2,FALSE)

    Then copy it down as far as necessary.

    To get an average for a particular day (say Friday) you could do something
    like

    SUMIF(C1:C5,"Friday",B1:B5)/COUNTIF(C1:C5,"Friday")

    where C1:C5 contains the VLookup formulae above, B1:B5 contains the numeric
    data you want averaged.


    "GoodTrouble" wrote:

    > I have a whole spreadsheet of dates that I have worked and related numbers.
    > The dates are in mm/dd/yy format. I would like in another colum to be able to
    > have those dates as the days they were...Such as Monday, Tuesday...etc... And
    > then I need to pull averages for each Monday, Tuesday...etc of each month...
    >
    > Is this at all possible??


  6. #6
    Florida User
    Guest

    RE: Display Day...

    To display the date as Monday etc - use format cells \ custom \ type and
    enter dddd

    That should do it --


    "GoodTrouble" wrote:

    > I have a whole spreadsheet of dates that I have worked and related numbers.
    > The dates are in mm/dd/yy format. I would like in another colum to be able to
    > have those dates as the days they were...Such as Monday, Tuesday...etc... And
    > then I need to pull averages for each Monday, Tuesday...etc of each month...
    >
    > Is this at all possible??


  7. #7
    GoodTrouble
    Guest

    RE: Display Day...

    Thank You All!! Problem Solved!

    "Florida User" wrote:

    > To display the date as Monday etc - use format cells \ custom \ type and
    > enter dddd
    >
    > That should do it --
    >
    >
    > "GoodTrouble" wrote:
    >
    > > I have a whole spreadsheet of dates that I have worked and related numbers.
    > > The dates are in mm/dd/yy format. I would like in another colum to be able to
    > > have those dates as the days they were...Such as Monday, Tuesday...etc... And
    > > then I need to pull averages for each Monday, Tuesday...etc of each month...
    > >
    > > Is this at all possible??


+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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