Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 82
Default Can you put in anything so rest of row changes colour?

I have used conditional formatting in a certain coloumn so colour changes
depending on input I now need rest of row to change to same colour ??
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,124
Default Can you put in anything so rest of row changes colour?

Either select the row first using the row number indicator at the left or
use the format painter.

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Sara" wrote in message
...
I have used conditional formatting in a certain coloumn so colour changes
depending on input I now need rest of row to change to same colour ??


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,393
Default Can you put in anything so rest of row changes colour?

If I select row 1 to 10; and in Conditional Formatting specify
Formula Is $A1 =1 ; format with a red fill
then the entire row will be red is the cell in column A has value 1
hope this helps; best wishes
--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email

"Sara" wrote in message
...
I have used conditional formatting in a certain coloumn so colour changes
depending on input I now need rest of row to change to same colour ??



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 82
Default Can you put in anything so rest of row changes colour?

Sorry it's a bit more complicated the conditional formatting means that
depending on which date you enter the cell goes red, green or amber - it is
when the date is typed in and the cell chnages colour I want three other
cells on that row to change to that colour - the info in those cells will
already be typed in and does not relate to the colour.

"Sara" wrote:

I have used conditional formatting in a certain coloumn so colour changes
depending on input I now need rest of row to change to same colour ??

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default Can you put in anything so rest of row changes colour?

Use Formula Is, rather than Cell Value Is, and make appropriate choice of
Absolute and Relative addressing, for example Formula is =$A1=42.
--
David Biddulph

"Sara" wrote in message
...
I have used conditional formatting in a certain coloumn so colour changes
depending on input I now need rest of row to change to same colour ??





  #8   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default Can you put in anything so rest of row changes colour?

You're going to have to give us more information than that if you want us to
help you. What conditional formatting conditions do you have in which
cells, what data values do you have in the cells which affect the conditions
you are using, what formatting did it give you, and what did you expect?
Did you read the various replies to your earlier question, and did you try
them?
--
David Biddulph

"Sara" wrote in message
...
Hi

I have looked at this but am unable to work it any ideas??

Thanks for your help.

Sara

"Don Guillett" wrote:


Use the format painter

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Sara" wrote in message
...
Sorry it's a bit more complicated the conditional formatting means that
depending on which date you enter the cell goes red, green or amber -
it
is
when the date is typed in and the cell chnages colour I want three
other
cells on that row to change to that colour - the info in those cells
will
already be typed in and does not relate to the colour.

"Sara" wrote:

I have used conditional formatting in a certain coloumn so colour
changes
depending on input I now need rest of row to change to same colour ??





  #9   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,480
Default Can you put in anything so rest of row changes colour?

Hi Sara

Supposing cell A1 is the cell with the date, and you want to test whether it
is equal to Today().
Supposing B1 is a cell where you set Conditional formatting
In B1 the Formula is =$A1=TODAY()
When 19/02/2008 is type in A1, your cell B1 will change to the require
colour.

Now, select B1double click the Format painter (to make it sticky) then
click on cells D1, H1 etc and press Esc when you have finished.
Cells D1 and H1 will have the same Conditional formatting that you applied
to B1

This will only work, if you have made at least the column Absolute with $A1
not just A1

You can have three conditions applied to cell B1 to give your three colours
dependent upon the cell value, and provided you have "anchored" column A
with the absolute dollar, all three formats will be painted to any other
cell you choose.

--
Regards
Roger Govier

"Sara" wrote in message
...
Sorry it's a bit more complicated the conditional formatting means that
depending on which date you enter the cell goes red, green or amber - it
is
when the date is typed in and the cell chnages colour I want three other
cells on that row to change to that colour - the info in those cells will
already be typed in and does not relate to the colour.

"Sara" wrote:

I have used conditional formatting in a certain coloumn so colour changes
depending on input I now need rest of row to change to same colour ??


  #10   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 82
Default Can you put in anything so rest of row changes colour?

Hi David

Yes I have tried the various replies but have not been able to work any of
them into my document.

Column C has dates written in and depending on the date it changes colour so
red for 10 days past, amber for 5 days past and green for any dates in the
future.

What I would like to do is when the date is typed in I not only want that
cell to change colour I also want four cells, A1, B1, C1(date), D1 to change
to the same colour as C1.

Does that make any more sense??

Thanks

Sara

"David Biddulph" wrote:

You're going to have to give us more information than that if you want us to
help you. What conditional formatting conditions do you have in which
cells, what data values do you have in the cells which affect the conditions
you are using, what formatting did it give you, and what did you expect?
Did you read the various replies to your earlier question, and did you try
them?
--
David Biddulph

"Sara" wrote in message
...
Hi

I have looked at this but am unable to work it any ideas??

Thanks for your help.

Sara

"Don Guillett" wrote:


Use the format painter

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Sara" wrote in message
...
Sorry it's a bit more complicated the conditional formatting means that
depending on which date you enter the cell goes red, green or amber -
it
is
when the date is typed in and the cell chnages colour I want three
other
cells on that row to change to that colour - the info in those cells
will
already be typed in and does not relate to the colour.

"Sara" wrote:

I have used conditional formatting in a certain coloumn so colour
changes
depending on input I now need rest of row to change to same colour ??





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
Loan Amortization with a rest value Boskantertje Excel Discussion (Misc queries) 2 September 15th 07 06:20 PM
How do I save new colour schemes for graphs in the colour template Alison Charts and Charting in Excel 1 July 22nd 06 10:35 PM
change a cell background colour to my own RGB colour requirements Stephen Doughty Excel Discussion (Misc queries) 4 June 16th 06 01:08 PM
Only see name box and formula box where is the rest? vik Excel Discussion (Misc queries) 6 January 17th 06 10:30 PM
Text in Blue colour, but print in black colour wuwu Excel Worksheet Functions 1 November 13th 04 02:36 PM


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