Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Conditional Formatting problem 1

Status
Not open for further replies.

SacreBleu

Structural
Joined
Apr 7, 2005
Messages
427
Location
US
Is the following possible without using VB or macros?

Suppose cell B1 has conditional formatting, such as Cell Value is not equal to cell A1. Now, I need to copy and paste B1 every 10th row, numerous times, down the spreadsheet.

What results, such as in cell B11, the conditional formatting copies as Cell Value is "not equal" to cell A1.
However, I need it to be "not equal" to cell A11 (every value in the A column, A1, A11, A21 will differ).
 
If you look at your conditional formatting dialog box for some reason the cell address gets set to absolute (ie $A$1). Just get rid of the dollar signs before you copy it and Roberta's your aunt.



Cheers

Greg Locock

Please see FAQ731-376 for tips on how to make the best use of Eng-Tips.
 
Greg,
The cell address was actually set (unknown to me) as "A1", not $A$1.
(I have no idea what the significance of the quote marks is)

I then removed the quote marks, and as you already knew, problem solved easily.

thanks!!!
 
The quote marks meant that the A1 was treated as text rather than a formula/cell address.

Ken
 
Thanks Ken, that is useful information.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top