Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
Hi all,
I am looking for a formula function that checks to see if a named range contains a paticular entry. Similar to the =IF(DATA!Mark='Computer',d16,""), where instead of '=' I need to check if the range 'contains', 'Computer' in any one cell or a number of cells. Range: The range is a number of rows of mixed data defined by the columns. The cells in the first column in the range are merged, to contain the name of the person all the rest of the data refers to. The rest of the columns in the range can contain text, numbers or remain blank. I'm sure there must be something but I can't find it! |
#2
![]() |
|||
|
|||
![]()
You can use countif if the cells are contiguous
=COUNTIF(Range,"*Computer*)0 will return TRUE for hits also it is never a good idea using merge too many problems involved and you can easily get similar layout without it Regards, Peo Sjoblom "Lee IT" wrote: Hi all, I am looking for a formula function that checks to see if a named range contains a paticular entry. Similar to the =IF(DATA!Mark='Computer',d16,""), where instead of '=' I need to check if the range 'contains', 'Computer' in any one cell or a number of cells. Range: The range is a number of rows of mixed data defined by the columns. The cells in the first column in the range are merged, to contain the name of the person all the rest of the data refers to. The rest of the columns in the range can contain text, numbers or remain blank. I'm sure there must be something but I can't find it! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
IF & VLOOKUP FORMULA | Excel Worksheet Functions | |||
How do I set up a formula with a check box? | Excel Discussion (Misc queries) | |||
Excel - formula to calculate colored fill cells within a range wi. | Excel Worksheet Functions | |||
How to populate formula in range of vertical cells to next colum | Excel Worksheet Functions | |||
how do i use the sum if formula with a date range? | Excel Worksheet Functions |