nikhil chordia
New Member
Hi Team,
I require help in extracting the number in the attached file under column M . Column M has currently unstructured data , a mix of characters and numbers. Additional condition is that the numbers in a particular box must be minimum 2 digit and more (for example, if the text is 125(1 , the value i would need is only 125 and not the "1" or the "(". Also any number that is further separated with a special character should not be considered. I am using excel 2010 so unable to use the formula =IFERROR(_xlfn.NUMBERVALUE(RIGHT(M2,3)),_xlfn.NUMBERVALUE(RIGHT(M2,2))) or for example this : =_xlfn.NUMBERVALUE(LEFT(N29,3))
Could someone please help me on this ? I have attached the file as is.
I require help in extracting the number in the attached file under column M . Column M has currently unstructured data , a mix of characters and numbers. Additional condition is that the numbers in a particular box must be minimum 2 digit and more (for example, if the text is 125(1 , the value i would need is only 125 and not the "1" or the "(". Also any number that is further separated with a special character should not be considered. I am using excel 2010 so unable to use the formula =IFERROR(_xlfn.NUMBERVALUE(RIGHT(M2,3)),_xlfn.NUMBERVALUE(RIGHT(M2,2))) or for example this : =_xlfn.NUMBERVALUE(LEFT(N29,3))
Could someone please help me on this ? I have attached the file as is.