I have been using help from folks here, thank you to all!
I am hoping there is a way for Excel to indicate which cells it's getting the data it's counting for me using a formula I have.
To do this: I have totals from multiple columns tallying various criteria. Within these totals, I'd like to look at yet additional criteria.
I know how to count the additional criteria, but I don't know how to get the set I want to look at, or the cells Excel has grabbed its counts from -- is that possible?
The SUMPRODUCT formula I'm using (basically) is below. Is there a way to have Excel return which cells it grabs this data from in its SUMPRODUCT counting process? Or in a formula I can put into an adjacent cell to get the cells it has counted?
=SUMPRODUCT(--((B2:B1364=2)+(B2:B1364=3)),--((D2:D1364=8)+(D2:D1364=7)+(D2:D1364=6)+(D2:D1364=5)+(D2:D1364=4)),--((BK2:BK1364=4)))
I am hoping there is a way for Excel to indicate which cells it's getting the data it's counting for me using a formula I have.
To do this: I have totals from multiple columns tallying various criteria. Within these totals, I'd like to look at yet additional criteria.
I know how to count the additional criteria, but I don't know how to get the set I want to look at, or the cells Excel has grabbed its counts from -- is that possible?
The SUMPRODUCT formula I'm using (basically) is below. Is there a way to have Excel return which cells it grabs this data from in its SUMPRODUCT counting process? Or in a formula I can put into an adjacent cell to get the cells it has counted?
=SUMPRODUCT(--((B2:B1364=2)+(B2:B1364=3)),--((D2:D1364=8)+(D2:D1364=7)+(D2:D1364=6)+(D2:D1364=5)+(D2:D1364=4)),--((BK2:BK1364=4)))