Quantcast
Channel: Excel Help Forum - Excel Programming / VBA / Macros
Viewing all articles
Browse latest Browse all 50123

How to display specific cells ranges with values greater than 0 on a separate worksheet

$
0
0
Good Afternoon,

I'm currently building a workbook with the following on Sheet1: a table with social security numbers and usernames, a list of items, and quantities of each item per username.
I'm trying to build a second sheet that, when a specific social security number is entered, the rows below will pull just the item names and quantities greater than 0 for that user.

The original data includes 200+ users, 130+ items, and quantities ranging from 1-3. I have attached a workbook with generic sample data. All data has been assigned named ranges listed below:
LU_IMRQTY
RNG_NAME
RNG_ITEM

Note: I'm familiar with cut-and-paste of vba code, but I'm intent on learning / writing my own code and KNOWING what it all means. Any assistance or suggestions would be greatly appreciated.

Thanks!

-Brenton Coderre
Attached Files

Viewing all articles
Browse latest Browse all 50123

Trending Articles