Hey,
I have the following formula that is returning false whenver the dates differnce that is included in the formula is positve:
=IF(AE$2="Owner",IF(SUM(AE$1-$W7)<=0,0,IF(AND(SUM(AE$1-$W7)>0,SUM(AE$1-$W7)<=365),SUM($V7/365*(AE$1-$W7),IF(SUM(AE$1-$W7)>365,$V7)))),IF(SUM(AE$1-$W7)<=0,$V7,IF(AND(SUM(AE$1-$W7)>0,SUM(AE$1-$W7)<365),SUM($V7/365*SUM(365-SUM(AE$1-$W7)),IF(SUM(AE$1-$W7)>=365,0))))))
where AE1 is date 1 and W7 is date 2. whenever date 1 is greater than date 2, the formula is returning as FALSE.
does anyone have an idea why??
thanks
I have the following formula that is returning false whenver the dates differnce that is included in the formula is positve:
=IF(AE$2="Owner",IF(SUM(AE$1-$W7)<=0,0,IF(AND(SUM(AE$1-$W7)>0,SUM(AE$1-$W7)<=365),SUM($V7/365*(AE$1-$W7),IF(SUM(AE$1-$W7)>365,$V7)))),IF(SUM(AE$1-$W7)<=0,$V7,IF(AND(SUM(AE$1-$W7)>0,SUM(AE$1-$W7)<365),SUM($V7/365*SUM(365-SUM(AE$1-$W7)),IF(SUM(AE$1-$W7)>=365,0))))))
where AE1 is date 1 and W7 is date 2. whenever date 1 is greater than date 2, the formula is returning as FALSE.
does anyone have an idea why??
thanks