Extract Text Between Two Characters - Brackets or Commas etc

preview_player
Показать описание

In this video I demonstrate how to extract text between two brackets, commas or any other character.
------------------------
Рекомендации по теме
Комментарии
Автор

I love the method used to explain it by breaking down each step, super easy to understand that way. Thank you

Mikej
Автор

the best video I found at breaking apart each function so I could understand it...thank you so much

mattsimon
Автор

Great way of explaining the long formula, separating it in 3 and putting it together. Thank you!

joycenascimento
Автор

Thank you for this video. It helped me through a project

philzills
Автор

I have been trying to figured out how to pull the account number only from the chart of accounts number string for 2 days and this did it in 2 minutes!!!! Thank You so much for your help!!!!

tiastarr_
Автор

loved it, sir. please make about combination formula excel

ubaidillahmuhammad
Автор

Excellent tutorial. A great formula built little by little. Thank you Chester!

IvanCortinas_ES
Автор

wow. This is a great video and solved my current requirement. Big thanks!

manjiniarul
Автор

Hi @Chester thank you for this! You are a legend!

rogenfrancerogenttolentino
Автор

Amazing 👏, all methods are gr8 will depend on which situation

shoaibrehman
Автор

Great tutorial, I was able to get the same results following along. But I'm struggling at translating into words part I don't understand why we put the mid function twice at the left formula.

Harmony_Worship
Автор

Thanks a lot, it's really very helpful.

LotfyKozman
Автор

HI, i need to extract text between two words and i am using below formula but its not working can you help ? i am trying to find all the words between KTE AND FUT, IFERROR(MID(A9, SEARCH(“KTE”, A9)+LEN(“KTE”), SEARCH(“FUT”, A9)-SEARCH(“KTE”, A9)-LEN(“KTE”)), ””)

umermalikk