Use a relative reference like:
=ISNUMBER(A1)
Conditional formatting loves entering absolute references when you click on
a cell, change it to Relative by highlighting the reference and pressing the
finction key F4 until it shows the way you want.

Signature
HTH
Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings
sandymann2@mailinator.com
Replace @mailinator.com with @tiscali.co.uk
> The built-in rules for conditional formatting (greater than value, less
> than value, etc) work on the cell for which the CF is applied WITHOUT
[quoted text clipped - 14 lines]
> in doing this in Excel 2007, but it would be nice to know if it were
> possible in other versions as well.
hall.jeff@gmail.com - 28 Nov 2007 22:00 GMT
This is true of named ranges... In fact, we often use a named range
here at the office called "thiscell"
just goto A1 and enter thiscell as =a1 (no $'s)... that way you can
always reference your current location (we do alot of offset functions
that we want to offset from the current cell... this makes reading it
easier when we're sometimes offsetting from the current cell and
sometimes offsetting from a specific other cell)
horseradish - 29 Nov 2007 16:04 GMT
> Use a relative reference like:
>
[quoted text clipped - 3 lines]
> a cell, change it to Relative by highlighting the reference and pressing the
> finction key F4 until it shows the way you want.
Much better than the workaround I came up with:
=ISNUMBER(INDIRECT(ADDRESS(ROW(),COLUMN())))