Do the identical factor for every subsequent “URL # hyperlinks to A?” rows.
The reference to column B “Hyperlinks to Goal URL” isn’t going to alter, however the reference to the associated URL column will. For instance:
In F2 (“URL 2 hyperlinks to A?”) you can be on the lookout for the E2 URL throughout the record of URLs in B2:
=IF(ISNUMBER(SEARCH(E2, B2)), "Exists", "Not Discovered")
Copy this method down column F. In H2 you can be on the lookout for the G2 URL throughout the record of URLs in B2:
=IF(ISNUMBER(SEARCH(G2, B2)), "Exists", "Not Discovered")
Copy this method down column H. Repeat this course of for every of the “URL # hyperlinks to A?” columns.
Spotlight lacking hyperlinks for simple overview
- I chosen columns D:L and went to Format -> Conditional Formatting in Google Sheets (or Excel).
- I set a rule to format cells containing “Not Discovered” in pink for simple identification.
This made it simple to identify the place the inner hyperlinks have been lacking.
Validate the information
I double-checked a number of entries manually to make sure the whole lot was correct. Now, I’ve a whole record that exhibits every goal URL in column A, the highest 5 associated URLs, and whether or not these URLs are linking again to the goal URL.
My ultimate spreadsheet appeared like this, with “Exists” or “Not Discovered” indicating whether or not every associated URL was linking again to the goal URL: