Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9
Default COUNTIF Formula in Multiple worksheets.

I need to use the COUNTIF formula to count items in 52 different worksheets.
I know that this formula will not work in counting multiple worksheets.
Anyone know of a quick workaround?
I dont want to get stuck typing 52 different SUM formulas.

Thanks,
Brent
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,365
Default COUNTIF Formula in Multiple worksheets.

Laurent Longre may have a solution for you:
http://xcell05.free.fr/
look down the page for a download for Countif.3d

Oops - just tried that and unfortunately the link on her page for that file
is the same as for the file just above it, COUNTDIFF. YOu might try
contacting her and asking for a copy of the file, and a corrected link.

"onlyinsyder" wrote:

I need to use the COUNTIF formula to count items in 52 different worksheets.
I know that this formula will not work in counting multiple worksheets.
Anyone know of a quick workaround?
I dont want to get stuck typing 52 different SUM formulas.

Thanks,
Brent

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 459
Default COUNTIF Formula in Multiple worksheets.

onlyinsyder wrote:
I need to use the COUNTIF formula to count items in 52 different
worksheets. I know that this formula will not work in counting
multiple worksheets. Anyone know of a quick workaround?
I dont want to get stuck typing 52 different SUM formulas.

Thanks,
Brent


Hi Brent,

you can use the free Add-in MOREFUNC.XLL by Laurent Longre. You can download
it he

http://xcell05.free.fr/english/


--
(I'm not sure of names of menus, options and commands, because
translating from the Italian version of Excel...)

Hope I helped you.

Thanks in advance for your feedback.

Ciao

Franz Verga from Italy


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,688
Default COUNTIF Formula in Multiple worksheets.

What do you want to count and where is it? What are your sheet names? Since
you have 52 sheets I'm guessing they represent weeks? Like Week1, Week2 etc
?

Biff

"onlyinsyder" wrote in message
...
I need to use the COUNTIF formula to count items in 52 different
worksheets.
I know that this formula will not work in counting multiple worksheets.
Anyone know of a quick workaround?
I dont want to get stuck typing 52 different SUM formulas.

Thanks,
Brent



  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9
Default COUNTIF Formula in Multiple worksheets.

yes, weeks. but i believe that my problem is solved by downloading Laurent
Longre's plug-ins. still, it wouldnt be a bad idea for microsoft the think
about updating some functions to include 3d references.

brent

"Biff" wrote:

What do you want to count and where is it? What are your sheet names? Since
you have 52 sheets I'm guessing they represent weeks? Like Week1, Week2 etc
?

Biff

"onlyinsyder" wrote in message
...
I need to use the COUNTIF formula to count items in 52 different
worksheets.
I know that this formula will not work in counting multiple worksheets.
Anyone know of a quick workaround?
I dont want to get stuck typing 52 different SUM formulas.

Thanks,
Brent






  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,688
Default COUNTIF Formula in Multiple worksheets.

You have 52 sheets named Week 1, Week 2, Week 3,.......Week 52

You want to count how many values in the range A1:A10 are greater than 50:

=SUMPRODUCT(COUNTIF(INDIRECT("'Week
"&ROW(INDIRECT("1:52"))&"'!A1:A10"),"50"))

Biff

"onlyinsyder" wrote in message
...
yes, weeks. but i believe that my problem is solved by downloading
Laurent
Longre's plug-ins. still, it wouldnt be a bad idea for microsoft the think
about updating some functions to include 3d references.

brent

"Biff" wrote:

What do you want to count and where is it? What are your sheet names?
Since
you have 52 sheets I'm guessing they represent weeks? Like Week1, Week2
etc
?

Biff

"onlyinsyder" wrote in message
...
I need to use the COUNTIF formula to count items in 52 different
worksheets.
I know that this formula will not work in counting multiple worksheets.
Anyone know of a quick workaround?
I dont want to get stuck typing 52 different SUM formulas.

Thanks,
Brent






  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9
Default COUNTIF Formula in Multiple worksheets.

actually, biff, it was much eaiser to download the plugin an use the
counif.3d function. it works great. but thanks anyway.

by the way, maybe you sould try it out.

brent

"Biff" wrote:

You have 52 sheets named Week 1, Week 2, Week 3,.......Week 52

You want to count how many values in the range A1:A10 are greater than 50:

=SUMPRODUCT(COUNTIF(INDIRECT("'Week
"&ROW(INDIRECT("1:52"))&"'!A1:A10"),"50"))

Biff

"onlyinsyder" wrote in message
...
yes, weeks. but i believe that my problem is solved by downloading
Laurent
Longre's plug-ins. still, it wouldnt be a bad idea for microsoft the think
about updating some functions to include 3d references.

brent

"Biff" wrote:

What do you want to count and where is it? What are your sheet names?
Since
you have 52 sheets I'm guessing they represent weeks? Like Week1, Week2
etc
?

Biff

"onlyinsyder" wrote in message
...
I need to use the COUNTIF formula to count items in 52 different
worksheets.
I know that this formula will not work in counting multiple worksheets.
Anyone know of a quick workaround?
I dont want to get stuck typing 52 different SUM formulas.

Thanks,
Brent






  #8   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,688
Default COUNTIF Formula in Multiple worksheets.

by the way, maybe you sould try it out.

Why use an add-in to do something that you can do with built-in functions?

Biff

"onlyinsyder" wrote in message
...
actually, biff, it was much eaiser to download the plugin an use the
counif.3d function. it works great. but thanks anyway.

by the way, maybe you sould try it out.

brent

"Biff" wrote:

You have 52 sheets named Week 1, Week 2, Week 3,.......Week 52

You want to count how many values in the range A1:A10 are greater than
50:

=SUMPRODUCT(COUNTIF(INDIRECT("'Week
"&ROW(INDIRECT("1:52"))&"'!A1:A10"),"50"))

Biff

"onlyinsyder" wrote in message
...
yes, weeks. but i believe that my problem is solved by downloading
Laurent
Longre's plug-ins. still, it wouldnt be a bad idea for microsoft the
think
about updating some functions to include 3d references.

brent

"Biff" wrote:

What do you want to count and where is it? What are your sheet names?
Since
you have 52 sheets I'm guessing they represent weeks? Like Week1,
Week2
etc
?

Biff

"onlyinsyder" wrote in message
...
I need to use the COUNTIF formula to count items in 52 different
worksheets.
I know that this formula will not work in counting multiple
worksheets.
Anyone know of a quick workaround?
I dont want to get stuck typing 52 different SUM formulas.

Thanks,
Brent








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
Copying a formula to multiple worksheets RobHan Excel Worksheet Functions 1 February 16th 06 05:21 PM
Adding same cells across multiple worksheets LACA Excel Worksheet Functions 2 January 19th 06 03:21 PM
Adding multiple worksheets Craig Excel Worksheet Functions 1 July 6th 05 07:21 PM
Countif multiple worksheets Natalie Excel Worksheet Functions 4 March 8th 05 12:35 PM
Countif formula with multiple criteria ie >30 and <60? Dali Excel Worksheet Functions 2 January 7th 05 04:49 PM


All times are GMT +1. The time now is 11:38 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"