Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 62
Default Conditional formatting alternatives?

I have a worksheet that looks something like this:

A2:A30 contain standard deviations for each row, and B2:G30 contain the
numbers (this example is somewhat oversimplified).

What I need to do is this:

1. Insert a control value in A32 (e.g. 2 or 3)
2. Apply formatting to B2:G30 where cells with values greater or less than
the control value multiplied by the respective standard deviation for each
row are highlighted (is there a variance function for this?)

Users needs to be able to change the default control value by entering a new
value in A32, which updates the formatting accordingly.

I'm wondering if conditional formatting is the best solution here. For one,
users don't know how to use it and secondly, the worksheets are massive -
often containing over 200 worksheets with hundreds of rows and dozens of
columns.

Would it be better to have some code (rather than conditional formatting)
apply the formatting whenever a particular worksheet is activated? Or
should I just insert the control value and apply conditional formatting when
each worksheet is activated?

If anyone can provide or point me to code examples that would be a big help.

Thanks in advance.


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,080
Default Conditional formatting alternatives?

Conditional formatting should work just fine:

To cell B2, apply the condition:

=Cell Value Is greater than =$A2*$A$32

and an appropriate format.

Copy the formatting to B2:G30.

--

Vasant

"deko" wrote in message
om...
I have a worksheet that looks something like this:

A2:A30 contain standard deviations for each row, and B2:G30 contain the
numbers (this example is somewhat oversimplified).

What I need to do is this:

1. Insert a control value in A32 (e.g. 2 or 3)
2. Apply formatting to B2:G30 where cells with values greater or less than
the control value multiplied by the respective standard deviation for each
row are highlighted (is there a variance function for this?)

Users needs to be able to change the default control value by entering a

new
value in A32, which updates the formatting accordingly.

I'm wondering if conditional formatting is the best solution here. For

one,
users don't know how to use it and secondly, the worksheets are massive -
often containing over 200 worksheets with hundreds of rows and dozens of
columns.

Would it be better to have some code (rather than conditional formatting)
apply the formatting whenever a particular worksheet is activated? Or
should I just insert the control value and apply conditional formatting

when
each worksheet is activated?

If anyone can provide or point me to code examples that would be a big

help.

Thanks in advance.




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Looking at alternatives Brad Excel Discussion (Misc queries) 1 September 3rd 09 05:27 PM
alternatives to embedded ifs jaime_ottawa Excel Worksheet Functions 6 July 22nd 09 08:37 PM
Indirect alternatives Brad Excel Discussion (Misc queries) 0 February 11th 09 06:57 PM
Indirect Alternatives Graham H Excel Worksheet Functions 4 January 16th 09 04:35 PM
What are the alternatives ??? christopherp Excel Discussion (Misc queries) 4 March 19th 06 02:39 PM


All times are GMT +1. The time now is 03:40 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"