Hi,
I need to identify specific claims that have not been determined (accepted or rejected) within 64 days. I need to calculate the difference between the date they were opened and how many days have elapsed up to the date they were determined or the end of the current month (for those with no date determined).
My first step is to identify those claims with a blank determination date (column DR), and then replace it with the last day of the current month (eg 29/02/2008).
I created a column INSERT_Date with the formula
^=IF(DR2=0,29/2/2008,DR2)
however the blank entries are returning the date 0/01/1900 rather than 29/2/2008.
I even tried
^=IF(DR2=” “,29/2/2008,DR2)
but still get 0/01/1900
Can someone tell me what I am doing wrong?
Thanks
capri