Hi All
I need a function that extracts the text/ "NUMBERS" in the middle of a cell. Thanks Wrkbk attached.
Hi All
I need a function that extracts the text/ "NUMBERS" in the middle of a cell. Thanks Wrkbk attached.
b c 2 acw% 3 0-13-15 13% 4 0-27-11 27% 5 0-0-0 0%
b c 2 acw% 3 0-13-15 =(--substitute(mid(b3,search("-*?*-",b3),3),"-",""))/100 4 0-27-11 =(--substitute(mid(b4,search("-*?*-",b4),3),"-",""))/100 5 0-0-0 =(--substitute(mid(b5,search("-*?*-",b5),3),"-",""))/100
or if you predict middle number >99% (3 digits) use:
Formula:![]()
=(--TRIM(MID(SUBSTITUTE(B3, "-", REPT(" ", 99)),100,99)))/100
Last edited by KOKOSEK; 01-14-2022 at 11:18 AM.
Happy with my answer * Add Reputation.
If You are happy with solution, please use Thread tools and mark thread as SOLVED.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks