Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
counting colored cell | Excel Discussion (Misc queries) | |||
how to filter through a colored cell which has no value??? | Excel Discussion (Misc queries) | |||
filter by colored cell? | Excel Worksheet Functions | |||
Copy exact value from one cell to new formula in another cell | Excel Discussion (Misc queries) | |||
get a colored text in one cell to appear the same way in others | Excel Discussion (Misc queries) |