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 vary, however the reference to the associated URL column will. For instance:
In F2 (“URL 2 hyperlinks to A?”) you may be in search of the E2 URL inside the checklist of URLs in B2:

=IF(ISNUMBER(SEARCH(E2, B2)), "Exists", "Not Discovered")

Copy this formulation down column F. In H2 you may be in search of the G2 URL inside the checklist of URLs in B2:

=IF(ISNUMBER(SEARCH(G2, B2)), "Exists", "Not Discovered")

Copy this formulation down column H. Repeat this course of for every of the “URL # hyperlinks to A?” columns.

Spotlight lacking hyperlinks for straightforward evaluate

  • 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 straightforward identification.

This made it straightforward to identify the place the interior hyperlinks have been lacking.

Validate the information

I double-checked just a few entries manually to make sure every little thing was correct. Now, I’ve a whole checklist 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:



Source link

Comments are closed.

Exit mobile version