LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Twitty Kitty
 
Posts: n/a
Default How can I copy cell formats in functions?

Is it possible to copy the format of a cell from one worksheet to another
within a statement? for example if I want to copy the formatting of the text
in cell Go!B1 when Cell Go!A1 is null I know I can check for the condition
using:

If(Go!A1="",Go!B1,Go!A1)

This statement will put the text of either Go!A1 or Go!B1 into the selected
cell depending on if cell Go!A1 is empty or not. If it is empty, then this
is a header row and the text is in B1 so I want to copy that text (and its
formatting if possible) to the summary sheet.

The Summary sheet is dynamic so the rows can change, which is why I want to
link the data rows via statements rather than hardcoding them.

Is there any way to include the formatting of the text in the "copy" process
of the statement when the cell being copied is the header?

Any and all help and ideas are appreciated!
--
Searching for Enlightenment
 
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
copy combobox - cell link to change automatically Bojana Excel Worksheet Functions 1 June 8th 05 02:35 PM
Maximum Number of Cell Formats Jim Allen Excel Discussion (Misc queries) 4 April 19th 05 07:07 PM
Changing Cell formats to date fields automatically PCLIVE Excel Worksheet Functions 3 April 12th 05 10:34 PM
up to 7 functions? ALex Excel Worksheet Functions 10 April 12th 05 06:42 PM
How do you copy a cell formula down a column without displaying n. Coddie Excel Worksheet Functions 4 January 18th 05 02:31 PM


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