Forum Discussion
Ka_ChunL
Feb 26, 2025Copper Contributor
Need Help
Hi all expertise, I need your help as I have a excel problem. I would like to count the job number (unique) under the following criteria. Job Type = A Payment = Cash Answer should be 2 as Job nu...
- Feb 27, 2025
Hi HansVogelaar,
Thank you so much, you helped me to fix this issue. Thanks
HansVogelaar
Feb 27, 2025MVP
It should be
=COUNT(UNIQUE(FILTER(A:A, (B:B=E2)*(C:C=F2))))
- Ka_ChunLFeb 27, 2025Copper Contributor
Hi HansVogelaar,
Thank you so much, you helped me to fix this issue. Thanks