↧
Answer by ttarchala for how to save time with multiple COUNTIFS possibilities?
To see if you have any duplicates in your range, use this expression:=IF(ROWS(UNIQUE(TRANSPOSE(A1:G1))) = COLUMNS(A1:G1); "UNIQUE"; "DUPLICATE")It's going to work with a range of any length. For...
View Articlehow to save time with multiple COUNTIFS possibilities?
I am sure that there is a smarter approach then this brute one:=IF(COUNTIFS(O40<>P40;O40<>Q40;O40<>R40;O40<>S40;O40<>T40;O40<>U40;...
View Article
More Pages to Explore .....