Remove last two characters from string

DougStroud

Well-known Member
Joined
Aug 16, 2005
Messages
2,968
In this range I have a series of string values that I want to remove the last two characters if they are the two Greater Than Signs ">>"

My formula only returns the length count.
Accessories>>Youth>>
Accessories>>Accessories>>
Accessories>>Accessories>>Wristbands

=IF(RIGHT(D4,2)=">>",LEN(D4)-2,D4)
=IF(RIGHT(D5,2)=">>",LEN(D5)-2,D5)
=IF(RIGHT(D6,2)=">>",LEN(D6)-2,D6)

I get the following results, for D4 and D5 I want the text string.
18
24
Accessories>>Accessories>>Wristbands

I recoginize I need to get out of the LEN function to return the text, but don't see how to get there.

thanks once again,
 

Excel Facts

Add Bullets to Range
Select range. Press Ctrl+1. On Number tab, choose Custom. Type Alt+7 then space then @ sign (using 7 on numeric keypad)

Forum statistics

Threads
1,214,592
Messages
6,120,433
Members
448,961
Latest member
nzskater

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