Thread: Date help
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
MarkN
 
Posts: n/a
Default Date help

Count the other trucks using the COUNTIF function.

=COUNTIF(A:A,"Our Trucks"), where column A contains the list of all trucks
and "Our trucks" is whatever value you are looking for.

The first question is a little harder to answer because I don't understand
why you need to use find and replace.
--
Hope this half helps!,
MarkN


"JennieJ" wrote:


I have a spreadsheet that links to 3 worksheets in the current,
immediately previous, and immediately succeeding day. Two of the
formulas I currently have a
='P:\Volume Logs\month 2006\[prevdate.xls]Production Summary'!$E$20
='P:\Volume Logs\month 2006\[nextdate.xls]Production Summary'!E33

Is there a way to make the spreadsheet look to the previous or next
workday automatically without doing a find/replace for the
month/prevdate or month/nextdate?

I also have another section where I need to count the number of trucks
based on whether they are ours or another carrier. Right now I'm doing
that manually off yet another spreadsheet (I didn't set this up!) -- I
know of the "count" function but don't know how to tell it WHAT to
count.

Thanks!


--
JennieJ
------------------------------------------------------------------------
JennieJ's Profile: http://www.excelforum.com/member.php...o&userid=35576
View this thread: http://www.excelforum.com/showthread...hreadid=553396