Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have four cells with numbers in each, (2)(4)(9)(1), then I have 6 adjacent
cells with numbers in each of them, (4)(3)(5)(8)(9)(2). In a different cell, I need to represent a true statement that indicates if the first two numbers in the cell's content, (2) or (4), are contained in any of the 6 cell's content,(4)(3)(5)(8)(9)(2). If there is a match, in the one cell that has to represent a hit, it will place a 1 in the cell. Then with a conditional formula I can turn the cell red. =if(or(a1=k1,a1=k2,a1=k3,a1=k4,a1=k5,a1=k6, ???(AND(a2=k1 and so on, , , How do you combine the OR and AND statement in one formula or is there another way to do this. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to transpose formulas from column content to row content. | Excel Worksheet Functions | |||
Combining formulas | Excel Discussion (Misc queries) | |||
lookup cell content in multiple files | Excel Worksheet Functions | |||
How to create Multiple Conditional Formulas in a single cell? | Excel Discussion (Misc queries) | |||
Multiple formulas including INDIRECT | Excel Worksheet Functions |