Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi there
I have done the following to create a generic payroll system for our other branches to be able to set up with their own staff and utilise. 1. set up a named range of Staff (StaffName) on one sheet, and used dummy names to populate 2. created individual sheets for each staff member to act as their timesheet 3. the name of each sheet updates from a drop-down (validation list) box on the timesheets (I learned that clever little trick from you guys) 4. made a summary sheet that collects data from the individual sheets in a format that I can create a pivot table from Problem: My summary sheet uses the INDIRECT function to lookup the sheet names, and if the sheets have not been created it returns a #REF! My formula looks like this =INDIRECT("'"&$B64&"'!I$15"). Is there something else I can put in here so that if the sheet name is not valid, it will return a "0"? Hoping someone can help... Thanks Jenny |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Lookup different sheets and get the value from the sheet specified | Excel Worksheet Functions | |||
dynamic range name | Excel Discussion (Misc queries) | |||
Lookup from other sheet | Excel Discussion (Misc queries) | |||
Get other sheet names into a column | Excel Worksheet Functions | |||
Sheet names used in formulas | Excel Discussion (Misc queries) |