+ Reply to Thread
Results 1 to 13 of 13

Display sales data in eye catching way

  1. #1
    Registered User
    Join Date
    06-21-2019
    Location
    England
    MS-Off Ver
    Office 2016
    Posts
    11

    Display sales data in eye catching way

    Hi all



    I have extracted sales data into 2 columns as below:

    15/06/2019 12:55 £15.00
    15/06/2019 13:03 £105.00
    16/06/2019 10:56 £185.00
    etc. (about 800 sales over 6 months)

    I'd like to display this data (can be several charts/tables) to show the following information:


    Busiest day of the week (no. of sales)
    Busiest day of the week (highest turnover)
    Busiest time of day (no. of sales)
    Busiest time of day (highest turnover)



    There's probably several ways of doing this, but I'm looking for the one that's most visually pleasing/easy to read.

    Just to clarify, I'd like the DAY of the week from the date, not the busiest dates. i.e. 12-1pm on Wednesday was the busiest day of week 1, 3-4pm on Tuesday of week 2 etc... Thursday is the busiest day of the week on average in the last 6 months...

    Basically as much information as possible in an easy to read format.


    Thanks in advance!

  2. #2
    Forum Expert Olly's Avatar
    Join Date
    09-10-2013
    Location
    Darlington, UK
    MS-Off Ver
    Excel 2016, 2019, 365
    Posts
    6,284

    Re: Display sales data in eye catching way

    So you want someone to design and build an entire dashboard for you??
    let Source = #table({"Question","Thread", "User"},{{"Answered","Mark Solved", "Add Reputation"}}) in Source

    If I give you Power Query (Get & Transform Data) code, and you don't know what to do with it, then CLICK HERE

    Walking the tightrope between genius and eejit...

  3. #3
    Registered User
    Join Date
    06-03-2019
    Location
    England
    MS-Off Ver
    2016
    Posts
    13

    Re: Display sales data in eye catching way

    Quote Originally Posted by Olly View Post
    So you want someone to design and build an entire dashboard for you??
    Nope, a chart, table or something simple will do.

    I don't know how to convert the data into a useful format. But, seeing as I found this Excel help forum, I thought I'd ask for help using Excel...

  4. #4
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,448

    Re: Display sales data in eye catching way

    @BillyD21
    Hi and welcome
    what does your answer have to do with a thread started by another member?

  5. #5
    Registered User
    Join Date
    06-03-2019
    Location
    England
    MS-Off Ver
    2016
    Posts
    13

    Re: Display sales data in eye catching way

    Sorry, I'm actually the original poster, but I'm logged into the wrong account. Whoops!

  6. #6
    Registered User
    Join Date
    06-21-2019
    Location
    England
    MS-Off Ver
    Office 2016
    Posts
    11

    Re: Display sales data in eye catching way

    Quote Originally Posted by BillyD21 View Post
    Sorry, I'm actually the original poster, but I'm logged into the wrong account. Whoops!
    Logged in with original account to confirm!

  7. #7
    Forum Expert Olly's Avatar
    Join Date
    09-10-2013
    Location
    Darlington, UK
    MS-Off Ver
    Excel 2016, 2019, 365
    Posts
    6,284

    Re: Display sales data in eye catching way

    Quote Originally Posted by TimClayton View Post
    I'd like to display this data (can be several charts/tables) to show the following information:

    Busiest day of the week (no. of sales)
    Busiest day of the week (highest turnover)
    Busiest time of day (no. of sales)
    Busiest time of day (highest turnover)

    ...

    Basically as much information as possible in an easy to read format.
    Quote Originally Posted by BillyD21 View Post
    Nope, a chart, table or something simple will do.


    There's a big difference between helping with a specific problem you're having, and doing all your work for you...

    What have you tried so far? What problem(s) did you encounter?

  8. #8
    Registered User
    Join Date
    06-21-2019
    Location
    England
    MS-Off Ver
    Office 2016
    Posts
    11

    Re: Display sales data in eye catching way

    Olly


    So I managed to separate the dates and times and used custom formats to get 4 columns: 03/01 | Thursday | 9:43 AM | £925.00

    I converted the range to a table, I don't know why, I just thought it might help.

    From here I'm stuck. I want a section next to it with some sort of formula that does "count the number of transactions for each day of the week and display the most common one here"

    Then I'd want one to do something like "count the total transaction amounts for each day of the week and display the highest earning one here"

    Again, because I have no idea how to do it, I don't know if it's a lot of work or not. There might be some pivot table or something that does it all for you, but I don't know.


    Thanks

  9. #9
    Registered User
    Join Date
    06-21-2019
    Location
    England
    MS-Off Ver
    Office 2016
    Posts
    11

    Re: Display sales data in eye catching way

    SO I think I made some progress

    Capture.PNG

    Formulas next to days are =SUM(IF($B$2:$B$1000=G2, $D$2:$D$1000, 0))

    Formulas next to hours are =COUNTIFS($C$2:$C$1000,">="&G9,$C$2:$C$1000,"<"&H9)

    This gives me something pretty close to what I wanted. It's nor particularly attractive, but it works!

  10. #10
    Registered User
    Join Date
    06-21-2019
    Location
    England
    MS-Off Ver
    Office 2016
    Posts
    11

    Re: Display sales data in eye catching way

    I'm not sure if anyone is still following this but... I'd like to add some more functionality.

    I have the above, which shows total sales for certain days of the week and certain times of day. Now what I would like to do is add certain times of certain days.

    I'd like to see total number of sales/value of sales on a Monday between 9-10am. Is this possible?

    Thanks

  11. #11
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.84 for Mac MS 365
    Posts
    8,499

    Re: Display sales data in eye catching way

    I think the problem Tim is that you won't find many on here who want to create a workbook from scratch guessing what you have and how to display it. Maybe if you posted a sample workbook with sample data and what kind of things you'd like to see you might get some help.
    Make contributors happy, click on the "* Add Reputation" as a way to say thank you.
    Sam Capricci

  12. #12
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,448

    Re: Display sales data in eye catching way

    Administrative Note:

    We don't expect you to bump threads more than once in 24 hours - it has been only 6-7 hours since you posted. Please remember that those who help here do so voluntarily and of their own goodwill. They live in many different time zones and many will be out at work right now if they are not asleep on the other side of the globe. This is not a paid 'service': members will help when they are ready and able to do so, and not 'on demand'. Please do not try to put pressure of time on anyone here: if you get the help you need today, that's fine, but you really should not count on it. Thanks for your understanding and patience.

  13. #13
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.84 for Mac MS 365
    Posts
    8,499

    Re: Display sales data in eye catching way

    Tim, what Pepe wrote is of course true but you can attach a workbook and that is not seen as bumping the post or impatience.

+ 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] Vlookup to pull in sales data based on the month sales begins
    By adam_d_john in forum Excel Formulas & Functions
    Replies: 17
    Last Post: 06-12-2017, 05:07 PM
  2. [SOLVED] display total sales at the end of each month from date-wise data
    By Ranjeet2001 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 05-11-2014, 01:20 AM
  3. Is there a way to display sales data on US map from Excel
    By tantcu in forum Excel Charting & Pivots
    Replies: 4
    Last Post: 08-20-2013, 09:44 PM
  4. Replies: 7
    Last Post: 07-23-2013, 07:56 AM
  5. Useform which search the data of Primary sales and i can enter secondary sales data.
    By bipin_04 in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 05-31-2013, 11:29 AM
  6. Replies: 4
    Last Post: 03-27-2013, 05:56 PM
  7. a hard (impossible) one - catching data and locking it without VBA
    By yoniman in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 02-22-2013, 03:59 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