View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Art
 
Posts: n/a
Default Need to revise formula

Jack,

In row 1, the following should work:
=IF(OR(G1=0,L1=0),0,(L1-G1)/7)

Art

"Jack" wrote:

In a chart where columns G and L are used to record the entry and exit dates,
column S reflects the number of weeks (difference). I used the formula
=(L-G)/7. This formula works when dates are entered in columns G and L.
However, if either cell is empty, I get the "value" error message. How can I
revise the formula that produces a 0 if columns G and L arte empty?

Thanks