View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
Lesa Lesa is offline
external usenet poster
 
Posts: 11
Default Excel Formula Question

Hi Bill!

I guess I'd better show the actual formula I'm using and trying to revise:

=NETWORKDAYS(C6,E6)

It is to show how many net working days between 2 dates. So, C6 = 12/01/06,
and I do not have E6 populated, (it is blank) so my SUM in G6 = -27895. I
want this to show as "0". Is this possible???

Thanks all!

"Bill Kuunders" wrote:

enter in G6

=IF(E6="",0,D6-B6)

This is assuming that the existing formual in G6 is something like =D6-B6


--
Greetings from New Zealand

"Lesa" wrote in message
...
I am new to all of this and am having a VERY difficult time getting a
formula
which explains the following: if E6 is BLANK then G6=0. I am working with
dates and my spreadsheet is calculating a negative number unless the "date
field" is populated.

Anyone help me out there?? Thanks!