Ronnie10150
New Member
- Joined
- Jul 12, 2018
- Messages
- 2
Hi I’m trying to find the keywords of “LHS” and “RHS” in a cell, by only using the functions LEFT, RIGHT, MID, LEN, FIND and TRIM. I’ve tried the following formula
=MID(B6, FIND({“LHS”, “RHS”}),B6),3)
where B6, and all cells in that column contain fext, each of which have either LHS in or RHS in.
The problem I’m having is that whilst it works for the first cell, it does not work for the remainder.
I was wondering if anyone could help me with this and tell me what I’m doing wrong
Kind regards
Ronnie
=MID(B6, FIND({“LHS”, “RHS”}),B6),3)
where B6, and all cells in that column contain fext, each of which have either LHS in or RHS in.
The problem I’m having is that whilst it works for the first cell, it does not work for the remainder.
I was wondering if anyone could help me with this and tell me what I’m doing wrong
Kind regards
Ronnie