Assume your table of numbers and names is in M1:N20, and you want this
to apply to the cell A1. Select the cell and click on Format |
Conditional formatting, then choose Formula Is in the first box and
enter this formula:
=ISNA(VLOOKUP(A1,$M$1:$M$20,1,0))
Click on the Format button, then the Patterns tab and choose your
(background) colour. Click OK twice. You can use the Format Painter
icon to apply that format to other cells.
Hope this helps.
Pete
> Hello,
>
[quoted text clipped - 15 lines]
>
> Andrew.
@Homeonthecouch - 11 Dec 2007 18:27 GMT
Works a treat !
Thank you very much
Andrew
Assume your table of numbers and names is in M1:N20, and you want this
to apply to the cell A1. Select the cell and click on Format |
Conditional formatting, then choose Formula Is in the first box and
enter this formula:
=ISNA(VLOOKUP(A1,$M$1:$M$20,1,0))
Click on the Format button, then the Patterns tab and choose your
(background) colour. Click OK twice. You can use the Format Painter
icon to apply that format to other cells.
Hope this helps.
Pete
On Dec 11, 4:08 pm, "@Homeonthecouch" <m...@home.com> wrote:
> Hello,
>
[quoted text clipped - 15 lines]
>
> Andrew.
Pete_UK - 11 Dec 2007 18:45 GMT
You're welcome, Andrew - thanks for feeding back.
Pete
> Works a treat !
>
[quoted text clipped - 40 lines]
>
> - Show quoted text -
Maybe you can use format|conditional formatting (xl2003 menu system) to show the
values that don't appear in the other list (if I understand correctly).
If the other list is on another worksheet, you'll have to give it (a single
column) a nice name. I used myList in my example.
Then I can use a formula like:
=iserror(match(a1,mylist,0))
or like this:
=countif(myList,A1)=0
to show the entries that don't appear in myList.
> Hello,
>
[quoted text clipped - 15 lines]
>
> Andrew.

Signature
Dave Peterson