Without using Macros - Generate a Monthly Report Based on Month and Employee

andrewbhilty

New Member
Joined
Nov 23, 2016
Messages
8
I have been trying to fix a clunky time wasting report process we have so that Excel does all the time wasting work for me, and all I have to do is select an employee and a month and press print. Here's what I'm working with so far:

There is a master quote log that multiple employees have access and add information to. In that sheet, we keep track of the person who input the quote, the date the quote was entered, and a variety of information that varies from quote to quote.

On a separate sheet in the same workbook, I'm trying to set-up what we report once monthly. What I would like the spreadsheet to do, without using Macros, is allow the user to select an employee from a drop down and the month from a drop down. It will then fill in the table with the seclect columns that we report (I can edit the column headers if they have to match exactly from sheet to sheet).

Is there anyway to do this without using Macros with an If statement and vlookup? If been playing with it for a while with no luck. Trying to say something like ifs Sales Rep = "Fox, Month = "November", Report "Columns A, B, C, D, F, H, L,...

Hopefully that will make sense when you see the spreadsheet examples below:

Here are examples of the two sheets - first one is the Master Quote Log. Second one is the Report.

Master Quote Log
Quote StatusQuote DateQuote #Project NameCustomer NameSales RepQuoted Price ($)Sq. Ft.UnitHours
SOLD01/12/1616.1424bProject 1abcDoe$1,265,456128,255628322
QUOTED01/16/1616.2114aProject 2defFox$56,0005,5002441
DEAD02/16/1616.1016aProject 3ghiDeere$58,0005,2002718
DEAD04/05/1616.2118aProject 4jklFox$110,00015,0005440

<tbody>
</tbody>



Report: .Only Items edited are Sales Rep (drop down list) and Month (drop down list). I want everything else to pull from the Master Quote Log.
2017 Sales Representative Quote Activity Report
Sales Rep:FoxTerritories:Indiana, Ohio, MichiganMonth:November
_______
ActivityDateQuote #Project NameCustomer NameUnitQuote Price
Quote11/8/1616.2114aProject 2def24$56,000
Sale11/12/1616.2118aProject 3jkl27$58,000

<tbody>
</tbody>
 
This sounds like AdvancedFilter would be useful for the filtering.
If you have your data base on one sheet, your Criteria Range somewhere and your Report Sheet a third place you could use the CopyToOther location option.

The unwanted columns of the Report Sheet could be pre-hidden.
 
Upvote 0

Excel Facts

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.
This should help see a formula method for getting your results https://www.youtube.com/watch?v=9jmN...A7644FE57C97F4
What I don't like is the need to build/rebuild your list for the drop-down filters.

The formula he uses does exactly what I need it to do. This was extremely helpful. Gonna take a little while to play with it to make sure it works without missing anything, but I really think that's what will make it work!

I really appreciate it.
 
Upvote 0

Forum statistics

Threads
1,214,819
Messages
6,121,739
Members
449,050
Latest member
excelknuckles

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top