Skip to content

Instantly share code, notes, and snippets.

@adalenv
Last active May 20, 2019 11:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adalenv/03dc0d1a4ebf541329b69ef0827b6eca to your computer and use it in GitHub Desktop.
Save adalenv/03dc0d1a4ebf541329b69ef0827b6eca to your computer and use it in GitHub Desktop.
=IF(LEN(C1)>10,RIGHT(C1, LEN(C1)-2),C1) //remove first two chars if lengh> 10
=RIGHT(A1, LEN(A1)-2) //remove first two characters
=CONCATENATE(A1," ",B1) //merge cells
=LEN() //get length
@adalenv
Copy link
Author

adalenv commented Jan 11, 2019

=RIGHT(b1, LEN(b1)-2)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment