Cells C8 and L8 represent entry and exit dates. I used the formula
=(L8-G8)/7 to find the number of weeks between the dates. This works when
there are dates in cells C8 ands L8. However, when the cells do not contain
dates, I get the VALVE error reading in the cell designated to show rthe
number of weeks. How can I modify the formula to address instances when the
cells will be left empty?
Thanks
Assuming you want some indication
=IF(OR(C8="",L8=""),"Dates incomplete",(L8-C8)/7)
--
HTH
Bob Phillips
(remove nothere from email address if mailing direct)
"Jack" <Jack@discussions.microsoft.com> wrote in message
news:BE59268E-7CE7-4250-8F4B-E60400336294@microsoft.com...
> Cells C8 and L8 represent entry and exit dates. I used the formula
> =(L8-G8)/7 to find the number of weeks between the dates. This works when
> there are dates in cells C8 ands L8. However, when the cells do not
contain
> dates, I get the VALVE error reading in the cell designated to show rthe
> number of weeks. How can I modify the formula to address instances when
the
> cells will be left empty?
>
> Thanks
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks