melewie
Board Regular
- Joined
- Nov 21, 2008
- Messages
- 188
- Office Version
- 365
- Platform
- Windows
Hi all,
Its been a while but I find myself completely stuck once again, any help is greatly appreciated.
I have a workbook with a sheet Data_sheet with a report on that's updated regularly. I have been asked to create a dashboard (and accepted before I realised VBA is not an option)
What I am trying to achieve is on the dashboard page if a user selects 1,2,3,or 4 from a drop down on the dashboard sheet (column D on data sheet) then all of the job that are priority 1 (or what ever the number) and are not complete (column J on the data sheet) will pull through to the dashboard sheet.
I have tried using VLOOKUP but this will only return the first data that matches the criteria so can only get one to pull record to pull across.
I hope this makes some kind of sense, If I can help any further please ask away
thanks in advance
Its been a while but I find myself completely stuck once again, any help is greatly appreciated.
I have a workbook with a sheet Data_sheet with a report on that's updated regularly. I have been asked to create a dashboard (and accepted before I realised VBA is not an option)
What I am trying to achieve is on the dashboard page if a user selects 1,2,3,or 4 from a drop down on the dashboard sheet (column D on data sheet) then all of the job that are priority 1 (or what ever the number) and are not complete (column J on the data sheet) will pull through to the dashboard sheet.
I have tried using VLOOKUP but this will only return the first data that matches the criteria so can only get one to pull record to pull across.
I hope this makes some kind of sense, If I can help any further please ask away
thanks in advance