David Zissman
New Member
I am working on a form for my managers that is essentially a dashboard pulling from 3 sheets in the workbook. I have a list of names in the dashboard where each person(last name is column A, first name in column B") is assigned a role (column D). I want to be able to pull data from the other sheets based on the assigned role. I want to be able to list all employees on the dashboard and then be able to have them load to the applicable worksheets based on their role.
Currently, I can load the names with no issue but when I try load the names by role and skip the roles that don't apply, I am running into issues. I can get the list to filter using advanced filters but I am not allowed to use a macro to auto-refresh the filter so that is not working. I am trying to use =IF(Dashboard!D2="PSS",OFFSET(Dashboard!D2,1,0),(IF(ISBLANK(Dashboard!A2),"",Dashboard!A2))) and it is filling in the role instead of the name so I feel like I am close. Any help would be appreciated.
Currently, I can load the names with no issue but when I try load the names by role and skip the roles that don't apply, I am running into issues. I can get the list to filter using advanced filters but I am not allowed to use a macro to auto-refresh the filter so that is not working. I am trying to use =IF(Dashboard!D2="PSS",OFFSET(Dashboard!D2,1,0),(IF(ISBLANK(Dashboard!A2),"",Dashboard!A2))) and it is filling in the role instead of the name so I feel like I am close. Any help would be appreciated.