I'm trying to link one sheet to another using a hyper-link, however there are thousands of hyperlinks to do so I'm thinking the best way is some sort of automation.
I have one work sheet with a list of invoices numbers and various details, my other sheet has invoice numbers and other details about them but the second sheet is automatically created in such a way that it cant be organised in a way that I could merge the two.
So when I click an invoice number I need it to lookup that invoice number on the other sheet and take me to it.
Any help would be great
Thanks!
Something like this?
=HYPERLINK("#"&"'Sheet2'!"&ADDRESS(MATCH(A1,'Sheet2'!C:C,0),3),"Click")
This looks for the item you have in A1 of the active sheet, finds it in column C of Sheet2, and provides link. Click the hyperlink to take you to that item in column C of sheet2.
Microsoft MVP - Excel
Where there is a will there are many ways. Pick One!
Please read the Forum Rules
If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below
Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.
Preferred Charities: Lupus Canada and Sick Kids Foundation.
Feel Free to Donate if you want to, for the assistance you received today.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks