+ Reply to Thread
Results 1 to 12 of 12

Excel 2007 : Create an input out output application in Excel for selling water

  1. #1
    Registered User
    Join Date
    08-29-2010
    Location
    California
    MS-Off Ver
    Excel 2003
    Posts
    19

    Create an input out output application in Excel for selling water

    Hi,

    I posted the same question on another board but since it's more of a project and I'm not really in a situation (read: living in ramen noodles world..) where I can pay for a solution the topic got closed ( http://www.ozgrid.com/forum/showthread.php?t=145753 ).

    So, I thought that maybe I could try to find someone here.

    In Short:
    My parents bought a water-bottle-refill store a few days ago and I was just there and saw that they are tracking everything on a piece of paper that they then have to add up and tie to the cash register - and getting any 'statistics' from the sales is near impossible and/or very hard to do.

    So...I thought I was going to be a good daughter and see if I couldn't bring them into the modern days and get them a used laptop and set them up with something that would be easier for them to track - and USE the data they are collecting

    The challenge:
    I'm not very good with spreadsheets/access databases myself..so as I said I thought I'd see if there would be a helpful soul here that might be willing to help out.

    What they are doing now:
    They sell two kinds of water:
    - 25cents per gallon, and
    - 45cents per gallon.

    People can pay either by cash - or a 'prepaid membership card'.

    They have a piece of paper with basically four columns:
    C25, C45, M25, M45
    (Cash 25c, Cash45c, Membership25, Membership45)

    If someone comes in and buys, say, 5 gallons of the 25cent wanter and pay in cash - they put a '5' in the column named 'C25'. End of the day the add up all the columns and see if it ties to the cash register.

    The reason they 'break out' the 25, 45, cash and membership is to see what sells and how (do they need the membership, is the more expensive water in demand, etc).

    The Challenge:
    Input:
    I would love something easy to use but that looks 'professional'
    I'm not sure if one can make a 'front-end' or 'form' maybe where they would just pick the cash/member/25/45 with checkboxes (or something) and then type in the gallons.
    Something that's easy to use and for people that can't read text tooo small

    Output:
    I think this is maybe the real challenge.
    I would love to be able to help them by giving them tools that could show them for instance;
    - the total for the day,
    -the total for the week,
    - totals BY say member/cash,
    - totals BY cash or membership,
    - any total for a certain day/time period you type in,
    - Etc

    Maybe in text..maybe in like pie charts..I am not sure

    Is this something anyone out there have an idea about how to do (including the 'form-frontend')?

    I can't really offer any money as compensation (unemployed and soon, if things doesn't look better working in my parents waterstore ) - but maybe there is something to say for good karma.

    Anyone.....?

    /Tiff
    Last edited by Tiffany_73; 09-01-2010 at 03:19 AM.

  2. #2
    Registered User
    Join Date
    08-29-2010
    Location
    California
    MS-Off Ver
    Excel 2003
    Posts
    19

    Re: Help with a spreadsheet for my parent...please.

    Hoping someone may be able to help me out
    Last edited by Tiffany_73; 08-30-2010 at 02:10 PM.

  3. #3
    Registered User
    Join Date
    08-29-2010
    Location
    California
    MS-Off Ver
    Excel 2003
    Posts
    19

    Re: create an input out output application in Excel for selling water

    Tried to create something on my own to learn and to also show kind of what I am after....

    The main problem I'm having is that I can't even imagine how you would get it to present a 'new' s/sheet to enter the next day without having to copy the spreadsheet and erase the data...

    Also, I want to be able to do 'statistics' over a period of time so there need to be 'old' data as well..
    Attached Files Attached Files

  4. #4
    Forum Expert royUK's Avatar
    Join Date
    11-18-2003
    Location
    Derbyshire,UK
    MS-Off Ver
    Xp; 2007; 2010
    Posts
    26,200

    Re: create an input out output application in Excel for selling water

    Create a table of data in another sheet. Look at the code in the Contacts Form example to save the data to the table at the end of each day.
    Hope that helps.

    RoyUK
    --------
    For Excel Tips & Solutions, free examples and tutorials why not check out my web site

    Free DataBaseForm example

  5. #5
    Registered User
    Join Date
    08-29-2010
    Location
    California
    MS-Off Ver
    Excel 2003
    Posts
    19

    Re: create an input out output application in Excel for selling water

    Quote Originally Posted by royUK View Post
    Create a table of data in another sheet. Look at the code in the Contacts Form example to save the data to the table at the end of each day.
    It's my Roy

    Thanks, I had a look at that site but it's seriously WAY over my head.
    I'll try for some time but another option may be to get a ready-built application and 'strip' it down to the 4-5 things I want to enter and track.

    Thanks for posting.

  6. #6
    Forum Expert royUK's Avatar
    Join Date
    11-18-2003
    Location
    Derbyshire,UK
    MS-Off Ver
    Xp; 2007; 2010
    Posts
    26,200

    Re: create an input out output application in Excel for selling water

    You should be able to use the code in the example just change the cell references
    Attached Files Attached Files

  7. #7
    Registered User
    Join Date
    08-29-2010
    Location
    California
    MS-Off Ver
    Excel 2003
    Posts
    19

    Re: create an input out output application in Excel for selling water

    Quote Originally Posted by royUK View Post
    You should be able to use the code in the example just change the cell references
    Roy thanks!
    Last edited by Tiffany_73; 09-01-2010 at 01:30 AM.

  8. #8
    Registered User
    Join Date
    08-29-2010
    Location
    California
    MS-Off Ver
    Excel 2003
    Posts
    19

    Re: create an input out output application in Excel for selling water

    I tried out the s/sheet again today and got some new questions - but I'm making progress I think :


    1) I tried adding a graph (see the new, attached s/sheet) that auto-updates when I enter values and that works.... but I can NOT seem to get it to show what I want: I want the pie chart to be very simple - just two 'slices' showing a) the total C25 sales (so a COUNT of two columns) and b) the total C45 sales (another COUNT of two columns). It's driving me crazy as my pie chart may tell you if you look at it
    I tried making the input "=Input!COUNT($B$4:$B$35)" but that doesn't seem to want to work

    So...I then tried to make the input fields the already counted values in the statistics box and I THINK that works when it comes to the data...but I now can't make the slices being called "25c" and one "45c" as there is now only one 'series'... How can I fix this?

    2) I deleted a blank column in the middle of the entry grid and now the values in one column doesn't get blanked out when pressing save - and the totals in the data tab doesn't get updated anymore! - and I can't find where to correct this

    Btw:
    When I click the "Save" button it automatically moves the values to the Data-sheet (coooll!!!)
    Attached Files Attached Files
    Last edited by Tiffany_73; 09-01-2010 at 01:25 AM.

  9. #9
    Forum Expert royUK's Avatar
    Join Date
    11-18-2003
    Location
    Derbyshire,UK
    MS-Off Ver
    Xp; 2007; 2010
    Posts
    26,200

    Re: create an input out output application in Excel for selling water

    I've amended the code to work with the new sheet

    Please Login or Register  to view this content.
    I'm not sure what you mean with the graph, but I suggest that you start a new question about the graph in the Excel Charting Forum

  10. #10
    Registered User
    Join Date
    08-29-2010
    Location
    California
    MS-Off Ver
    Excel 2003
    Posts
    19

    Re: create an input out output application in Excel for selling water

    Quote Originally Posted by royUK View Post
    I've amended the code to work with the new sheet

    Please Login or Register  to view this content.
    I'm not sure what you mean with the graph, but I suggest that you start a new question about the graph in the Excel Charting Forum
    Thanks Roy - that worked!!!
    I THINK I understand how it works!!!
    I just added:
    .Cells(NextRw, 6).Value = Sheets("Input").Cells(16, 11).Value

    As....cell K16 = cell 16,11 right?

    That made me now also get the daily total dollars into the data-sheet !!!

    Yah, it's hard to explain the graph issue...I just can't get the graph to say "C25" and "C45" next to the slices in the chart. Maybe I built it wrong.

  11. #11
    Forum Expert royUK's Avatar
    Join Date
    11-18-2003
    Location
    Derbyshire,UK
    MS-Off Ver
    Xp; 2007; 2010
    Posts
    26,200

    Re: create an input out output application in Excel for selling water

    Well done.

    Post the graph question separately with the example workbook

  12. #12
    Registered User
    Join Date
    08-29-2010
    Location
    California
    MS-Off Ver
    Excel 2003
    Posts
    19

    Re: create an input out output application in Excel for selling water

    Quote Originally Posted by royUK View Post
    Well done.

    Post the graph question separately with the example workbook
    Thanks Roy but I think I'm ok with how it looks now (attached a new version).

    Your help has been invaluable!!

    Planning on showing what I'll come up with to my mom this weekend and I think she will be thrilled

    I got two more questions but I'll create two separate posts and try to be more specific in them

    I marked this thread as "SOLVED" as I'm taking those two questions to separate posts and I think I am on a GREAT way thanks to the answers here!!
    Attached Files Attached Files
    Last edited by Tiffany_73; 09-01-2010 at 03:17 AM.

+ 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