View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
godzflava godzflava is offline
external usenet poster
 
Posts: 4
Default linking a formula with different worksheet

I tried COUNTIF(B5:B36,"N")*1+COUNTIF(DAY!B5:B48,"N")*1
AND i TRIED COUNTIF(B5:B36,"N")+COUNTIF(DAY!B5:B48,"N") AND i TRIED
COUNTIF(NIGHT!B5:B36,"N")+COUNTIF(DAY!B5:B48,"N") AND ITS STILL NOT COUNTING
THE ONES ON THE DAY WORKSHEET.
HELP!

"pdberger" wrote:

Godzflava --

The easiest way is to add a similar expression, just selecting the cells on
the other worksheet as you go. You'll probably end up with something like:

=countif(B5:B48,"N")*1+COUNTIF('OtherSheet'!B4:B48 ,"N")*1

HTH

"godzflava" wrote:

I have a worksheet created that has "D" to represent Dayshift and "N" to
represent the nightshift. I would like to create a formula in the total cell
on the nightshift worksheet that would indicate the total for both worksheets
that have any nightshift personnel. Here is the formula I have for the total
on both worksheets: countif(B5:B48,"N")*1 Now how do I add the night shift
on the other worksheet