I am looking for a formula to extract the name BAKER from cell D3
I am having an issue because BAKER is has a dynamic amount of characters. But the dynamic name is always before the " -".
D3 = BAKER - Baker*(5)
Any help is greatly appreciated!
I am looking for a formula to extract the name BAKER from cell D3
I am having an issue because BAKER is has a dynamic amount of characters. But the dynamic name is always before the " -".
D3 = BAKER - Baker*(5)
Any help is greatly appreciated!
Try
=TRIM(LEFT(D3,FIND("-",D3)-1))
If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.
How aboutFormula:
Please Login or Register to view this content.
That worked great thank you!
Glad to help & thanks for the feedback.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks