OK, that makes more sense... to illustrate process of concatenation using your most recent upload...
G1: =$A1&":"&$C1
copied down
(you need not use G -- this is purely for demo)
you can then dispense with expensive arrays altogether, eg:
J6: =INDEX(D:D,MATCH($I$5&":"&VLOOKUP($I6,$O$2:$P$4,2,0),$G:$G,0))
copied down to J8
The above can be applied to remaining blocks but given your setup (re: Office name) the reference to $I$5 would need to be updated accordingly - ie to $I$11, then $I$16 ...
However, if you were to place this Office Criteria in a different column to Board Criteria you could use a formula which would not require alteration, eg
J5: Office: Daves Office
(and do likewise transferring I11,I18 to J11,J18)
you could then use
J6: =INDEX(D:D,MATCH(LOOKUP(REPT("Z",255),$J$5:$J5)&":"&VLOOKUP($I6,$O$2:$P$4,2,0),$G:$G,0))
and copy that to all result cells without need for alteration
(worth adding the above could also be copied right to K/L to get Responses / Ratio values)
Bookmarks