Cell=Cell to include formatting

R

rerhart

How can I have a cell equal another cell AND also include the formatting
of the text from that cell, like Bold, Color, etc?

For example, this formula on Sheet2 DOES show the data from Sheet1, but
NOT the formatting:

=Sheet1!B3

Thanks!
 
C

Chip Pearson

A formula cannot change any formatting. It can only return a
single value to the cell. You might be able to use Conditional
Formatting from the Format menu to accomplish what you want.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com


"rerhart" <[email protected]>
wrote in message
news:[email protected]...
 
G

Gord Dibben

Formulas return values only.

Formatting is a seperate step using Paintbrush or manually.


Gord Dibben MS Excel MVP
 
Top