I am making an Excel sheet to help me to be able to easily track my ebooks and ebooks being read. so my Excel sheet contain the name of the book and the total number of pages, the current page I've reached and the % of my progress, status and the link of the ebook in the local hard drive.
What I want is that automatically when I hit the book's name(Hyper link) it will automatically to open the PDF file to the current page, for example if I am reading book X and I am on page 110, I want the link to open X.PDF on page 110, in HTML coding X.PDF#page=3 works 100%, but I want a way to hyper link and include the value inside some Excel's cell.