Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default Excel Table Conditional formatting not doing what I want

I have two tables in Excel 2007, first table details actions, tasks etc for
different individuals stating a critical date €“ie date by which their action
should be completed. Second table details months from April 2009 to May 2010,
end date by which the project should be completed.

Columns AB in this case represent Table 1, and columns C to G represent
Table 2.

A B C D E F G
1. Date Person actioned Apr-09 May-09 Jun-09 Jul-09 Aug-09
2.
3. Apr-10 PA
4. complete DS
5. Sep-09 AB
6. May-09 CD
7. complete GP
8. Oct- 09 GP
9. Sep-09 DS
10.
11. Jan-10 EH
12. complete AM
13. Dec09 JS

I have put my IF(OR) commands into Table 2 i.e to look at column A, and put
in blanks if complete, or blank etc.
My problems are as follows:
1) I initially wanted C1 to look at the date in A3, and if more than 6
months, leave blank, but I found that as I copied the formulae across and
down, my absolutes and references were ignored. So I decided to leave it as I
could not manually go over 100s of lines to make the formula look at the
correct row, and column. Any answers to this are welcome
2) I then concentrated on conditional formatting of Table 2, i.e. look at
column A, if diff between todays date and row say A3 is <=3, or 3<=6 or 6,
to put in the various colours for the 3 conditions. These are coming out
wrong; I have reds in blank cells, ambers where they do not apply etc. Am I
missing a step?
3) I do not mind suggestions on how to rethink this as it has taken me
several days already. At this rate the project will be over before I get the
table done.
I am sorry this is so long, thought if I gave enough detail it would be
easier to help. Thanks

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 134
Default Excel Table Conditional formatting not doing what I want

Did you use dollar signs within your cell references like the following:

Within C3, you would have the reference of A3 look like $A3

Why?

This way, it will always refer to column A as you would copy across (left or
right) while when you copy up or down, the row portion will adjust as
needed. In this case, this cell reference type would be known as mixed as
it's an absolute column with a relative row.

--
Thanks,

Ronald R. Dodge, Jr.
Production Statistician
Master MOUS 2000
"ECH123" wrote in message
...
I have two tables in Excel 2007, first table details actions, tasks etc for
different individuals stating a critical date -ie date by which their
action
should be completed. Second table details months from April 2009 to May
2010,
end date by which the project should be completed.

Columns AB in this case represent Table 1, and columns C to G represent
Table 2.

A B C D E F G
1. Date Person actioned Apr-09 May-09 Jun-09 Jul-09
Aug-09
2.
3. Apr-10 PA
4. complete DS
5. Sep-09 AB
6. May-09 CD
7. complete GP
8. Oct- 09 GP
9. Sep-09 DS
10.
11. Jan-10 EH
12. complete AM
13. Dec09 JS

I have put my IF(OR) commands into Table 2 i.e to look at column A, and
put
in blanks if complete, or blank etc.
My problems are as follows:
1) I initially wanted C1 to look at the date in A3, and if more than 6
months, leave blank, but I found that as I copied the formulae across and
down, my absolutes and references were ignored. So I decided to leave it
as I
could not manually go over 100s of lines to make the formula look at the
correct row, and column. Any answers to this are welcome
2) I then concentrated on conditional formatting of Table 2, i.e. look at
column A, if diff between today's date and row say A3 is <=3, or 3<=6 or
6,

to put in the various colours for the 3 conditions. These are coming out
wrong; I have reds in blank cells, ambers where they do not apply etc. Am
I
missing a step?
3) I do not mind suggestions on how to rethink this as it has taken me
several days already. At this rate the project will be over before I get
the
table done.
I am sorry this is so long, thought if I gave enough detail it would be
easier to help. Thanks



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default Excel Table Conditional formatting not doing what I want

Yes I did, my formula is as follows
=IF(OR(Thematic!$H10="complete",Thematic!$H10=Them atic!$H10,Thematic!$H10="",Thematic!$H10="ongoing" ,Thematic!$H10="summer 09"),"","=$H10-m$8")

It works for the first part - absolutes and references i.e
=IF(OR(Thematic!$H10="complete",Thematic!$H10=Them atic!$H10,Thematic!$H10="",Thematic!$H10="ongoing" ,Thematic!$H10="summer 09"),

but for the false statement i.e. "","=$H10-m$8"), it ignores the dollar
signs down the column and accross the rows.

Life would be easier if I could have a fromula to check if the cell is a
date, and then give it an action, but I have not been able to find one.

"Ronald R. Dodge, Jr." wrote:

Did you use dollar signs within your cell references like the following:

Within C3, you would have the reference of A3 look like $A3

Why?

This way, it will always refer to column A as you would copy across (left or
right) while when you copy up or down, the row portion will adjust as
needed. In this case, this cell reference type would be known as mixed as
it's an absolute column with a relative row.

--
Thanks,

Ronald R. Dodge, Jr.
Production Statistician
Master MOUS 2000
"ECH123" wrote in message
...
I have two tables in Excel 2007, first table details actions, tasks etc for
different individuals stating a critical date -ie date by which their
action
should be completed. Second table details months from April 2009 to May
2010,
end date by which the project should be completed.

Columns AB in this case represent Table 1, and columns C to G represent
Table 2.

A B C D E F G
1. Date Person actioned Apr-09 May-09 Jun-09 Jul-09
Aug-09
2.
3. Apr-10 PA
4. complete DS
5. Sep-09 AB
6. May-09 CD
7. complete GP
8. Oct- 09 GP
9. Sep-09 DS
10.
11. Jan-10 EH
12. complete AM
13. Dec09 JS

I have put my IF(OR) commands into Table 2 i.e to look at column A, and
put
in blanks if complete, or blank etc.
My problems are as follows:
1) I initially wanted C1 to look at the date in A3, and if more than 6
months, leave blank, but I found that as I copied the formulae across and
down, my absolutes and references were ignored. So I decided to leave it
as I
could not manually go over 100s of lines to make the formula look at the
correct row, and column. Any answers to this are welcome
2) I then concentrated on conditional formatting of Table 2, i.e. look at
column A, if diff between today's date and row say A3 is <=3, or 3<=6 or
6,

to put in the various colours for the 3 conditions. These are coming out
wrong; I have reds in blank cells, ambers where they do not apply etc. Am
I
missing a step?
3) I do not mind suggestions on how to rethink this as it has taken me
several days already. At this rate the project will be over before I get
the
table done.
I am sorry this is so long, thought if I gave enough detail it would be
easier to help. 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 in pivot table SJL Excel Discussion (Misc queries) 0 October 23rd 08 02:00 PM
Conditional formatting in a table is lost on table refresh Steve Huckett Excel Worksheet Functions 0 November 6th 07 11:39 AM
Conditional Formatting in a pivot table Julie Excel Discussion (Misc queries) 2 September 27th 07 04:33 PM
Conditional Formatting in a Pivot Table Jon Dow[_2_] Excel Worksheet Functions 2 February 23rd 07 02:51 PM
conditional formatting in pivot table shark102 Excel Discussion (Misc queries) 1 November 27th 06 04:27 PM


All times are GMT +1. The time now is 10:20 AM.

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"