The Scenario:
..........A................B...............C
1....HeaderA.....HeaderB.....Header C
2.......10................................3
3........2..................................
4........6................9................
5.......13.................................
The Question:
Is it possible to only sum the cells within A2:A5 in which the corresponding cells in column B and C are empty?
(The desired answer in this case being 2+13=15).
If this is possible, in what ways could it be most easily accomplished?
..........A................B...............C
1....HeaderA.....HeaderB.....Header C
2.......10................................3
3........2..................................
4........6................9................
5.......13.................................
The Question:
Is it possible to only sum the cells within A2:A5 in which the corresponding cells in column B and C are empty?
(The desired answer in this case being 2+13=15).
If this is possible, in what ways could it be most easily accomplished?