Formula for unique records

K

Keithlearn

I am trying to make a report a little more user friendly for a novice excel
user, and I am trying to use all formula's instead of pivotables on large
data sources. Is there a formula that will pull unique records out of a list
of customer #'s as an example without having to use auto filter which would
then require more manual intervention. I am then using sumproducts using the
customer number to create the report.
 
T

T. Valko

I am trying to use all formula's instead of pivotables
on large data sources.

How large is large? More than a few hundred rows?

Formulas to extract unique records are calculation intensive and would slow
things down on "large" amounts of data.

You could probably use a bunch of helper columns that might help speed
things up but then you end up with a bunch of helper columns!

Also, you need to be a bit more specific. Do you want to extract the unique
records from a single column/row or do you want to extract multiple
column/rows of records based on the unique items in a single column/row?
 
M

Max

Imo, nothing beats a pivot in ease & speed when it comes to quickly
extracting a list of uniques from a large table of data. In Layout, place the
specific col header into both ROW and DATA (set to Count), and that's it. The
ROW area will return the required uniques list in a flash.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top