Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am using conditional formatting to format a range of 5 cells across a
single row based on comparing the value of the contents of the leftmost cell in the range to a fixed cell outside of the range. How can I copy this to other ranges without changing the formula to compare to the wrong fixed cell location? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Do you mean to say that the fixed cell is same for all rows?
If the first cell is A1 and fixed cell is (say) Z1 and test is equality then use this while formatting the cells in the first row =$A1=$Z$1 and paste format on other rows... This will change $A1 to $A2 for other rows (but still compare with A1 for other cells in the same row) but still compare with Z1 due to the absolute reference. "ala4900" wrote: I am using conditional formatting to format a range of 5 cells across a single row based on comparing the value of the contents of the leftmost cell in the range to a fixed cell outside of the range. How can I copy this to other ranges without changing the formula to compare to the wrong fixed cell location? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks for the reply.
I follow the concept, but when I try to alter the formula in the "manage rules" section of the "Conditional Formatting" dropdown, it keeps reverting back to fixed positions ($C$211=$G$209) in the "apply format if" box. I want to the formula to be C211=$G$209. I also need to do the same thing to the apply to box. "Sheeloo" wrote: Do you mean to say that the fixed cell is same for all rows? If the first cell is A1 and fixed cell is (say) Z1 and test is equality then use this while formatting the cells in the first row =$A1=$Z$1 and paste format on other rows... This will change $A1 to $A2 for other rows (but still compare with A1 for other cells in the same row) but still compare with Z1 due to the absolute reference. "ala4900" wrote: I am using conditional formatting to format a range of 5 cells across a single row based on comparing the value of the contents of the leftmost cell in the range to a fixed cell outside of the range. How can I copy this to other ranges without changing the formula to compare to the wrong fixed cell location? |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Apply it to one cell first and then paint the format to other cells...
Also, I think, you are missing the first = sign FORMULA IS should contain =C211=$G$209 Apply to is a range so absolute reference is OK... "ala4900" wrote: Thanks for the reply. I follow the concept, but when I try to alter the formula in the "manage rules" section of the "Conditional Formatting" dropdown, it keeps reverting back to fixed positions ($C$211=$G$209) in the "apply format if" box. I want to the formula to be C211=$G$209. I also need to do the same thing to the apply to box. "Sheeloo" wrote: Do you mean to say that the fixed cell is same for all rows? If the first cell is A1 and fixed cell is (say) Z1 and test is equality then use this while formatting the cells in the first row =$A1=$Z$1 and paste format on other rows... This will change $A1 to $A2 for other rows (but still compare with A1 for other cells in the same row) but still compare with Z1 due to the absolute reference. "ala4900" wrote: I am using conditional formatting to format a range of 5 cells across a single row based on comparing the value of the contents of the leftmost cell in the range to a fixed cell outside of the range. How can I copy this to other ranges without changing the formula to compare to the wrong fixed cell location? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
copying conditional formatting | Excel Discussion (Misc queries) | |||
Copying Conditional Formatting | New Users to Excel | |||
Copying conditional formatting...HELP PLEASE!!!! | Excel Worksheet Functions | |||
Copying Conditional Formatting | Excel Discussion (Misc queries) | |||
copying conditional formatting | Excel Worksheet Functions |