Hutchisonryan
New Member
- Joined
- Mar 3, 2012
- Messages
- 8
I've been working on this project for quite some time, and I've found solutions that get me close, but don't solve my problem. I typically like to figure things out on my own, because I feel that's how you learn best, but after months of work I'm finally breaking down and asking for help (mainly because my VP caught wind of my project, and wants to roll company wide.) So to be able to understand my question fully, I will explain in detail:
This is a performance tracker for servers in a restaurant. The spreadsheets operates in a way so that I can export a report from my POS (Point Of Sale) PC, to my desktop PC via a network drive. I can then copy and paste the report in my workbook and the spreadsheet will auto-populate. There are two reports I'm using. The first is static, and I can auto-populate by stacking Index(Match(Offset no problem. These are basic stats like sales, comps, PPA etc. The second part of the report has to deal with specific focus items sold per individual. Here is where it's getting messy. This report changes size every time you run it, depending on how many people you have on the clock and which items they sold. I need the lookup table to be able to adjust it's size, as to not include other employees items in it's table. Every item has a specific "plu" number attached to it, so I can vlookup to find it. The closest I have gotten is using VLOOKUP(MATCH(OFFSET(COUNTIF - using COUNTIF to dictate the hight of the table, but then I'm back to my original issue, COUNTIF needs a range, which will change every time. If anyone can lead me in the right direction, it would be phenomenally appreciated. Sorry for the novel. Let me know if there are any questions or more information is needed. Thanks in advance.
This is a performance tracker for servers in a restaurant. The spreadsheets operates in a way so that I can export a report from my POS (Point Of Sale) PC, to my desktop PC via a network drive. I can then copy and paste the report in my workbook and the spreadsheet will auto-populate. There are two reports I'm using. The first is static, and I can auto-populate by stacking Index(Match(Offset no problem. These are basic stats like sales, comps, PPA etc. The second part of the report has to deal with specific focus items sold per individual. Here is where it's getting messy. This report changes size every time you run it, depending on how many people you have on the clock and which items they sold. I need the lookup table to be able to adjust it's size, as to not include other employees items in it's table. Every item has a specific "plu" number attached to it, so I can vlookup to find it. The closest I have gotten is using VLOOKUP(MATCH(OFFSET(COUNTIF - using COUNTIF to dictate the hight of the table, but then I'm back to my original issue, COUNTIF needs a range, which will change every time. If anyone can lead me in the right direction, it would be phenomenally appreciated. Sorry for the novel. Let me know if there are any questions or more information is needed. Thanks in advance.