Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
dereksmom wrote...
. . . If a cell in Column A is "OPEN" and a cell in column B is "OPEN", then the result in a cell in Column C should be 1. Otherwise, the result will be 0. .... One way C2: =--(COUNTIF(A2:B2,"OPEN")=2) and another C2: =--AND(A2="OPEN",B2="OPEN") Latter is shorter with 2 cells, but former becomes more compact with 3 or more cells. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how to combine an IF Function with a lookup function to determine | Excel Worksheet Functions | |||
LINKEDRANGE function - a complement to the PULL function (for getting values from a closed workbook) | Excel Worksheet Functions | |||
Offset function with nested match function not finding host ss. | Excel Worksheet Functions | |||
Emulate Index/Match combo function w/ VBA custom function | Excel Worksheet Functions | |||
Nested IF Function, Date Comparing, and NetworkDays Function | Excel Worksheet Functions |