Este fórum está sendo desativado

Depois de 9 anos, este fórum será desativado. Mas calma.... estamos migrando para uma comunidade no DISCORD. Junte-se a nós.

ENTRAR PARA DISCORD

Dúvidas sobre cálculos, funções simples e aninhadas, fórmulas matriciais, etc.
  • Avatar do usuário
  • Avatar do usuário
  • Avatar do usuário
#72311
Colegas, tenho a fórmula abaixo para extrair as inicias dos meus clientes. O problema é que preciso que só pegue a letra maiúscula para que não pegue a preposição.

Formula: =EXT.TEXTO(CLIENTE;1;1)&"."&+EXT.TEXTO(CLIENTE;PROCURAR(" ";CLIENTE)+1;1)

Exemplo:

João da Silva. Preciso que fique "J.S".

Na minha formula está ficando "J.d" :(
Você não está autorizado a ver ou baixar esse anexo.
#72313
Bom dia.
Veja se pode ser com VBA ??

Function ExtIni(XRng As Range)
Dim Ct As Integer
Application.Volatile
ExtIni = ""
For Ct = 1 To Len(XRng)
If Asc(Mid(XRng.Value, Ct, 1)) >= 65 And Asc(Mid(XRng.Value, Ct, 1)) <= 90 Then
ExtIni = ExtIni & Mid(XRng.Value, Ct, 1) & "."
End If
Next
End Function
Dione agradeceu por isso
long long title how many chars? lets see 123 ok more? yes 60

We have created lots of YouTube videos just so you can achieve [...]

Another post test yes yes yes or no, maybe ni? :-/

The best flat phpBB theme around. Period. Fine craftmanship and [...]

Do you need a super MOD? Well here it is. chew on this

All you need is right here. Content tag, SEO, listing, Pizza and spaghetti [...]

Lasagna on me this time ok? I got plenty of cash

this should be fantastic. but what about links,images, bbcodes etc etc? [...]

Estamos migrando para uma comunidade no Discord