ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Need to revise formula (https://www.excelbanter.com/excel-worksheet-functions/64248-need-revise-formula.html)

Jack

Need to revise formula
 
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

Art

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


Max

Need to revise formula
 
Not sure, but try in S2: =IF(COUNT(G2,L2)<2,"",(L2-G2)/7)
--
Rgds
Max
xl 97
---
Singapore, GMT+8
xdemechanik
http://savefile.com/projects/236895
--
"Jack" wrote in message
...
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





All times are GMT +1. The time now is 01:05 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com