Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Hello,
There is a group of 56 cells that contain 3 letter groups (i.e. DCM, DCP, DCE, NTP). There is a column of cells that are listed in the following format (DCELNN010101). I want to find a way to use an IF statement to say: IF ("DCELNN010101" contains "Any of the 56 3 letter groups" then return TRUE, FALSE) I've been using =IF(ISNUMBER(FIND("DCE",L!B99)),"TRUE", "FALSE") with mild success. The problem is that I'm limited to using just one of the 3 letter groups (DCE) at a time. So with that logic I would have to create 56 formulas for each cell that I wanted to perform this on. No thanks. I want the formula to check the entire group of 56 groups and return whether that cell contains any one of the 3 letters. Thanks! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I link many cells to one particular cell? | Excel Discussion (Misc queries) | |||
How do I link many cells to one particular cell? | Excel Discussion (Misc queries) | |||
Heps to design Locked/Unlocked cells in protected worksheet | Excel Discussion (Misc queries) | |||
Convert data of cells to any type: Number, Date&Time, Text | Excel Discussion (Misc queries) | |||
GET.CELL | Excel Worksheet Functions |