eechristaylor
New Member
- Joined
- Oct 22, 2013
- Messages
- 45
- Office Version
- 365
- Platform
- Windows
I have a cell in one worksheet that lists counties seperated by a comma, this is column X the input is
So what I am looking for is a return of 3. I can get this by using
LEN($X$4)-LEN(SUBSTITUTE($X$4,",",""))+1 but then I need to get to this field by using xlookup. I will want to look at cell B1 tthe project name and then reference the other worksheet Column A which has the project nmae and then return the "3" from the three counties in column X.
So i am trying to incorporate the LEN formula embedded in the xlookup but i get an error.
Thanks for your help.
pike, pinellas, troup |
LEN($X$4)-LEN(SUBSTITUTE($X$4,",",""))+1 but then I need to get to this field by using xlookup. I will want to look at cell B1 tthe project name and then reference the other worksheet Column A which has the project nmae and then return the "3" from the three counties in column X.
So i am trying to incorporate the LEN formula embedded in the xlookup but i get an error.
Thanks for your help.