fitzsimons
New Member
- Joined
- Mar 11, 2011
- Messages
- 6
I have a workbook where all the data is on the first sheet labeled All Positions, the remaining sheets are a break down of this data.
The remaining sheets have formulas that will pull the data in from the main page when a date is entered in the cell and then I edit the formulas to add the hyperlink to the file.
Here is one of the formulas from the "Utility Person" page linking to the All positions page
"=IF('ALL POSITIONS'!F5>0,HYPERLINK("F:\DATA\WORD\How to Instructions\Employees DB\Aaroen, Laury\MSDS.pdf",'ALL POSITIONS'!F5))"
My problem is that I also need to hyperlink the cell from the main page to the cell it links to on the other page so the user can just click on the date and it jumps to the cell on the other page. Unfortuantely this creates a circular reference.
Is there a way to make this work besides using the excel hyperlink feature? Columns and rows are constantly being added and I am getting tired of rewritting formulas.
Let me know if I need to explain a little better.
Thanks!
Lisa
The remaining sheets have formulas that will pull the data in from the main page when a date is entered in the cell and then I edit the formulas to add the hyperlink to the file.
Here is one of the formulas from the "Utility Person" page linking to the All positions page
"=IF('ALL POSITIONS'!F5>0,HYPERLINK("F:\DATA\WORD\How to Instructions\Employees DB\Aaroen, Laury\MSDS.pdf",'ALL POSITIONS'!F5))"
My problem is that I also need to hyperlink the cell from the main page to the cell it links to on the other page so the user can just click on the date and it jumps to the cell on the other page. Unfortuantely this creates a circular reference.
Is there a way to make this work besides using the excel hyperlink feature? Columns and rows are constantly being added and I am getting tired of rewritting formulas.
Let me know if I need to explain a little better.
Thanks!
Lisa