Tag: excel
How to Park, List and Sell Your Domains
Here are some of the tools that I use to simplify automation of parking, listing and selling my Internet domain portfolio. You can see the results in action here: http://federal.ninja and domains for sale. 1. Parking Page: Use a parking...
How to Find Cells That Contain Text in Excel
You can use a formula like this to indicate cells that contain text in Excel. Any cell that contains the strings tips, help or support will show up as true, otherwise they will be false: =OR(ISNUMBER(SEARCH("tips",D2)),ISNUMBER(SEARCH("help",D2)),ISNUMBER(SEARCH("support",D2)))