Frequency...?

How_Do_I

Well-known Member
Joined
Oct 23, 2009
Messages
1,843
Office Version
  1. 2010
Platform
  1. Windows
Hello all, how could I use frequency to look at the following data please…<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p>
<o:p> </o:p>
I’d only want suggested formulas to work when my data columns (numbers in white cells) add up to 12… All do in the sample set.<o:p></o:p>
<o:p> </o:p>
I’d want to know how many different sets there are. (i.e. 7 1 4 in G, N and AE are a set which appears 3 times)..<o:p></o:p>
<o:p> </o:p>
Finally, could I pull and list the sets say in AU1:AV1… The next set would go underneath but ideally I’d want the set with the largest amout of combinations in AU1… I’m say column AU ranked…<o:p></o:p>
<o:p> </o:p>
Any ideas please?

Excel Workbook
ABCDEFGHIJKLMNOPQRSTUVWXYZAAABACADAEAFAGAHAIAJAKALAMANAOAPAQARASATAUAV
1FT123456789101112131415161718192021222324252627282930313233343536373839404142434437, 1, 4
2W53876748624476425765683575645745627656962745
3D16324142463112362343324334463136342243126353
4L63132442245744545224325423224451363433244234
Sheet1

 
Beautiful Brian... that works a treat, thanks mate...! :)
 
Upvote 0

Excel Facts

Return population for a City
If you have a list of cities in A2:A100, use Data, Geography. Then =A2.Population and copy down.
Not a very clean solution but maybe as an alternative just in case you want to locate the position of repeated reading and also want to know how many unique readings you may have.


Excel Workbook
CDEFGHI
1FT123456
2W538767
3D163241
4L631324
55,1,63,6,38,3,17,2,36,4,27,1,4
6
7
8Count of unique readings23
9ReadingsFrequencyFT No, Location
105,1,611
113,6,312
128,3,113
137,2,32435
146,4,24591927
157,1,4361330
164,4,417
178,2,22822
182,6,43101641
194,3,53111531
204,1,7112
216,2,43143640
225,2,5117
237,3,23182542
245,3,4420242944
256,3,33213338
263,4,5123
275,4,322637
284,6,2128
295,6,1132
302,4,6134
319,1,2139
324,5,3143
Sheet2
 
Upvote 0
Thanks snoopyhr I'll certainly have a look at that...

If I understand your formula for the count, I note with interest how you and Brian both counted the results... I took the count from the data...

Excel Workbook
AB
723
Sheet1


Not sure which way to go as I have 3 working solutions for the count now!
 
Upvote 0
Out of interest, here is another way to do this... I found something that Aladin had shown me... you need morefunc for this one...

Excel Workbook
BC
55, 3, 15, 2, 2
6
722
8
95, 3, 11
Sheet1
#VALUE!
</td></tr></table></td></tr></table>

 
Upvote 0
As a sidenote, not much use now as this is done, but for future reference.

If you have morefunc you don't need the CONCATRANGE udf, morefunc comes with MCONCAT which serves the same purpose.
 
Upvote 0
Thanks Jason... that IS helpful as I can remove more VBA and use MCONCAT... thanks for pointing that out. :)
 
Upvote 0

Forum statistics

Threads
1,224,616
Messages
6,179,908
Members
452,949
Latest member
beartooth91

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