Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5
Default SUM and Frequency for Multiple SHeets

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

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default SUM and Frequency for Multiple SHeets

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


"BobbyRT" wrote in message
...
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



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5
Default SUM and Frequency for Multiple SHeets

Is there another way to go about doing this?

"T. Valko" wrote:

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


"BobbyRT" wrote in message
...
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



.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default SUM and Frequency for Multiple SHeets

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.

--
Biff
Microsoft Excel MVP


"BobbyRT" wrote in message
...
Is there another way to go about doing this?

"T. Valko" wrote:

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


"BobbyRT" wrote in message
...
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



.



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
FREQUENCY with multiple criteria PCLIVE Excel Worksheet Functions 7 May 20th 23 11:42 AM
can you use multiple bin arrays in a frequency formula? hope71 Excel Worksheet Functions 2 November 15th 08 04:42 AM
counting frequency using multiple ranges/criteria Scott Excel Worksheet Functions 0 August 4th 08 11:21 PM
Frequency and If with multiple Columns Jym Excel Worksheet Functions 3 December 28th 07 04:57 PM
FREQUENCY across multiple worksheets Fin Fang Foom Excel Worksheet Functions 0 September 25th 07 03:04 PM


All times are GMT +1. The time now is 11:29 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"