Good Morning,
I am trying to count unique records in column A based on whether Column H is a positive number.
If column H = $0.00 I do not want to count the corresponding record number in Column A.
I have used the following formula to count the unique records but I cannot figure out how to do it based on the second column criteria.
=SUM(IF(FREQUENCY(A:A,A:A)>0,1))
I am trying to count unique records in column A based on whether Column H is a positive number.
If column H = $0.00 I do not want to count the corresponding record number in Column A.
I have used the following formula to count the unique records but I cannot figure out how to do it based on the second column criteria.
=SUM(IF(FREQUENCY(A:A,A:A)>0,1))