A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
=MID(A1,FIND(".",A1)+1,15)
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have in cell A1 a code of a company. There are 5-9 letters, then a dot (.) and the follow by 3-4 letters and 3-4 numbers.
Like : SUBS.ROM01.
i need to keep the full right part of the dot. so i want in cell B1 to have ROM01.
Is that possible?
Thanks in advance for your valuable time.
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Answer accepted by question author
=MID(A1,FIND(".",A1)+1,15)
Hi,
Try this
Hope this helps.
You're welcome
Could you mark Brad's post as 'Answer' - it will help keep others from checking to see if you need more assistance plus it adds 'Brownie points' to Brad's account.
Thank you very much for your help