#1   Report Post  
Posted to microsoft.public.excel.misc
jkl jkl is offline
external usenet poster
 
Posts: 17
Default multiple conditions

I have created a conditional format so that a gantt chart shading bars are
created. However, I would like the final cell to be shaded in a separate
color aimed at representing the final due take for the project task.
Conditional formatting appears to allow for two conditions. Do I have to
define the first condition as the more limted one (i.e. the final box in a
different color)? To set up the condition as a forumula (rather than an if
then that returns a True or False in the cell field), what formula can I use?
Thanks in advance.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 740
Default multiple conditions

Hi jkl,
your question is familiar to some old threads i have read in this forum...if
i still remember

? are the cells in the row contain formulated result of money, or time....
? do you have a column heading something something like by Dates..

so..

1. If the cell contain money values....and you identify the first cell
cond. format

cond.1 formula is = sum("firstcell:thiscell")<"Total Money"
formatpatternscolor :

cond.2 formula is = sum("firstcell:thiscell")="Total Money"
formatpatternscolor :


2. If the cell contain number of days....and you identify the first cell
cond. format

cond.1 formula is = sum("firstcell:thiscell")<"Total Target Days"
formatpatternscolor :

cond.2 formula is = sum("firstcell:thiscell")="Total Target Days"
formatpatternscolor :

3. there is another complex one which others from the forum can help you.
MONEY with Real Dates

regards
--
*****
birds of the same feather flock together..



"jkl" wrote:

I have created a conditional format so that a gantt chart shading bars are
created. However, I would like the final cell to be shaded in a separate
color aimed at representing the final due take for the project task.
Conditional formatting appears to allow for two conditions. Do I have to
define the first condition as the more limted one (i.e. the final box in a
different color)? To set up the condition as a forumula (rather than an if
then that returns a True or False in the cell field), what formula can I use?
Thanks in advance.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,726
Default multiple conditions

CF allows 3 conditions.

If any condition is likely to also be true when another condition is met,
then define that as the earlier test.

It is impossible to say what to use without seeing the data, but something
like

=this_date=project_end_date

would be required, no need to IF it as this returns TRUE or FALSE

--
---
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)



"jkl" wrote in message
...
I have created a conditional format so that a gantt chart shading bars are
created. However, I would like the final cell to be shaded in a separate
color aimed at representing the final due take for the project task.
Conditional formatting appears to allow for two conditions. Do I have to
define the first condition as the more limted one (i.e. the final box in a
different color)? To set up the condition as a forumula (rather than an
if
then that returns a True or False in the cell field), what formula can I
use?
Thanks in advance.



  #4   Report Post  
Posted to microsoft.public.excel.misc
jkl jkl is offline
external usenet poster
 
Posts: 17
Default multiple conditions

Thanks Bob. I went with =AND . . . and used the sequencing like you noted .
.. . worked like a charm!

"Bob Phillips" wrote:

CF allows 3 conditions.

If any condition is likely to also be true when another condition is met,
then define that as the earlier test.

It is impossible to say what to use without seeing the data, but something
like

=this_date=project_end_date

would be required, no need to IF it as this returns TRUE or FALSE

--
---
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)



"jkl" wrote in message
...
I have created a conditional format so that a gantt chart shading bars are
created. However, I would like the final cell to be shaded in a separate
color aimed at representing the final due take for the project task.
Conditional formatting appears to allow for two conditions. Do I have to
define the first condition as the more limted one (i.e. the final box in a
different color)? To set up the condition as a forumula (rather than an
if
then that returns a True or False in the cell field), what formula can I
use?
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
Multiple if statements with multiple conditions egarcia Excel Discussion (Misc queries) 4 January 29th 07 10:46 PM
How do I add multiple values that match multiple conditions? Joel Excel Discussion (Misc queries) 5 April 10th 06 01:32 PM
Multiple conditions and multiple return values Minerva Excel Worksheet Functions 3 February 16th 06 06:57 AM
Combining Text from multiple cells under multiple conditions KNS Excel Worksheet Functions 2 June 15th 05 11:00 PM
How to multiple conditions to validate more than 2 conditions to . Bhuvana Govind Excel Worksheet Functions 1 January 28th 05 07:07 PM


All times are GMT +1. The time now is 10:30 PM.

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"