Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

google sheets remove first character

Using the RIGHT Formula
=RIGHT(A2, LEN(A2)-1)

Using the MID Formula
=MID(A2,2,LEN(A2)-1)

Using the REPLACE Formula
=REPLACE(A2,1,1,"")
Source by spreadsheetpoint.com #
 
PREVIOUS NEXT
Tagged: #google #sheets #remove #character
ADD COMMENT
Topic
Name
7+8 =