![]() |
Formulas
Hi again!
I was wondering how I could take the text "ABCD -Text" (in one cell) and create a formula in another cell so that only "Text" would show up and not the "ABCD -". The problem so far is that the "Text" is not always the same # of characters so the RIGHT function will not work. Any help would be greatly appreciated! Thanks, Shannon |
Formulas
=MID(A1,7,255)
assuming "text" starts in position 7 i.e. "ABCD -" are first 6 characters "Shannon" wrote: Hi again! I was wondering how I could take the text "ABCD -Text" (in one cell) and create a formula in another cell so that only "Text" would show up and not the "ABCD -". The problem so far is that the "Text" is not always the same # of characters so the RIGHT function will not work. Any help would be greatly appreciated! Thanks, Shannon |
Formulas
Thank you so much!
"Toppers" wrote: =MID(A1,7,255) assuming "text" starts in position 7 i.e. "ABCD -" are first 6 characters "Shannon" wrote: Hi again! I was wondering how I could take the text "ABCD -Text" (in one cell) and create a formula in another cell so that only "Text" would show up and not the "ABCD -". The problem so far is that the "Text" is not always the same # of characters so the RIGHT function will not work. Any help would be greatly appreciated! Thanks, Shannon |
All times are GMT +1. The time now is 09:44 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com