Hello All,
I was sent a file that I am trying to analyze to be able to modify going forward. This was made at another site by an employee that no longer works there so I have no real reference on how it is supposed to work. The main issue is with the Hyperlink function and potentially using files outside of the workbook. This workbook is a time calculator of sorts, it has a main sheet with all of the employees at the site and hyperlinks to each employee. The hyperlink opens a sheet with that employee's information as well as their sick time etc.
The issue I'm running into is the reference inside of the hyperlink formula.
=HYPERLINK("#employee.1",+'Doe, John'!$L$4)
There is no sheet named "Employee 1", and all of the hyperlinks are formatted this way with the 'link_location' being #employee.1 and their 'friendly name' as their name with the cell reference.
I've poked around and tried to hyperlink a name with the excel feature instead of the formula and inside of the "Place in this Document" is a list of Defined Names being 'Lastname, Firstname'!employee.1 for every employee with their actual names in place of lastname/firstname. There is also defined names for all employees with the ending reference being "!enter_absent", "!enter_personal" etc. that I assume are being used somewhere in the workbook.
I think my main issue is I'm not familiar with defined names and how they work with referencing inside of the workbook. I am googling away but wanted to see if anyone had some suggestions on how I can start to comprehend the functionality and how the hyperlinks are opening up that employees sheet when the cell is clicked. There is VBA to print, close the employees tab to go back to the main dashboard, but each of the employees sheets have no code so this looks like it's all built in functionality. Any help is greatly appreciated!
I was sent a file that I am trying to analyze to be able to modify going forward. This was made at another site by an employee that no longer works there so I have no real reference on how it is supposed to work. The main issue is with the Hyperlink function and potentially using files outside of the workbook. This workbook is a time calculator of sorts, it has a main sheet with all of the employees at the site and hyperlinks to each employee. The hyperlink opens a sheet with that employee's information as well as their sick time etc.
The issue I'm running into is the reference inside of the hyperlink formula.
=HYPERLINK("#employee.1",+'Doe, John'!$L$4)
There is no sheet named "Employee 1", and all of the hyperlinks are formatted this way with the 'link_location' being #employee.1 and their 'friendly name' as their name with the cell reference.
I've poked around and tried to hyperlink a name with the excel feature instead of the formula and inside of the "Place in this Document" is a list of Defined Names being 'Lastname, Firstname'!employee.1 for every employee with their actual names in place of lastname/firstname. There is also defined names for all employees with the ending reference being "!enter_absent", "!enter_personal" etc. that I assume are being used somewhere in the workbook.
I think my main issue is I'm not familiar with defined names and how they work with referencing inside of the workbook. I am googling away but wanted to see if anyone had some suggestions on how I can start to comprehend the functionality and how the hyperlinks are opening up that employees sheet when the cell is clicked. There is VBA to print, close the employees tab to go back to the main dashboard, but each of the employees sheets have no code so this looks like it's all built in functionality. Any help is greatly appreciated!