+ Reply to Thread
Results 1 to 6 of 6

A daily sales spreadsheet few questions

  1. #1
    Registered User
    Join Date
    04-02-2014
    Location
    Portland, Or
    MS-Off Ver
    Excel 2007
    Posts
    3

    A daily sales spreadsheet few questions

    I work at a Resturant and we of course use excel to do all of our daily sales inputs to find out our deposits each night. We also use quick books to enter everything just for information purposes. I've been playing around with the date formula but can't quite figure it out.

    The desires are to take the daily sales totals sorted by day of week and create an additional spreadsheet that grabs those daily sales and puts them into a top 10 so I no longer have to do it manually.

    Right now it's a month by month template spreadsheet that counts to 31 and we just enter up to the end of the month and name it that month so for example February ends the 28 but still 3 days left on the template.

    Would I need to make a spreadsheet for every month? I assume not but any information would be awesome. I know I can pull the numbers from one spreadsheet to another but to sort them into days of the week and the. Find only the top 10. I'm sure it's probably easy but I'm still learning. Thanks for any info!

    Corey

  2. #2
    Forum Expert BadlySpelledBuoy's Avatar
    Join Date
    06-14-2013
    Location
    East Sussex, UK
    MS-Off Ver
    365
    Posts
    7,468

    Re: A daily sales spreadsheet few questions

    Could you post a copy of the template you're currently using to give us a better idea of what you're trying to do?
    Also a manually created example of your desired outcome, with some explanation if it's not immediately obvious.

  3. #3
    Forum Expert
    Join Date
    12-14-2012
    Location
    London England
    MS-Off Ver
    MS 365 Office Suite.
    Posts
    8,448

    Re: A daily sales spreadsheet few questions

    Ok

    The attached spreadsheet as a sheet named template.

    clicking on the button will create a new sheet and list the days of the month in columns I and J.

    the new sheet will be named for the current month and the year.

    it is possible to make the macro run automatically whenever the workbook is opened
    or when the template is selected.
    it can be made to only create the new sheet if it dosn't already exist.

    you need to list your requirements clearly and post a sample workbook.
    Attached Files Attached Files

  4. #4
    Registered User
    Join Date
    04-02-2014
    Location
    Portland, Or
    MS-Off Ver
    Excel 2007
    Posts
    3

    Re: A daily sales spreadsheet few questions

    TOP 10 DAYS of the WEEK.xlsxTemplate Spreadsheet.xlsx

    These are the workbooks we are trying to connect and use via a date. If you could open it and edit it. Let me know what you did to link the "sales" field to the top sales other workbook.


    The template is what we use for daily sales and the sales field on the sales workbook is what i want to link to the second excel workbook called Top 10 days of the week. HOWEVER As it sits the date is not set as a date its just a number we use a generic excel template to open a new every month. With no link of the 2. If we could link the two together to auto pull the top sales days of the week based on the day then my life would be so much easier. Please if you have any more questions im not sure how to explain it any better.

  5. #5
    Forum Expert
    Join Date
    12-14-2012
    Location
    London England
    MS-Off Ver
    MS 365 Office Suite.
    Posts
    8,448

    Re: A daily sales spreadsheet few questions

    Sorry I don't understand.

    Top Ten Days of the week lists six days Mon to Sat

    Ok I assume that there will be ten rows.

    So can I assume that you want to record the dates and takings for the top ten days.

    So Top ten mondays
    Top ten tuesdays
    Top ten wednsdays
    Top ten thursdays
    Top Ten Fridays
    Top ten Saturdays

    So sixty dates and the takings on those dates?

    So is that forever or for the last year or the last two years?

    Ok so you have a generic template that you use and create a duplicate for each month.

    Lets start there. Do you want that created automatically on the first of the month or do you want the user to press a button to create it?

    I will start there until I get some feedback from you.

    I think that the best solution is to create a macro so that when you try to open the template, it tries to open the workbook for the current month,
    if that is not possible it creates a workbook for the current month and then closes itself.

    Ok. this is your first peice of code.

    Please Login or Register  to view this content.
    Save this file into a new folder. once you have tested it and are happy that my macro is safe, the declare that folder as a safe folder].

    call it sales if you like.

    try to open the file. it should create a new file called "Sales April 2014"

    close the file

    try and open the file again. Now it should open "Sales April 2014".
    Attached Files Attached Files
    Last edited by mehmetcik; 04-03-2014 at 07:40 PM.

  6. #6
    Registered User
    Join Date
    04-02-2014
    Location
    Portland, Or
    MS-Off Ver
    Excel 2007
    Posts
    3

    Re: A daily sales spreadsheet few questions

    To answer a few of your questions, It is sales Sun- Saturday. And yes I'd like to record the top sales days FOREVER to keep an ongoing track of the top sales as long as it's open.

    A generic template that creates every month would be awesome. However I'd like to include prior years back to almost 10 years ago for this whole formula to work. I see that your new "sales" creates a new template for us to work on. Some other info to help you possibly is that there's about 10 different people who touch this work book. It needs to be unchangeable aside from the input areas. (we've had some people really mess it up)

    I will give this a test run this week. Thank you for helping. Its probably rather easy but i'm no excel expert thats for darn sure! Although i am trying!

    thanks again for your help.


    Quote Originally Posted by mehmetcik View Post
    Sorry I don't understand.

    Top Ten Days of the week lists six days Mon to Sat

    Ok I assume that there will be ten rows.

    So can I assume that you want to record the dates and takings for the top ten days.

    So Top ten mondays
    Top ten tuesdays
    Top ten wednsdays
    Top ten thursdays
    Top Ten Fridays
    Top ten Saturdays

    So sixty dates and the takings on those dates?

    So is that forever or for the last year or the last two years?

    Ok so you have a generic template that you use and create a duplicate for each month.

    Lets start there. Do you want that created automatically on the first of the month or do you want the user to press a button to create it?

    I will start there until I get some feedback from you.

    I think that the best solution is to create a macro so that when you try to open the template, it tries to open the workbook for the current month,
    if that is not possible it creates a workbook for the current month and then closes itself.

    Ok. this is your first peice of code.

    Please Login or Register  to view this content.
    Save this file into a new folder. once you have tested it and are happy that my macro is safe, the declare that folder as a safe folder].

    call it sales if you like.

    try to open the file. it should create a new file called "Sales April 2014"

    close the file

    try and open the file again. Now it should open "Sales April 2014".

+ 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: 10-17-2013, 11:52 AM
  2. Replies: 4
    Last Post: 03-27-2013, 05:56 PM
  3. The spreadsheet for daily into weekly sales doesn't chart well
    By soun in forum Excel - New Users/Basics
    Replies: 3
    Last Post: 06-30-2012, 02:48 AM
  4. summarize monthly sales from daily sales
    By top1 in forum Excel General
    Replies: 4
    Last Post: 01-05-2010, 11:59 PM
  5. [SOLVED] cumulating by adding previous sales to daily sales
    By kish_gv in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 08-04-2007, 03:38 AM

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