OK....total Noob here (apologies). I'm decent at Excel, and fairly new to macros. Here is my problem:
I have a spreadsheet (2 tabs - 1 raw data, 1 for reporting). The reporting tab will be used for reporting the requested info from the raw data in a specified format. Cell B1 on the reporting tab is a drop down selectable box with the numbers 1 through 10 in it. Each of the numbers represents a specific phase that is also assigned to each individual record in the raw data. I need a macro that will allow the user to select a number in B1 of the reporting tab, and return the results that are associated with that phase onto the reporting tab. I know once I have the macro to perform the "if" statement - I can use the offset feature to arrange the data how I would like it to be presented on the reporting tab.
Any help would be greatly appreciated...
I have a spreadsheet (2 tabs - 1 raw data, 1 for reporting). The reporting tab will be used for reporting the requested info from the raw data in a specified format. Cell B1 on the reporting tab is a drop down selectable box with the numbers 1 through 10 in it. Each of the numbers represents a specific phase that is also assigned to each individual record in the raw data. I need a macro that will allow the user to select a number in B1 of the reporting tab, and return the results that are associated with that phase onto the reporting tab. I know once I have the macro to perform the "if" statement - I can use the offset feature to arrange the data how I would like it to be presented on the reporting tab.
Any help would be greatly appreciated...