Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Conditional Formatting Question

By the way, you can simplify the MOD function part of your conditions.
Instead of using this....

=MOD(ROW()-2,2*1)+2<=2

use this instead (assuming A1 is the active cell in the selection that you
are applying the conditional format to)...

=MOD(ROW(A1),2)=0

Rick


"DFrank" wrote in message
...
Thanks! this si the exact theory i ran by my superviser, but i didnt know
what equation to use for the first one. thanks again.

"vezerid" wrote:

You define three conditions. First should be the combination of both
with AND:

=AND(=MOD(ROW()-2,2*1)+2<=2,A1="Y")

In this case set both color and bold.
Second should be only the MOD condition, here you only set the color.
Third should be only the "Y" condition and you set bold.

HTH
Kostis Vezerides

On Jun 27, 4:16 pm, DFrank wrote:
I am working with a spreadsheet that I want 2 conditional formats
present.
The first is alternating the row color between white and light green
using
=MOD(ROW()-2,2*1)+2<=2. The second is to bold and change the color
(pretty
much just make stand out) any value that is 'Y' (this is a Y/N
spreadsheet).

When I input both conditions the rows alternate colors, but only the
white
rows bold the 'Y.'

How can i make it so that both the green and white shaded rows bold and
color the 'Y' value?

Included is a picture of the layout and the conditional formatting
input:http://img71.imageshack.us/img71/196...uestionpf0.jpg

Thanks




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
Conditional Formatting Question Ken Excel Discussion (Misc queries) 13 May 30th 08 07:03 PM
Conditional Formatting Question lindsayr Excel Discussion (Misc queries) 7 April 30th 08 02:52 AM
Conditional Formatting Question sasquatchbill Excel Discussion (Misc queries) 5 August 4th 06 04:24 PM
Another Conditional Formatting Question 1320_Life Excel Worksheet Functions 4 July 22nd 06 10:05 PM
Conditional Formatting question... Dino Excel Discussion (Misc queries) 5 November 18th 05 11:48 PM


All times are GMT +1. The time now is 11:09 AM.

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

About Us

"It's about Microsoft Excel"