Thread
: [Solved]
count if function, Index and Match
View Single Post
06-14-2024, 09:09 AM
p45cal
Windows 10
Office 2021
Expert
Join Date: Apr 2014
Posts: 956
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"}))
p45cal
View Public Profile
Find all posts by p45cal