View Single Post
  #10  
Old June 4th, 2010, 01:42 PM posted to microsoft.public.excel.misc
Jackpot
external usenet poster
 
Posts: 28
Default Conditional Formating

If you are talking about Conditional formatting dont copy paste; select the
entire range before applying CF...OR copy the cell ..select the target range
and rightclickPasteSpecialselect 'Formats' and click OK

If this is not CF ;You can either have a formula or some cell content in a
cell. Cannot have both.


"Going Crazy with excel" wrote:

When I do this, it replaces the contents of the cell. I want just the
formula to drag and paste not the contents of the cell. What am I doing
wrong?

"Jackpot" wrote:

Copy the cell with formulas and paste to the other location...or drag

"Going Crazy with excel" wrote:

I think you are on the right track for what I want to do. How do I copy and
drag, just the formula, to other ranges?

"Jackpot" wrote:

I am not sure I understood your query.

Use relative column referencing after selecting the entire range. Below are
the different reference styles.

A1 Relative referencing. Both column and row will change if you copy or drag
the formula.
$A1 The column reference is fixed and will not change
A$1 The row reference is fixed and will not change.
$A$1 Column and row reference are fixed.

"Going Crazy with excel" wrote:

I have developed a rule for a column of data.
=$ak$7:$ak$11
=$ak$4:$ak$6
I want to repeat this same rule to adjacent columns, AL thru AS.
Then I want to repeat the same rule for the range AK15 AK22 THRU
AS15 AS22.
Is there a way to repeat this same formula without re entering the same
formula throughout the entire workbook?
Any help would be greatly appreciated.