Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 334
Default How do i copy a colored cell to another cell using a formula

i am trying to set up a formula to copy a colored empty cell to another cell
and have the color show but nothing else
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,939
Default How do i copy a colored cell to another cell using a formula

Formulas only deal with the values in the cells and not the fomratting of the
cell. Additionally formulas return values and not formats... The only
solution is to use relatively sophisticated (could not record it no matter
how hard you tried) macros...
--
HTH...

Jim Thomlinson


"rick" wrote:

i am trying to set up a formula to copy a colored empty cell to another cell
and have the color show but nothing else

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default How do i copy a colored cell to another cell using a formula

The way you have phrased this is misleading, and what Jim has said is
correct.

However, if you had asked how you can colour a cell if both it and
another cell is empty, then people would be suggesting conditional
formatting to you.

So, suppose the coloured empty cell you mention first is A1 and the
other cell that you want to "copy" this to if empty is G1. Select G1
and click on Format | Conditional Formatting, and then select Formula
Is rather than Cell Value Is in the first box, and enter this formula
in the next box:

=AND(G1="",A1="")

Click on the Format button and select the Patterns tab (for background
colour) and choose the colour you wish. Click on OK twice to exit the
dialogue box, and then you shoudl have the effect you require - enter
something into either A1 or G1 (or both) and G1 will remain un-
coloured. However, if both A1 and G1 are empty then G1 will be
coloured.

Hope this helps.

Pete

On Sep 2, 11:04*pm, rick wrote:
i am trying to set up a formula to copy a colored empty cell to another cell
and have the color show but nothing else


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
counting colored cell Joyce Excel Discussion (Misc queries) 2 June 28th 08 12:55 AM
how to filter through a colored cell which has no value??? Hus Excel Discussion (Misc queries) 3 August 5th 07 01:26 AM
filter by colored cell? tina Excel Worksheet Functions 3 February 12th 07 10:34 PM
Copy exact value from one cell to new formula in another cell asg2307 Excel Discussion (Misc queries) 2 February 6th 06 09:33 PM
get a colored text in one cell to appear the same way in others anton Excel Discussion (Misc queries) 3 July 28th 05 06:25 PM


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