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

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