Confusion on Grouping and Counting

mrob

New Member
Joined
Oct 29, 2010
Messages
2
Hi All,

Hoping for some help on this one.

I am trying to determine if I can convert certain data within Excel 2003 on XP to give me the total number of policies per representative (not individual units) on a spreadsheet. (Some policies have multiple clients on them but, I want just to have a count of the policies, not individuals on them,)
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:eek:ffice:eek:ffice" /><o:p></o:p>
I tried to tinker with the group and outline tools, as well as the pivot table, but I am only seeing each policy number entry, it counts each unit even though naturally some policies are “group” policies. <o:p></o:p>

Is there a way to do this?<o:p></o:p>

Thanks in Advance
 

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.
Hi mrob, and welcome to the board.

I would use an array formula ( entered using Ctrl-Shift-Enter ) using FREQUENCY or inverse COUNTIF, like:
=SUM(1/COUNTIF(A1:A99,A1:A99))
entered using Ctrl-Shift-Enter ( Excel will place curly braces around the formula when you do this, to indicate that it's an array formula ).

Also, see here:
http://office.microsoft.com/en-us/e...nique-values-in-a-data-range-HP003056118.aspx
 
Upvote 0
Glenn, Thank you for your response, as soon as I can get off this other assigment, I will try out your suggestion and let you know how it works.
 
Upvote 0

Forum statistics

Threads
1,214,911
Messages
6,122,195
Members
449,072
Latest member
DW Draft

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top