Thread
:
Extracting key words from a cell
View Single Post
07-13-2018, 01:15 AM
ArviLaanemets
Windows 8
Office 2016
Expert
Join Date: May 2017
Posts: 932
For C6, the one possible working formula will be
Code:
=IF(LEN(SUBSTITUTE(B6,"RHS",""))<LEN(B6),"RHS",IF(LEN(SUBSTITUTE(B6,"LHS",""))<LEN(B6),"LHS",""))
ArviLaanemets
View Public Profile
Find all posts by ArviLaanemets