broncos347
Active Member
- Joined
- Feb 16, 2005
- Messages
- 293
- Office Version
- 365
- Platform
- Windows
I am using the following formula to extract text from between two sets of parentheses in a cell and this works well, the formula does what it should do but is there a way that the blank spaces in the result can be removed as part of the formula?
Norwich Crown Point Depot Asset List - M&E and BS 2022 - DRAFT Client Issue.xlsx | ||||
---|---|---|---|---|
J | K | |||
5 | Block Title | helper 1.5 | ||
6 | Access Route (09 01) Location (00 01) | 09 0100 01 | ||
Asset Template |
Cell Formulas | ||
---|---|---|
Range | Formula | |
K6 | K6 | =CONCAT(SUBSTITUTE(MID(SUBSTITUTE(SUBSTITUTE(J6,")","("),"(",REPT("(",1000)),SEQUENCE(LEN(J6),,,2)*1000,1000),"(","")) |