removing a back slash from excel

esb128

New Member
Joined
Feb 21, 2014
Messages
17
Office Version
  1. 365
Platform
  1. Windows
I need some help on trying to create a formula to remove everything in a cell before the last backslash, including the last back slash can someone help me? I have 15,000 of these lines thank you!!

example :
Y:\marketing\ADVERTISING\Graphics\Scanned Images\Color\Boss\adapters\boss adapter_GFAS26.tif

needs to equal: boss adapter_GFAS26.tif

<tbody>
</tbody>
 

Excel Facts

Will the fill handle fill 1, 2, 3?
Yes! Type 1 in a cell. Hold down Ctrl while you drag the fill handle.
esb128,

WElcome to MrExcel.

Try....



Excel 2007
AB
1Y:\marketing\ADVERTISING\Graphics\Scanned Images\Color\Boss\adapters\boss adapter_GFAS26.tifboss adapter_GFAS26.tif
Sheet5
Cell Formulas
RangeFormula
B1=TRIM(RIGHT(SUBSTITUTE(A1,"\",REPT(" ",99)),99))

Hope that helps.
 
Upvote 0
Hi and welcome to Mr Excel

Maybe...

B2
=TRIM(RIGHT(SUBSTITUTE(A2,"\",REPT(" ",500)),500))

M.
 
Upvote 0
Wow, you guys are great that solved my problem and many hours of find/replace. Thank you!
 
Upvote 0

Forum statistics

Threads
1,216,126
Messages
6,129,005
Members
449,480
Latest member
yesitisasport

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top