Blank Date
If you look up NETWORKDAYS in Excel help it will tell you the syntax of the
function.
--
David Biddulph
"NotGood@All" wrote in message
...
I have 2 date fields, B30 & C30 and a number field F30. I want to
calculate
the Net Workdays between B30&C30 putting the answer in F30, but if C30 is
blank, I want F30 to be blank. I used this code in F30
"=IF(C30="","",NETWORKDAYS(C30-B30))" but I can't get it to work. Would
someone please help me!
--
NotGood@All
|