Hello,
I've used this site and forum extensivly to solve issues for a dashboard I'm building, but can't find a good solution to the following:
Creating a list of distinct values (removing all duplicates) when a condition is met. I know there are ways to do this with Index formulas, but my data has 170,000+ data sets so the calculations I've tried get bogged down when trying to run it.
Since this will be a dynamic scorecard sent to many people, it can't contain vba, pivot tables, or filters that the recipient would need to run or update. My goal is that once updated data is dropped into the dashboard, the formulas will do the rest.
The formula should look at the result of a market drop down list on another sheet to define the market to get the list for.
Example: For the data below I will have selected San Diego market and need to generate a list of all distinct TSMs in that market, keeping in mind there are 170,000+ rows. If I select a different market, the results wil update.
I hope I havn't reached the limits of what Excel can do.
I'm a first time poster so please be kind if I didn't follow standard protocal.
Thanks in advance!!!
Jayy
Sample data:
[TABLE="class: grid, width: 128"]
<TBODY>[TR]
[TD]Market</SPAN>[/TD]
[TD]TSM</SPAN>[/TD]
[/TR]
[TR]
[TD]Los Angeles Mkt</SPAN>[/TD]
[TD] TSM: JOHN MARKARIAN</SPAN>[/TD]
[/TR]
[TR]
[TD]San Diego Mkt</SPAN>[/TD]
[TD] TSM: CARLOS GONZALEZ-CEJA</SPAN>[/TD]
[/TR]
[TR]
[TD]San Diego Mkt</SPAN>[/TD]
[TD] TSM: CARLOS GONZALEZ-CEJA</SPAN>[/TD]
[/TR]
[TR]
[TD]San Diego Mkt</SPAN>[/TD]
[TD] TSM: CARLOS GONZALEZ-CEJA</SPAN>[/TD]
[/TR]
[TR]
[TD]San Diego Mkt</SPAN>[/TD]
[TD] TSM: CARLOS GONZALEZ-CEJA</SPAN>[/TD]
[/TR]
[TR]
[TD]San Diego Mkt</SPAN>[/TD]
[TD] TSM: SHAEFER WALL</SPAN>[/TD]
[/TR]
[TR]
[TD]San Diego Mkt</SPAN>[/TD]
[TD] TSM: CARLOS GONZALEZ-CEJA</SPAN>[/TD]
[/TR]
[TR]
[TD]San Diego Mkt</SPAN>[/TD]
[TD] TSM: CARLOS GONZALEZ-CEJA</SPAN>[/TD]
[/TR]
[TR]
[TD]San Diego Mkt</SPAN>[/TD]
[TD] TSM: SHAEFER WALL</SPAN>[/TD]
[/TR]
[TR]
[TD]San Diego Mkt</SPAN>[/TD]
[TD] TSM: SACHARY_CR NARANJO</SPAN>[/TD]
[/TR]
[TR]
[TD]San Diego Mkt</SPAN>[/TD]
[TD] TSM: SHAEFER WALL</SPAN>[/TD]
[/TR]
[TR]
[TD]San Diego Mkt</SPAN>[/TD]
[TD] TSM: SHAEFER WALL</SPAN>[/TD]
[/TR]
[TR]
[TD]San Diego Mkt</SPAN>[/TD]
[TD] TSM: SHAEFER WALL</SPAN>[/TD]
[/TR]
[TR]
[TD]Inland Empire Mkt</SPAN>[/TD]
[TD] TSM: ALPHA OWENS</SPAN>[/TD]
[/TR]
[TR]
[TD]Las Vegas Mkt</SPAN>[/TD]
[TD] TSM: JAMARR OWENS</SPAN>[/TD]
[/TR]
</TBODY><COLGROUP><COL span=2></COLGROUP>[/TABLE]
I've used this site and forum extensivly to solve issues for a dashboard I'm building, but can't find a good solution to the following:
Creating a list of distinct values (removing all duplicates) when a condition is met. I know there are ways to do this with Index formulas, but my data has 170,000+ data sets so the calculations I've tried get bogged down when trying to run it.
Since this will be a dynamic scorecard sent to many people, it can't contain vba, pivot tables, or filters that the recipient would need to run or update. My goal is that once updated data is dropped into the dashboard, the formulas will do the rest.
The formula should look at the result of a market drop down list on another sheet to define the market to get the list for.
Example: For the data below I will have selected San Diego market and need to generate a list of all distinct TSMs in that market, keeping in mind there are 170,000+ rows. If I select a different market, the results wil update.
I hope I havn't reached the limits of what Excel can do.
I'm a first time poster so please be kind if I didn't follow standard protocal.
Thanks in advance!!!
Jayy
Sample data:
[TABLE="class: grid, width: 128"]
<TBODY>[TR]
[TD]Market</SPAN>[/TD]
[TD]TSM</SPAN>[/TD]
[/TR]
[TR]
[TD]Los Angeles Mkt</SPAN>[/TD]
[TD] TSM: JOHN MARKARIAN</SPAN>[/TD]
[/TR]
[TR]
[TD]San Diego Mkt</SPAN>[/TD]
[TD] TSM: CARLOS GONZALEZ-CEJA</SPAN>[/TD]
[/TR]
[TR]
[TD]San Diego Mkt</SPAN>[/TD]
[TD] TSM: CARLOS GONZALEZ-CEJA</SPAN>[/TD]
[/TR]
[TR]
[TD]San Diego Mkt</SPAN>[/TD]
[TD] TSM: CARLOS GONZALEZ-CEJA</SPAN>[/TD]
[/TR]
[TR]
[TD]San Diego Mkt</SPAN>[/TD]
[TD] TSM: CARLOS GONZALEZ-CEJA</SPAN>[/TD]
[/TR]
[TR]
[TD]San Diego Mkt</SPAN>[/TD]
[TD] TSM: SHAEFER WALL</SPAN>[/TD]
[/TR]
[TR]
[TD]San Diego Mkt</SPAN>[/TD]
[TD] TSM: CARLOS GONZALEZ-CEJA</SPAN>[/TD]
[/TR]
[TR]
[TD]San Diego Mkt</SPAN>[/TD]
[TD] TSM: CARLOS GONZALEZ-CEJA</SPAN>[/TD]
[/TR]
[TR]
[TD]San Diego Mkt</SPAN>[/TD]
[TD] TSM: SHAEFER WALL</SPAN>[/TD]
[/TR]
[TR]
[TD]San Diego Mkt</SPAN>[/TD]
[TD] TSM: SACHARY_CR NARANJO</SPAN>[/TD]
[/TR]
[TR]
[TD]San Diego Mkt</SPAN>[/TD]
[TD] TSM: SHAEFER WALL</SPAN>[/TD]
[/TR]
[TR]
[TD]San Diego Mkt</SPAN>[/TD]
[TD] TSM: SHAEFER WALL</SPAN>[/TD]
[/TR]
[TR]
[TD]San Diego Mkt</SPAN>[/TD]
[TD] TSM: SHAEFER WALL</SPAN>[/TD]
[/TR]
[TR]
[TD]Inland Empire Mkt</SPAN>[/TD]
[TD] TSM: ALPHA OWENS</SPAN>[/TD]
[/TR]
[TR]
[TD]Las Vegas Mkt</SPAN>[/TD]
[TD] TSM: JAMARR OWENS</SPAN>[/TD]
[/TR]
</TBODY><COLGROUP><COL span=2></COLGROUP>[/TABLE]