A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hi,
In cell B13, enter this formula
=SUM((BYROW(A2:A7,LAMBDA(a,SUBTOTAL(103,a))))*(A2:A7=A13))
Hope this helps.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
My data contains "High evidence/confidence of contamination", "Low evidence/confidence of contamination" and "Insufficient evidence of contamination". I'm using function =COUNTIF(Table46[Overall Assessment],"High evidence/confidence of contamination") in data set. It's working. But when I'm filtering by "Reporting Date" and this data set not changes and it still shows the same result. how should I do?
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
D1: =SUMPRODUCT((SUBTOTAL(103,INDIRECT("A"&ROW(Table46[Overall Assessment])))=1)*(Table46[Overall Assessment] = "High evidence/confidence of contamination"))
Filtered:
If you need further help I need to see your (sample) file.
Why a sample file is important for troubleshooting. How to do it. - Microsoft Community
Andreas.