rvvasilev96
New Member
- Joined
- Mar 23, 2020
- Messages
- 1
- Office Version
- 365
- Platform
- Windows
hello,
i would like to ask a question, regarding a problem i've faced recently.
I want to take out a specific information from a text, which varies, for example:
asdjhbasdas1234BGasdhasd - i want to take out and display just the 1234BG
iaiopsunlkas1234BGpiouqws- i want to take out and display just the 1234BG
So, i used the following formula:
=if(iserror(search("1234BG";A01))=FALSE;"1234BG"), and nested it 64 times, but i have many more variations i need to cover,
Can you give me some ideas?
Thank you!
i would like to ask a question, regarding a problem i've faced recently.
I want to take out a specific information from a text, which varies, for example:
asdjhbasdas1234BGasdhasd - i want to take out and display just the 1234BG
iaiopsunlkas1234BGpiouqws- i want to take out and display just the 1234BG
So, i used the following formula:
=if(iserror(search("1234BG";A01))=FALSE;"1234BG"), and nested it 64 times, but i have many more variations i need to cover,
Can you give me some ideas?
Thank you!