I have the following formula in a cell that is hidden, which I use for conditional formatting of the printed worksheet.
=IF(ISNUMBER(SEARCH("Folder",A2)),ISNUMBER(SEARCH("Folder",A2)),IF(ISNUMBER(SEARCH("URI Link",A2)),ISNUMBER(SEARCH("URI",A2)),0))
The worksheet, for all practical purposes...