I'm trying to do a simple calculation on a large spreadsheet e.g.
A C D
1 5 10 -5
2 10 -10
3 - 10 -10
In D1 I use the formula =A1 - A2 I get -5 which is right. But, I want D2 and D3 to either return a blank cell or better still - indicating no value. Many thanks in advance.
I'm trying to do a simple calculation on a large spreadsheet e.g.
A B C
1 5 10 -5
2 10 -10
3 - 10 -10
In C1 I use the formula =A1 - B1 I get -5 which is right. But, I want C2 and C3 to either return a blank cell or better still - indicating no value. Many thanks in advance.