Formula Library

Excel Formula To Count Unique Values By Status Pending In Webhook Payload Text

Count unique values for status Pending in webhook payload text with a ready-to-use formula for Excel, Google Sheets, and WPS.

Quick answer

Count unique values by status Pending in webhook payload text.

Unified formula

ExcelGoogle SheetsWPS
=COUNTA(UNIQUE(FILTER(B:B, A:A="Pending")))

How it works

Need a custom version?

Related formulas