A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Using a formula...
A2 = CPAP-201010042001
=MID(A2,FIND("-",A2)+1,50)
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have a range of data that has alpha characters on the left, but of varying length so the RIGHT function won't do the trick for me. For example, one cell will have "CPAP-201010042001", while another cell has "ROBINSON-201008041888". Several hundred rows of data would be very tedious to go line by line deleting the alpha characters at the front of the string.
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
Using a formula...
A2 = CPAP-201010042001
=MID(A2,FIND("-",A2)+1,50)
You're welcome. Thanks for the feedback!
Bingo! Thanks for the quick response, this formula did the trick. Thanks, Biff (T. Valko)... you have lived up to your billing as Community Star / Microsoft Excel MVP.