View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
SteveG
 
Posts: n/a
Default excel spreadsheet


You can use the DATEDIF function.

=DATEDIF(A1,AE1,"d")

This is where the two dates that you are using are located in cells A1
& AE1. The "d" tells the formula to calculate days. This includes
weekends an holidays.

HTH

Steve


--
SteveG
------------------------------------------------------------------------
SteveG's Profile: http://www.excelforum.com/member.php...fo&userid=7571
View this thread: http://www.excelforum.com/showthread...hreadid=496204