Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Multiple if statements with multiple conditions | Excel Discussion (Misc queries) | |||
How do I add multiple values that match multiple conditions? | Excel Discussion (Misc queries) | |||
Multiple conditions and multiple return values | Excel Worksheet Functions | |||
Combining Text from multiple cells under multiple conditions | Excel Worksheet Functions | |||
How to multiple conditions to validate more than 2 conditions to . | Excel Worksheet Functions |