(no subject)
Jan. 21st, 2010 05:21 pm![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
There may be a better way to do this, but whatever.
In Excel, I have column A, which shows all amounts, and column B, which shows the date the transaction was cleared. (Mmm, banking.) I wanted to show a total of what had not yet cleared.
So.
In Excel, I have column A, which shows all amounts, and column B, which shows the date the transaction was cleared. (Mmm, banking.) I wanted to show a total of what had not yet cleared.
So.
=Sum(A:A) - SumIf(B:B, "<>", A:A)
(no subject)
Date: 2010-01-26 10:31 am (UTC)