User Profile
turan_aghayev
Copper Contributor
Joined Aug 30, 2022
User Widgets
Recent Discussions
Re: How to solve this "VALUE" error in excel with just one formula
Thanks for answer, because sometimes amount of characters of substring is different in my data. Sometimes 16, 17 and sometimes 18 characters. That's why I want to use formula which extract text before and after special characters like "_", "," and sometimes " G..."1.3KViews0likes3CommentsHow to solve this "VALUE" error in excel with just one formula
I want to extract this part => "1.3215809385571036" from following text and I use this formula {=MID(LEFT(A2;FIND(",";A2)-1);FIND("_";A2)+7;18)} for this. "4_1100_ 1.3215809385571036, X-Ray checking, Kino checking, GPS avto (kadr)" But sometimes my text is looking like this and formula return "VALUE" error because "Find" function can not find "," and return error. "1_1100_ 1.2152157818772644 Green gas. fekfmf eujffmmef. GPS chechking." How to solve this problem? How to write this formula for ....FIND(",";A2) and also FIND(" G";A2) with just one formuLLa ?Solved1.4KViews0likes5Comments
Recent Blog Articles
No content to show