Greetings! There are 25 different ranges I'm trying to check to determine if a role is unique within all 25 groups (each group has 10 roles each).
The formula is the highlighted cell currently showing #UNPARSABLE is this:
=if($Role$30:$Role$39(or($Role$54:$Role$63(or($Role$78:$Role$87(or($Role$102:$Role$111(or($Role$126:$Role$135(or($Role$150:$Role$159(or($Role$174:$Role$183(or($Role$198:$Role$207(or($Role$222:$Role$231(or($Role$246:$Role$255(or($Role$271:$Role$280(or($Role$295:$Role$304(or($Role$319:$Role$328(or($Role$343:$Role$352(or($Role$367:$Role$376(or($Role$392:$Role$401(or($Role$416:$Role$425(or($Role$440:$Role$449(or($Role$464:$Role$473(or($Role$488:$Role$497(or($Role$513:$Role$522(or($Role$537:$Role$546(or($Role$561:$Role$570(or($Role$585:$Role$594(or($Role$609:$Role$618
I think I may have gotten lost with all the ranges but what I'm trying to accomplish is if the role is unique that Y though if the role repeats within the 25 roles then N.
Thanks, Community!