ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Help with Right(Me.ListStoreIP.Column(0), 2) (https://www.excelbanter.com/excel-programming/394124-help-right-me-liststoreip-column-0-2-a.html)

Mike

Help with Right(Me.ListStoreIP.Column(0), 2)
 
I think there is a way to find # and use the value to the right of the number
sign
Any help would be great
Tobacco Rd Outlet #02
Right(Me.ListStoreIP.Column(0), 2) = 2 Right
Tobacco Road Outlet #02
Right(Me.ListStoreIP.Column(0), 2) = 2 Right
Tobacco Road Outlet #112
Right(Me.ListStoreIP.Column(0), 2) = 12 Wrong

joel

Help with Right(Me.ListStoreIP.Column(0), 2)
 
mid(mystring,instr(mystring,"#") + 1)

"Mike" wrote:

I think there is a way to find # and use the value to the right of the number
sign
Any help would be great
Tobacco Rd Outlet #02
Right(Me.ListStoreIP.Column(0), 2) = 2 Right
Tobacco Road Outlet #02
Right(Me.ListStoreIP.Column(0), 2) = 2 Right
Tobacco Road Outlet #112
Right(Me.ListStoreIP.Column(0), 2) = 12 Wrong


Mike

Help with Right(Me.ListStoreIP.Column(0), 2)
 
Thanks Joel
Can I ask whats the +1 do

"Joel" wrote:

mid(mystring,instr(mystring,"#") + 1)

"Mike" wrote:

I think there is a way to find # and use the value to the right of the number
sign
Any help would be great
Tobacco Rd Outlet #02
Right(Me.ListStoreIP.Column(0), 2) = 2 Right
Tobacco Road Outlet #02
Right(Me.ListStoreIP.Column(0), 2) = 2 Right
Tobacco Road Outlet #112
Right(Me.ListStoreIP.Column(0), 2) = 12 Wrong


JLGWhiz

Help with Right(Me.ListStoreIP.Column(0), 2)
 
Looks like it moves the start position one space to the right of the # so it
should return everything to the right of the # sign. Does it?

"Mike" wrote:

Thanks Joel
Can I ask whats the +1 do

"Joel" wrote:

mid(mystring,instr(mystring,"#") + 1)

"Mike" wrote:

I think there is a way to find # and use the value to the right of the number
sign
Any help would be great
Tobacco Rd Outlet #02
Right(Me.ListStoreIP.Column(0), 2) = 2 Right
Tobacco Road Outlet #02
Right(Me.ListStoreIP.Column(0), 2) = 2 Right
Tobacco Road Outlet #112
Right(Me.ListStoreIP.Column(0), 2) = 12 Wrong



All times are GMT +1. The time now is 11:12 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com