mattadams84
Board Regular
- Joined
- Oct 30, 2016
- Messages
- 54
I have a database in excel where columns hold lots of different pieces of data. On a different sheet I would like to be able to perform a SUM within a COUNTIFS statement.
The logic in my head is this, but obviously it does not work:
=COUNTIFS(DATABASE!$F:$F,$C3,(SUM(DATABASE!$H:$H+DATABASE!$I:$I)),">=2")
So here i am saying if in column F of the database the value is equal to what i have in cell C3 on my sheet, then i would like it, for each row where the value is what i have in C3, to add up the values between cells H and I.
The logic in my head is this, but obviously it does not work:
=COUNTIFS(DATABASE!$F:$F,$C3,(SUM(DATABASE!$H:$H+DATABASE!$I:$I)),">=2")
So here i am saying if in column F of the database the value is equal to what i have in cell C3 on my sheet, then i would like it, for each row where the value is what i have in C3, to add up the values between cells H and I.
Last edited: