Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default How do I copy a conditional format?

I need to copy a Conditional Format where the "condition" compares two
cells on a row. When I use the Paste Format function, all references
point to the original comparative cell instead of the relative cell
by row. The spreadsheet is quite large and is updated daily. Any
hints? ~ Barbara

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default How do I copy a conditional format?

Presumably the CF formula has an absolute reference in it. Change that to
relative before copying and pasting.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"bgpip - ExcelForums.com" wrote
in message ...
I need to copy a Conditional Format where the "condition" compares two
cells on a row. When I use the Paste Format function, all references
point to the original comparative cell instead of the relative cell
by row. The spreadsheet is quite large and is updated daily. Any
hints? ~ Barbara



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,979
Default How do I copy a conditional format?

The original conditional formatting formula may look like this:

=$B$2$D$2

If you want to use this formatting in a different row, remove the $
signs from in front of the row numbers.

=$B2$D2

That will change the absolute references (always refer to row 2), to
relative references (refer to the current row).

You can leave the $ signs in front of the column letters, assuming that
you want it to check specific columns.

bgpip - ExcelForums.com wrote:
I need to copy a Conditional Format where the "condition" compares two
cells on a row. When I use the Paste Format function, all references
point to the original comparative cell instead of the relative cell
by row. The spreadsheet is quite large and is updated daily. Any
hints? ~ Barbara



--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html

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
copy conditional format without using format painter MsConfused Excel Worksheet Functions 2 May 4th 09 07:16 AM
Copy conditional format dodgers32 Excel Discussion (Misc queries) 2 December 11th 07 07:16 PM
Conditional format won't copy MarkT Excel Discussion (Misc queries) 8 November 20th 06 07:21 PM
copy conditional format to regular format GDC Setting up and Configuration of Excel 3 May 4th 05 09:35 PM
copy conditional format as ACTUAL format Dana Zulager Excel Discussion (Misc queries) 7 December 7th 04 11:02 PM


All times are GMT +1. The time now is 07:05 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"