Hi all,
From a list of numbers; I want output like shown in Ans column till 5 digits.
A1) Numbers B1) Ans
A2) 123456789 B2) 123456789
A3) 1234567 B3) 1234567
A4) 123 B4)
A5) 12345 B5) 12345
Regards,
Vikas
Hi all,
From a list of numbers; I want output like shown in Ans column till 5 digits.
A1) Numbers B1) Ans
A2) 123456789 B2) 123456789
A3) 1234567 B3) 1234567
A4) 123 B4)
A5) 12345 B5) 12345
Regards,
Vikas
Last edited by kisanvikas2015; 05-06-2015 at 01:28 AM.
Assunming that the data starts in A1 and contains A2) 123456789, try this:
=MID(A1,FIND(")",A1)+1,255)+0
Glenn
None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU
Hi Vikas
Try usingFormula:
Please Login or Register to view this content.
Regards,
AM![]()
Both ashishmehra and I have made very different interpretations of what you want. It would have been easier if it was clearer what was in what columns!!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks