Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanks in advance. I apologize for asking this question
I have a cell with the following in it: 1Z-31245 Coiled Springs 0 41,779 0 0 41,779 I am using the below formula to return 41,779 it searched for the occurrence of "0 " but I rather use a formula that a) finds the string length and then b) returns perhaps the last numbers from the end (including the comma) up to the first space it encounters. =(TRIM(MID($B$5,FIND("0 ",$B$5,34)+1,12))) I have a few cells with this type of text in it and the numbers can vary in length. What they all have in common is a "0 " before them. I know it is better to search from the end backwards. Thanks in advance for any help Sincerely Patty |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Display common values in first occurrence only | Excel Discussion (Misc queries) | |||
Help! How do you get excel to find the x(changes daily, marked in a cell from another formula) highest numbers in a group of numbers and sum them up? | Excel Worksheet Functions | |||
Help! How do you get excel to find the x(changes daily, marked in a cell from another formula) highest numbers in a group of numbers and sum them up? | Excel Worksheet Functions | |||
Find nth occurrence and replace with ":" | Excel Worksheet Functions | |||
find last occurrence | Excel Worksheet Functions |