saksaganskis
New Member
- Joined
- Aug 7, 2019
- Messages
- 4
Hi Guys,
Could anyone suggest me how to find cells containing "ID 1234" or "ID12345" or " ID 123456"? Number could be 4 to 6 digits number.
I need to identify from bank statements those transactions, where ID number is given in the description field. There could be the case when description is something like "paid", containing "ID" letters, but I need to avoid them.
I have found how to return only 4-6 digit number from the text using VBA, but I need a bit deeper search.
Thanks!
Could anyone suggest me how to find cells containing "ID 1234" or "ID12345" or " ID 123456"? Number could be 4 to 6 digits number.
I need to identify from bank statements those transactions, where ID number is given in the description field. There could be the case when description is something like "paid", containing "ID" letters, but I need to avoid them.
I have found how to return only 4-6 digit number from the text using VBA, but I need a bit deeper search.
Thanks!