0
Is there a function in excel that allows me to compare the first n text characters I want?
Por exemplo
Tenho a palavra Joaquim e Joana, comparo por "Joa" e ele me retorna verdadeiro ou falso.
						0
Is there a function in excel that allows me to compare the first n text characters I want?
Por exemplo
Tenho a palavra Joaquim e Joana, comparo por "Joa" e ele me retorna verdadeiro ou falso.
						Browser other questions tagged excel
You are not signed in. Login or sign up in order to post.
You can use the function
=EXT.TEXTO(), to extract the amount of characters from a string and then use the function=EXATO()to compare two strings– Thiago Fernandes