ConvertCase: Write Or Paste Your Text In The Box Below

0 words, 0 characters


Hyphen Removal

Hyphen Removal Tool

Click The Button Below To Generate A Clickable WhatsApp Link:

LinkedIn Cold Message

Generate a LinkedIn cold message for reaching out to [Client’s Name]. I’m [Your Name], and my specialty is [Your Specialty]. I see that [Client’s Name] is a [Client’s Job Title] at [Client’s Company]. I can help drive potential customers interested in your [services]/[course] to your business. I operate on a commission-based model, so I only get paid when I refer someone to your business. Is there something I can help with your business? Thanks & Regards. Please provide a message between 200 to 300 characters.

Highlight Duplicates in Google Sheets

  1. Select the data range that you want to check for duplicates.
  2. Click on the โ€œFormatโ€ menu and select โ€œConditional formatting.โ€
  3. In the โ€œFormat cells ifโ€ dropdown, select โ€œCustom formula is.โ€
  4. In the formula field, enter the following formula:ย =countif(A:A,A1)>1

Extract URL to Domain

=REGEXREPLACE(A2,”http\:\/\/|https\:\/\/|www\.|blog\.|\/.*|\?.*|\#.*”,””)
=IF(ISERROR(FIND(“//www.”,A2)), MID(A2,FIND(“:”,A2,4)+3,FIND(“/”,A2,9)-FIND(“:”,A2,4)-3), MID(A2,FIND(“:”,A2,4)+7,FIND(“/”,A2,9)-FIND(“:”,A2,4)-7))

Name Attached: =CONCATENATE(A2,” “,C2)