If there can't be more than one left parenthesis in the cell which I assume
it is the case then I think mine is a tiny bit more robust since it is not
sensitive to an occasional misplaced leading space.
--
Regards,
Peo Sjoblom
"snakey" <(E-Mail Removed)> wrote in message
news:898687E8-C41F-4E1E-A1DE-(E-Mail Removed)...
> Thanks Peo, this also works, as does Jacobs suggestion - will now decide
> which one to use!
>
> "Peo Sjoblom" wrote:
>
>> If there cannot be any other parenthesizes then you can use
>>
>> In the CF use formula is and
>>
>>
>> =ISNUMBER(FIND("(",A1))
>>
>>
>> --
>>
>>
>> Regards,
>>
>>
>> Peo Sjoblom
>>
>>
>> "snakey" <(E-Mail Removed)> wrote in message
>> news:81537FA4-6134-4A0E-B5D2-(E-Mail Removed)...
>> >I have two columns of data (A:B), and want to highlight values in Col B
>> >in
>> > coloured text, where the adjacent cell in Col A contains data entered
>> > in
>> > brackets. The data in column A is a mixture of numbers and text and
>> > formatted
>> > as 'General' so that a number in brackets does not appear as a negative
>> > value. I've used CF before but can't seem to enter a formula that
>> > works.
>> >
>> > Any ideas?
>> >
>> >
>> >
>>
>>
>> .
>>
|