Thread
:
How to subtract weekend days?
View Single Post
#
1
Posted to microsoft.public.excel.programming
Fable[_13_]
external usenet poster
Posts: 1
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
Reply With Quote
Fable[_13_]
View Public Profile
Find all posts by Fable[_13_]