↧
Answer by Jeorje for Excel/Sheets Match across 2 sheets then Count
On sheet 3, build your list of unique Group ID's in whatever way works (for instance, by using the UNIQUE() function on column I of sheet 2, if you have to create it dynamically). The trick to counting...
View ArticleAnswer by Lee for Excel/Sheets Match across 2 sheets then Count
Try this formula:=SUMPRODUCT(($I$2:$I$6=M2)/COUNTIFS($I$2:$I$6,$I$2:$I$6,$A$2:$A$6,$K$2:$K$6))
View ArticleExcel/Sheets Match across 2 sheets then Count
I have 2 sheets of data, and a third sheet the calculations are being performed on.Sheet 1 has usage data with unique IDs.Sheet 2 has the unique IDs, along with non-unique group IDs (each unique ID is...
View Article
More Pages to Explore .....