Extracting text out of a string in a cell

Peter Davison

Active Member
Joined
Jun 4, 2020
Messages
444
Office Version
  1. 365
Platform
  1. Windows
I have the following folder structure in Cell S2 -
C:\Cluster Insight\Micro Development\Raw Data\Breakfast Cereals\ImportFile.xlsx
I want to be able to put a formula in Cell S3 that returns me "Breakfast Cereals"
I have tried to build the formula from google help (below), but I can't work out what is wrong. I'm also not sure what the CHAR(1) is doing?
This is my formula, which has an error

=MID(S2,FIND(CHAR(1),SUBSTITUTE(S2,”\”,CHAR(1),4))+1,FIND(CHAR(1),SUBSTITUTE(S2,”\”,CHAR(1),5)) – FIND(CHAR(1),SUBSTITUTE(S2,”\”,CHAR(1),4))-1)

Any help or guidance would be great.
Thanks
 

Excel Facts

Format cells as time
Select range and press Ctrl+Shift+2 to format cells as time. (Shift 2 is the @ sign).
How about
Excel Formula:
=CHOOSECOLS(TEXTSPLIT(S2,"\"),-2)
 
Upvote 0
Solution
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,215,310
Messages
6,124,184
Members
449,147
Latest member
sweetkt327

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