![]() |
How to look for a sequence of numbers in a string?
I am trying identify numbers that contain a specific sequence of numbers in
the entire string....ie 61302...I would be interested in identifying that this string of numbers contained the sequence #13##. Can anyone help? |
How to look for a sequence of numbers in a string?
Hi Brett
=ISNUMBER(FIND("13",A1)) will return TRUE if 13 is present, otherwise FALSE. Regards Roger Govier brett wrote: I am trying identify numbers that contain a specific sequence of numbers in the entire string....ie 61302...I would be interested in identifying that this string of numbers contained the sequence #13##. Can anyone help? |
How to look for a sequence of numbers in a string?
Use formula:
=IF(ISNUMBER(FIND("13",TEXT(A1,"#####"))),TRUE,"") "brett" wrote in message ... I am trying identify numbers that contain a specific sequence of numbers in the entire string....ie 61302...I would be interested in identifying that this string of numbers contained the sequence #13##. Can anyone help? |
All times are GMT +1. The time now is 09:46 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com