Forum Discussion

Ka_ChunL's avatar
Ka_ChunL
Copper Contributor
Feb 26, 2025
Solved

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 number 123 & 124 met the criteria. May i ask your help to share the formula with count, unique and filter to me? I tried to use the formula but not correct. Thanks

=COUNT(UNIQUE(FILTER(A:A, B:B="A", C:C="Cash")))

Colume AColume BColume C 
Job NumberJob TypePayment 
123ACash 
124ACash 
124ACash 
124ACash 
125B

Visa

 
126BVisa 

 

  • Ka_ChunL's avatar
    Ka_ChunL
    Feb 27, 2025

    Hi HansVogelaar, 

    Thank you so much, you helped me to fix this issue. Thanks

     

2 Replies

    • Ka_ChunL's avatar
      Ka_ChunL
      Copper Contributor

      Hi HansVogelaar, 

      Thank you so much, you helped me to fix this issue. Thanks