applying COUNTIF formula across several sheets

B

belvy123

Hi All

I have 4 sheetsthat I use the following formula

=COUNTIF(B8:K37, ">=0") - COUNTIF(B8:K37,">=42")

to check if the data entered meets the criteria in the formula

I want to use this formula in another sheet called "Totals"
How do I link this formula to the other 4 sheets to pull the data from those
sheets
The formula above works great in the separate sheets.

The other sheet names are A CREW B CREW C CREW D CREW

Thanks for5 the help
 
R

Roger Govier

Hi

Assuming you have the formula in the same cell in all 4 sheets, let's assume
cell A1, then
=SUM('A CREW':'D CREW'!A1)
 
S

Stefi

Do you mean something like this?

=(COUNTIF('A CREW'!B8:K37, ">=0")+COUNTIF('B CREW'!B8:K37,
">=0"))-(COUNTIF('A CREW'!B8:K37,">=42")+COUNTIF('B CREW'!B8:K37,">=42"))

Expand it to C CREW D CREW!

Regards,
Stefi

„belvy123†ezt írta:
 

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

Similar Threads

CountIf previous cell formula 0
Vlookup Help 3
Linking Formula 2
Countif on imported data 3
Excel Dragging countif formula with changing criteria 3
Countif formula 2
Excel Formula/Sort Help? 1
Complex formula help , please. 13

Top