Hello,
I am trying to do a rollup that will only show unique values that appear more than 2 times. In essence, ARRAYUNIQUE(if value appears more than twice).
Anybody have any suggestions?
Sure! I am hoping to pull info from one table into another (by means of lookup or rollup or some other means), but I only want the unique values that appear more than twice.
Courses Table
Course Name | Center (or classroom) | Disciplines
Centers Tabl...