View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Fable[_13_] Fable[_13_] is offline
external usenet poster
 
Posts: 1
Default How to subtract weekend days?

Hi,

You could use a IF statement, if you have the day of the week somewher
on the sheet.

=IF(B5="Sat",0,IF(B5="Sun",0,A5))


Fabl

--
Message posted from http://www.ExcelForum.com