Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Programming / March 2006

Tip: Looking for answers? Try searching our database.

mark just cells containing data in a range

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Ctech - 20 Mar 2006 18:28 GMT
I have a named range "myCells" (one column)

I know there is a function to mark jsut blank cells in Excel, however
haven't found any function to mark all cells containing some kind o
data.

how can I do this

--
Ctec
Carim - 20 Mar 2006 18:36 GMT
Hi Ctech,

You could use Conditional Formatting ...
Cell Value Is    equal to  =""
and pick a format you want .....

HTH
Cheers
Carim
Mark Lincoln - 20 Mar 2006 18:50 GMT
In Conditional Formatting, use

=(NOT(ISBLANK(A1)))

changing A1 to whichever cell begins your range, and apply your desired
format.  Then use the Format Painter to copy the formatting to the rest
of the cells in your range "myCells".
Mark Lincoln - 20 Mar 2006 19:00 GMT
I seem to have used a couple of extra parentheses.  This CF formula
works just as well:

=NOT(ISBLANK(A1))
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.