PC Review


Reply
Thread Tools Rate Thread

conditional formating all cells with formular?

 
 
Mr. Smith
Guest
Posts: n/a
 
      17th Feb 2007
Hi.
Is it possible/easy to set a condtitional formating on all cells in a
worksheet which conatins a formula? In example I want all calculated cells
to have a yellow background colour.

Kind regards
Mr. Smith


 
Reply With Quote
 
 
 
 
Gord Dibben
Guest
Posts: n/a
 
      17th Feb 2007
Copy/paste this UDF to a general module in your workbook.

Function IsFormula(cell)
IsFormula = cell.HasFormula
End Function

Select all cells necessary.

Then in CF>Formula is: =IsFormula(A1)

Format to yellow and OK your way out.


Gord Dibben MS Excel MVP

On Sat, 17 Feb 2007 22:43:48 +0100, "Mr. Smith" <(E-Mail Removed)> wrote:

>Hi.
>Is it possible/easy to set a condtitional formating on all cells in a
>worksheet which conatins a formula? In example I want all calculated cells
>to have a yellow background colour.
>
>Kind regards
>Mr. Smith
>


 
Reply With Quote
 
T. Valko
Guest
Posts: n/a
 
      17th Feb 2007
Here's one way:

http://j-walk.com/ss/excel/usertips/tip045.htm

Biff

"Mr. Smith" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> Hi.
> Is it possible/easy to set a condtitional formating on all cells in a
> worksheet which conatins a formula? In example I want all calculated cells
> to have a yellow background colour.
>
> Kind regards
> Mr. Smith
>



 
Reply With Quote
 
MartinW
Guest
Posts: n/a
 
      17th Feb 2007
Hi Mr. Smith,

No need for conditional formatting. Just hit F5 which will bring
up the Goto dialog, Click special, Check the formulas radio
button then OK. Now every cell with a fomula will be highlighted.
Set the fill color and you are done.

HTH
Martin


 
Reply With Quote
 
Gord Dibben
Guest
Posts: n/a
 
      17th Feb 2007
Too simple<g>

Gord

On Sun, 18 Feb 2007 08:12:30 +1000, "MartinW" <(E-Mail Removed)> wrote:

>Hi Mr. Smith,
>
>No need for conditional formatting. Just hit F5 which will bring
>up the Goto dialog, Click special, Check the formulas radio
>button then OK. Now every cell with a fomula will be highlighted.
>Set the fill color and you are done.
>
>HTH
>Martin
>


 
Reply With Quote
 
Mr. Smith
Guest
Posts: n/a
 
      18th Feb 2007
Great!
Thanks all of you!
Three different approaches which I learned something from, all of them.

krgrds
Mr. Smith


"Mr. Smith" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> Hi.
> Is it possible/easy to set a condtitional formating on all cells in a
> worksheet which conatins a formula? In example I want all calculated cells
> to have a yellow background colour.
>
> Kind regards
> Mr. Smith
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Conditional formating of cells michelle439731 Microsoft Excel Programming 2 11th May 2010 12:54 PM
Conditional Formating on Several Cells Damon Microsoft Excel Misc 6 9th Jun 2009 06:58 PM
conditional formating using cells containing dates =?Utf-8?B?Y2VidWJ1bQ==?= Microsoft Excel Misc 14 28th Mar 2008 04:31 PM
Conditional formating more that 3 cells Pencil Microsoft Excel Discussion 2 14th Jul 2006 04:57 AM
conditional formating cells i Excel based on other cells values =?Utf-8?B?RWxpYXMgUGV0dXJzc29u?= Microsoft Excel Worksheet Functions 3 23rd May 2006 06:45 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:30 AM.