> ;642351']Can anybody tell me why they think this formula isn't working.
> I have
[quoted text clipped - 3 lines]
>
> I get the #VALUE! error.
I don't see a "tools." (Excel 2007)
But I did discover that the formula will work until I get to the empty
row. If I include data up to the first empty row it works fine. If I
try to include data that goes across the empty rows it fails.
Strange, because the exact same formula works on other spreadsheets.
>'Jason[_12_ Wrote:
>> ;642351']Can anybody tell me why they think this formula isn't working.
[quoted text clipped - 9 lines]
>To see how Excel is interpreting your formula, click Tools/Formula
>Auditing/Evaluate Formula.
Jason - 22 Mar 2008 00:56 GMT
I fixed it by doing the following in the E column:
=IF(D28="",0,D28-C28)
As opposed to:
=if(D28="","",D28-C28)
>I don't see a "tools." (Excel 2007)
>
[quoted text clipped - 16 lines]
>>To see how Excel is interpreting your formula, click Tools/Formula
>>Auditing/Evaluate Formula.