Unique Record?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi..I have a list that sorts my calculated data into groups. These group sizes can change from month to month. I would like (if possible) to only show one instance from the group for printing purposes. My output looks like

Mike 24 Re
Dave 26 Re

Bill 32 Gree
Ben 43 Gree
Rog 21 Gree

Andy 26 Blu
et

It would obviously look much tidier if only one group instance could be shown and I obviously just delete the extra instances at the moment. Is there a way to automate this?
 
Hi
not quite sure how your expected result should look like. You may post
your result based on the example from your original post
 
I do not think a pivot table will give the desired result. I wish to print my output and put it on a notice board. The output would hopefully look like:

Red

Andy 11
George 24
Bill 20

Green

Mark 10
Dave 34

Blue

Fred 12
pete 23

But with a lot more names: The quantitys would change so I am not sure a pivot table will do the trick?
 
Hi
I would try to use a pivot table:
- use the color and the name as row items
- as data use the maximum of your number column

This should do at least as you have only one entry per name

--
Regards
Frank Kabel
Frankfurt, Germany

john barnehurst said:
I do not think a pivot table will give the desired result. I wish to
print my output and put it on a notice board. The output would
hopefully look like:
Red

Andy 11
George 24
Bill 20

Green

Mark 10
Dave 34

Blue

Fred 12
pete 23

But with a lot more names: The quantitys would change so I am not
sure a pivot table will do the trick?
 

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

Back
Top