View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.newusers
partsman_ba[_2_] partsman_ba[_2_] is offline
external usenet poster
 
Posts: 4
Default Making a list of discrete numbers (names?) and occurences of e

Roger,

Here's a small piece of what the top looks like:

4J FILTERS

UNIT # YR/MAKE LUBE AIR FUEL
PRIMARY SECONDARY INNER
10 07 BLUEBIRD 7182 6861 3231 or 3411
11 07 BLUEBIRD 7182 6861 3231 or 3411
12 07 BLUEBIRD 7182 6861 3231 or 3411
13 07 BLUEBIRD 7182 6861 3231 or 3411
14 08 BLUEBIRD 7182 6861 3231 or 3411
15 08 BLUEBIRD 7182 6861 3231 or 3411
20 03 BLUEBIRD 7182 6500 3231 or 3411
21 06 BLUEBIRD 1791XE 6861 6862 3231 or 3411

So, not all fields are full, and headings are split - can it still work?



"Roger Govier" wrote:

Hi

Provided each of your columns has a header title in row 1, it sounds an
ideal candidate for a Pivot Table report.
Take a look at Debra Dalgleish's site and scroll down to Pivot Tables
for assistance on how to set one up.
http://www.contextures.com/tiptech.html

or Mike Alexander's site
http://www.datapigtechnologies.com/f...es/pivot1.html
--
Regards

Roger Govier


"partsman_ba" wrote in message
...
Ideally, I would like it to automatically update - if I put in a new
filter
number, it would be added to the sorted list with an occurence of 1,
or if I
add an already used filter to a new vehicle, it will add another
occurence to
the list. Am I asking too much?

"partsman_ba" wrote:

Here's what I have:

A spreadsheet sent to me with a list of filter part numbers, with
each
vehicle having it's own row and each type of filter (air, oil, etc)
having
it's own column. I would like to create from this data a sorted list
of each
different filter part number, along with a count of how many times
that part
number is on the sheet. Part numbers contain both numeric and alpha
characters in some cases. It seems like something not so hard to do,
but I've
been bashing my head for some time!