SUM and Frequency for Multiple SHeets

B

BobbyRT

Hi....in sheet 1, I have a column that has unique numbers and using the
following formula to lookup the field in sheet 46500! Column H and then count
the unique frequencies in sheet 46500! column A.

=SUM(1*(FREQUENCY(IF(('46500'!$H$2:$H$43207<>"")*('46500'!$H$2:$H$43207=$A4),'46500'!$A$2:$A$43207),'46500'!$A$2:$A$43207)>0))

How do I change that formula so that it also reads additional sheets (46501,
47400, 43100, 43103, 47300) and only counts the unique combination like the
formula above does for one sheet? Please Help
 
T

T. Valko

You can't reference multiple sheets with that formula. No way to do this for
conditional uniques that I know of.
 
B

BobbyRT

Is there another way to go about doing this?

T. Valko said:
You can't reference multiple sheets with that formula. No way to do this for
conditional uniques that I know of.

--
Biff
Microsoft Excel MVP





.
 
T

T. Valko

Is the range A2:A43207 on each of the 6 sheets to be considered a single
range? If so, I don't know how you'd do this.

You're testing >43K rows per sheet for a total of 6*43K = >250K rows.
Counting conditional uniques in that many rows might cause things to grind
to a halt.
 

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