RockandGrohl
Well-known Member
- Joined
- Aug 1, 2018
- Messages
- 801
- Office Version
- 365
- Platform
- Windows
Hi all,
I'm trying to extract the string between two characters using this formula:
For instance, "DATA SHARER (1GB)" should return "1GB" and "DATA SHARER (5GB)" should return "5GB"
However, when I enter this formula, ensure it's looking at the correct cell, the formula completes and then shows a blank cell. No errors, and it's not showing me the value I need.
Has anyone encountered this before? Thank you.
I'm trying to extract the string between two characters using this formula:
Excel Formula:
=MID(LEFT(K2,FIND("(",K2)-1),FIND(")",K2)+1,LEN(K2))
For instance, "DATA SHARER (1GB)" should return "1GB" and "DATA SHARER (5GB)" should return "5GB"
However, when I enter this formula, ensure it's looking at the correct cell, the formula completes and then shows a blank cell. No errors, and it's not showing me the value I need.
Has anyone encountered this before? Thank you.