Hi Ed,
Ok……The purpose of the document is a directory, I wanted a dropdown on the contents page that brought back a list of sub sections on each Consolidators “Profile Page” – Sheet. These sub sections to be clickable and take you directly to the subsection on the relevant sheet. I will have 3 of these documents in total which will hold customers, suppliers and third party details and will contain 30+ Profile pages so I don’t want people to have to scroll down 6 pages to find the section they want to go to hence the drop down list for ease.
Sheet 1 – Contents
Cell C8 has a Data Validation drop down with a list of consolidators in it – Info pulled from Content summary sheet column 1
NFT, Oakland, Yearsley ETC
Cell C9 - =(VLOOKUP(C8,'Content Summary'!1:1048576,2,FALSE))
Cell C10 - =VLOOKUP(C8,'Content Summary'!1:1048576,3, FALSE)
Cell D11 - =IF(LEN(VLOOKUP(C8,'Content Summary'!1:1048576,4, FALSE))=0,"",(VLOOKUP(C8,'Content Summary'!1:1048576,4, FALSE)))
Cell D12 - =IF(LEN(VLOOKUP(C8,'Content Summary'!1:1048576,5, FALSE))=0,"",(VLOOKUP(C8,'Content Summary'!1:1048576,5, FALSE)))
Cell D13 - =IF(LEN(VLOOKUP(C8,'Content Summary'!1:1048576,6,FALSE))=0,"",(VLOOKUP(C8,'Content Summary'!1:1048576,6,FALSE)))
Cell C 14 - ==IF(LEN(VLOOKUP(C8,'Content Summary'!1:1048576,7,FALSE))=0,"",(VLOOKUP(C8,'Content Summary'!1:1048576,7,FALSE)))
There will then be a sheet per consolidator holding a range of information (Cell references will change as data in each sub section gets added but I have put them below as an idea of current set up)
E.G Sheet 2 - NFT
Sub Sections to include
Company Information (Cell A6)
Key Contacts (Cell A18)
Accounts (Cell A20)
Customer Services (Cell A27)
Operations (Cell A34)
Addresses (Cell A41)
Sheet 3 - Oakland
Sub Sections to include
Company Information (Cell A6)
Key Contacts (Cell A18)
Accounts (Cell A20)
Customer Services (Cell A27)
Operations (Cell A34)
Addresses (Cell A41)
And repeated for each individual consolidator
Sheet 5 – Template – A blank copy of the Profile Page layout
Sheet 6 – Content Summary
A table of each sheet and sub section in that sheet with Hyperlinks to “a place in this document”
All hyperlinks work in this sheet exactly how I want them to, but are not pulling through on the contents sheet
[TABLE="width: 804"]
<tbody>[TR]
[TD]
Consolidator
[/TD]
[TD]
Section 1
[/TD]
[TD]
Section 2
[/TD]
[TD]
Section 3
[/TD]
[TD]
Section 4
[/TD]
[TD]
Section 5
[/TD]
[TD]
Section 6
[/TD]
[/TR]
[TR]
[TD]
NFT
[/TD]
[TD]
Company Information
[/TD]
[TD]
Key Contacts
[/TD]
[TD]
Accounts
[/TD]
[TD]
Customer Services
[/TD]
[TD]
Operations
[/TD]
[TD]
Addresses
[/TD]
[/TR]
[TR]
[TD]
Oakland
[/TD]
[TD]
Company Information
[/TD]
[TD]
Key Contacts
[/TD]
[TD]
Accounts
[/TD]
[TD]
Customer Services
[/TD]
[TD]
Operations
[/TD]
[TD]
Addresses
[/TD]
[/TR]
[TR]
[TD]
Reed Boardall
[/TD]
[TD]
Company Information
[/TD]
[TD]
Key Contacts
[/TD]
[TD]
Accounts
[/TD]
[TD]
Customer Services
[/TD]
[TD]
Operations
[/TD]
[TD]
Addresses
[/TD]
[/TR]
[TR]
[TD]
Yearsley
[/TD]
[TD]
Company Information
[/TD]
[TD]
Key Contacts
[/TD]
[TD]
Accounts
[/TD]
[TD]
Customer Services
[/TD]
[TD]
Operations
[/TD]
[TD]
Addresses
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]
Templates
[/TD]
[TD]
Template Document
[/TD]
[TD]
Content Summary
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Hope this all makes sense
Michelle