Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
Is there a way to use the COUNTIF Function across worksheets and place the
total on a seperate worksheet? |
#2
![]() |
|||
|
|||
![]()
Hi
could you give some more details: - how are your sheets named - which columns to count "License Boy" wrote: Is there a way to use the COUNTIF Function across worksheets and place the total on a seperate worksheet? |
#3
![]() |
|||
|
|||
![]()
If you lookup Help for "3d reference" and open the topic "Refer to the same
cell or range on multiple sheets" you get a list of functions that can be used with 3D references. Unfortunately, COUNTIF and SUMPRODUCT are not listed best wishes -- Bernard Liengme www.stfx.ca/people/bliengme remove CAPS in email address "License Boy" <License wrote in message ... Is there a way to use the COUNTIF Function across worksheets and place the total on a seperate worksheet? |
#4
![]() |
|||
|
|||
![]()
The best way to learn is through example:
=SUM(COUNTIF(INDIRECT({"Invoices","Backlog","Deliv eries"} &"!A:A"),4)) Translated: COUNT column A if it equals 4 for the 3 named worksheets, and sum those 3 counts. One drawback is that if a sheet name is changed, the formula will error out. HTH Jason Atlanta, GA -----Original Message----- Is there a way to use the COUNTIF Function across worksheets and place the total on a seperate worksheet? . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
using countif function to add only a half of a number | Excel Discussion (Misc queries) | |||
something wrong with my "countif" function | Excel Discussion (Misc queries) | |||
Countif Function | Excel Discussion (Misc queries) | |||
The countif function in Excel 2002. | Excel Worksheet Functions | |||
hOW TO USE THE AND OPERATOR WITH THE COUNTIF FUNCTION | Excel Worksheet Functions |