View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Sheeloo[_3_] Sheeloo[_3_] is offline
external usenet poster
 
Posts: 1,805
Default How do I Reference another cell's content including its format

When you reference another cell through a formula formatting does not pass
through

So if B1 contains 10 and is yellow then A1 having
=B1 formula will get 10 but not the formatting.

"Brian D" wrote:

Im trying to reference a cell's content including it's format in a different
cell. I cannot seem to figure out how to reference a cell format or its
color. Example: I have a cell with a number and the cell is yellow. I
refernce this cell on another sheet within the workbook and I can see the
number but the cell is white not yellow.