+ Reply to Thread
Results 1 to 6 of 6

Performance Analysis: Weekday Function

  1. #1
    Registered User
    Join Date
    11-26-2012
    Location
    Toronto
    MS-Off Ver
    Excel 2007
    Posts
    18

    Cool Performance Analysis: Weekday Function

    Hey,

    I'm trying to do a standard performance review where I need to organize data from a large worksheet into useful graphs.

    I want to compare the avg sales from weekdays vs weekends. The problem is the data has many rows and I don't want to go line by line to first figure out which dates are weekdays and which are weekends, and then have to add the sum of all the sales and divide it by the total days.

    I also want another graph that compares sales on Mondays, vs sales on Tuesdays, Wednesdays etc.........does anyone have any advice on how I would go about this?


    THANK YOU SO MUCH!



    example excel.xlsx

  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,813

    Re: Performance Analysis: Weekday Function

    There is a WEEKDAY function which returns numbers representing the days of the week. Used like this:

    WEEKDAY(A1,2)

    Mondays will be 1 up to Sunday being 7, so weekdays and weekends can be identified quite easily as being less than 6 or greater than 5 respectively.

    Also, you can apply the TEXT function to a date column and return the day directly, like this:

    =TEXT(D2,"ddd")

    which will give Mon, Tue, Wed etc, and these can be used within a COUNTIF or SUMIF function to get counts or totals by different days.

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    11-26-2012
    Location
    Toronto
    MS-Off Ver
    Excel 2007
    Posts
    18

    Re: Performance Analysis: Weekday Function

    Wow, Pete thanks for the prompt reply!

    I just used your functions and now I have added its respective day of the week to each row. Is there a quick way I can summarize all sales for Mondays? Tuesdays? etc?

    Is there a quick way I can summarize figures by Quarters (Jan-March, April-June, July-Sept, Oct-Dec)?

  4. #4
    Registered User
    Join Date
    11-26-2012
    Location
    Toronto
    MS-Off Ver
    Excel 2007
    Posts
    18

    Re: Performance Analysis: Weekday Function

    Or also group all weekdays together to find their avg sales and compare against the average sales on weekends?


    Thanks again for all your help, you and this forum are quite impressive!

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

    Re: Performance Analysis: Weekday Function

    I've just put together a simple table using SUMIF showing how you can summarise your data. I've used full-column references so that it will apply to your real data. You might like to count the number of days (using COUNTIF) and you can get %ages quite easily from the summary table.

    Hope this helps.

    Pete
    Attached Files Attached Files

  6. #6
    Registered User
    Join Date
    11-26-2012
    Location
    Toronto
    MS-Off Ver
    Excel 2007
    Posts
    18

    Re: Performance Analysis: Weekday Function

    Quality!

    Thanks mate!!!

+ 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