On Thu, 8 Jul 2010 16:22:28 -0700 (PDT), Max <(E-Mail Removed)>
wrote:
>> Is there a single "If this number is in this list, then do this, else do
>> this function"?
>
>Recall 2 ways, eg:
>=IF(COUNTIF(Range,2),<do this>,<do that>)
>=IF(ISNUMBER(MATCH(2,Range,0)),<do this>,<do that>)
>
>You could replace 2 with the cell reference which houses the test
>value
What takes place is that the user selects three significant digit
values, one at a time, then the fourth digit gets utilized as a
multiplier.
The first three, however, are what needs the test.
I currently concatenate those three together to a single value in a
cell position. That final cell is what I (want to) test.
The list is a range that runs from a lower value whole number to a
higher value whole number but the increment is not one, and it is also
not constant. So it is a specific list. I want to pop up a note when
the number is NOT valid, and ignore the valid numbers.It is 96 never
changing values.
I work with vlookup and the like quite well, but that is the other way
around. This is an "if is exist" kind of thing.
|