View Single Post
 
Old 06-14-2024, 10:02 AM
Alaska1 Alaska1 is offline Windows 7 64bit Office 2007
Competent Performer
 
Join Date: Nov 2011
Posts: 110
Alaska1 is on a distinguished road
Default

Quote:
Originally Posted by p45cal View Post
Code:
=COUNTIFS(February[Product], "Unsecured")
or if you're looking to count more than one product, maybe along the lines of:
Code:
=SUM(COUNTIFS(February[Product], {"Unsecured","Secured"}))


Thank you. It worked to count more than one criteria.
=SUM(COUNTIFS(February[Product], {"Unsecured","Secured"}))

I just need to count the product field and then total what is in Risk Level column on data sheet. I need a count based on Product.
Attached Files
File Type: xlsx Test Data 2.xlsx (11.7 KB, 5 views)
Reply With Quote