Hey all,
I am trying to create an announcements workbook for HR. sheet 1 "Raw Announcements" consists of multiple drop down menus in A that will allow the person in hr to select which department the announcement is for. B allows for them to fill in the announcement. I used an index with a match to create individual sheets for each department (such as "Claims" in the example below) that will then be linked to power points saved in each department's folder allowing us to automate the announcement process with a quick "refresh links" every month done by HR before department staff meetings.
The issue I'm coming across is ( and I knew I'd run into this I just can't figure it out) since the department names are not distinct in situations where there are multiple announcements for any given department, the function simply repeats the same announcement.
ex: Raw Announcements sheet A1 "claims" b1 "everyone is fired" A2 "claims" b2 "nevermind"
Claims sheet A1 "claims" B1 "everyone is fired" A2 "claims" B2 "everyone is fired.
Currently I am working with:
=IFERROR(CONCATENATE("- ",INDEX('Raw Announcements'!$A$3:$B$100,MATCH(Claims!$A3,'Raw Announcements'!$A$3:$A$100,0),2))," ")
I know if i make entries in A distinct it becomes a no-brainer, but that would destroy the functionality of the drop down menu. Secondly I could create a subset of drop down menus that are distinct and have them =Indirect(...) to the first drop down, but it all seems so ugly.
any other ideas on a workaround?
Thanks!
Ker
Bookmarks