Friday, March 19, 2021

Disable Apacche in Mac

 sudo launchctl unload /System/Library/LaunchDaemons/org.apache.httpd.plist

Extract Domain from email in Excel or Google sheet

  =TEXTAFTER( A2 , "@") or, =MID(A1, FIND("@", A1) + 1, LEN(A1) - FIND("@", A1))