I started off by making a formula to count unique values in column B, below.
=counta(unique(B:B))
After that, I want to make the formula more elaborate. I only want to count the unique values in column B if column A = "05". I also have a second formula where I want to count unique values in column B when column A = "05", and column F = "5".
Any help would be appreciated. I can write formulas to count unique or countifs for the 5 and 05 criteria, but I can't seem to successfully merge the two.
=counta(unique(B:B))
After that, I want to make the formula more elaborate. I only want to count the unique values in column B if column A = "05". I also have a second formula where I want to count unique values in column B when column A = "05", and column F = "5".
Any help would be appreciated. I can write formulas to count unique or countifs for the 5 and 05 criteria, but I can't seem to successfully merge the two.