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

Row C has a range of text values with corresponding dollar amounts in Row D.

I would like to change the color of the text in row C and D if the text in
Row C = "abc"

I have used =$C1="abc" and =$C$1="abc"
and it hasn't worked yet.

I've also tried this if statement
=IF($C1="abc",1,0) and it colors the text two rows below the row containing
text 'abc'.

Any help????
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,339
Default Conditional Format

..... Try to avoid using merged cells at all!

"Wendy7" wrote:

Sorry you are right, I meant columns C and D -

While I was trying to answer what the formula was - I found the issue....

I have two merged cells at the start of the report - and if I have the
formula at ($C1) then it pushes the format down 1 row from where it should
be. (If I have two merged cells and the equation starts at $C1 it pushes the
format down 2 rows from where it should be, etc...) However if I have 1
merged cell and I start the equation at $C2 then the format is where it
should be...

wow...

well thanks a lot for your time!

"bj" wrote:

normally rows are 1,2,3... and columns are A,B,C...
do you mean to columns C and D?

Whwn you have the cell which does highlight selected, what does the
conditional format "equation is" say?

"Wendy7" wrote:

Row C has a range of text values with corresponding dollar amounts in Row D.

I would like to change the color of the text in row C and D if the text in
Row C = "abc"

I have used =$C1="abc" and =$C$1="abc"
and it hasn't worked yet.

I've also tried this if statement
=IF($C1="abc",1,0) and it colors the text two rows below the row containing
text 'abc'.

Any help????

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,339
Default Conditional Format

I highlighted columns C & D and entered your formula =$C1="abc" and this
worked OK. Any row C in which I entered "abc" resulted in C & D being
coloured.

Excel 2003

"Wendy7" wrote:

Row C has a range of text values with corresponding dollar amounts in Row D.

I would like to change the color of the text in row C and D if the text in
Row C = "abc"

I have used =$C1="abc" and =$C$1="abc"
and it hasn't worked yet.

I've also tried this if statement
=IF($C1="abc",1,0) and it colors the text two rows below the row containing
text 'abc'.

Any help????

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 6
Default Conditional Format

really? can you tell me why? I've just never heard of that before...



"Toppers" wrote:

.... Try to avoid using merged cells at all!

"Wendy7" wrote:

Sorry you are right, I meant columns C and D -

While I was trying to answer what the formula was - I found the issue....

I have two merged cells at the start of the report - and if I have the
formula at ($C1) then it pushes the format down 1 row from where it should
be. (If I have two merged cells and the equation starts at $C1 it pushes the
format down 2 rows from where it should be, etc...) However if I have 1
merged cell and I start the equation at $C2 then the format is where it
should be...

wow...

well thanks a lot for your time!

"bj" wrote:

normally rows are 1,2,3... and columns are A,B,C...
do you mean to columns C and D?

Whwn you have the cell which does highlight selected, what does the
conditional format "equation is" say?

"Wendy7" wrote:

Row C has a range of text values with corresponding dollar amounts in Row D.

I would like to change the color of the text in row C and D if the text in
Row C = "abc"

I have used =$C1="abc" and =$C$1="abc"
and it hasn't worked yet.

I've also tried this if statement
=IF($C1="abc",1,0) and it colors the text two rows below the row containing
text 'abc'.

Any help????

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
bj bj is offline
external usenet poster
 
Posts: 1,397
Default Conditional Format

normally rows are 1,2,3... and columns are A,B,C...
do you mean to columns C and D?

Whwn you have the cell which does highlight selected, what does the
conditional format "equation is" say?

"Wendy7" wrote:

Row C has a range of text values with corresponding dollar amounts in Row D.

I would like to change the color of the text in row C and D if the text in
Row C = "abc"

I have used =$C1="abc" and =$C$1="abc"
and it hasn't worked yet.

I've also tried this if statement
=IF($C1="abc",1,0) and it colors the text two rows below the row containing
text 'abc'.

Any help????



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,339
Default Conditional Format

.... because it can/does cause the (type of) problem(s) you experienced.

"Wendy7" wrote:

really? can you tell me why? I've just never heard of that before...



"Toppers" wrote:

.... Try to avoid using merged cells at all!

"Wendy7" wrote:

Sorry you are right, I meant columns C and D -

While I was trying to answer what the formula was - I found the issue....

I have two merged cells at the start of the report - and if I have the
formula at ($C1) then it pushes the format down 1 row from where it should
be. (If I have two merged cells and the equation starts at $C1 it pushes the
format down 2 rows from where it should be, etc...) However if I have 1
merged cell and I start the equation at $C2 then the format is where it
should be...

wow...

well thanks a lot for your time!

"bj" wrote:

normally rows are 1,2,3... and columns are A,B,C...
do you mean to columns C and D?

Whwn you have the cell which does highlight selected, what does the
conditional format "equation is" say?

"Wendy7" wrote:

Row C has a range of text values with corresponding dollar amounts in Row D.

I would like to change the color of the text in row C and D if the text in
Row C = "abc"

I have used =$C1="abc" and =$C$1="abc"
and it hasn't worked yet.

I've also tried this if statement
=IF($C1="abc",1,0) and it colors the text two rows below the row containing
text 'abc'.

Any help????

  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 6
Default Conditional Format

Sorry you are right, I meant columns C and D -

While I was trying to answer what the formula was - I found the issue....

I have two merged cells at the start of the report - and if I have the
formula at ($C1) then it pushes the format down 1 row from where it should
be. (If I have two merged cells and the equation starts at $C1 it pushes the
format down 2 rows from where it should be, etc...) However if I have 1
merged cell and I start the equation at $C2 then the format is where it
should be...

wow...

well thanks a lot for your time!

"bj" wrote:

normally rows are 1,2,3... and columns are A,B,C...
do you mean to columns C and D?

Whwn you have the cell which does highlight selected, what does the
conditional format "equation is" say?

"Wendy7" wrote:

Row C has a range of text values with corresponding dollar amounts in Row D.

I would like to change the color of the text in row C and D if the text in
Row C = "abc"

I have used =$C1="abc" and =$C$1="abc"
and it hasn't worked yet.

I've also tried this if statement
=IF($C1="abc",1,0) and it colors the text two rows below the row containing
text 'abc'.

Any help????

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
custom format or conditional format? Anita Excel Discussion (Misc queries) 1 October 24th 06 06:41 PM
How to create a conditional format that changes the number format tmbo Excel Discussion (Misc queries) 1 August 23rd 06 06:20 AM
Conditional Format - Format Transfer To Chart ju1eshart Excel Discussion (Misc queries) 0 June 1st 06 02:46 PM
copy conditional format to regular format GDC Setting up and Configuration of Excel 3 May 4th 05 09:35 PM
copy conditional format as ACTUAL format Dana Zulager Excel Discussion (Misc queries) 7 December 7th 04 11:02 PM


All times are GMT +1. The time now is 10:34 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"