Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I know how to conditionally format based on the value within a cell.
Unfortunately, the formatting only affects the cell that is the subject of the condition. In other words,the formatting of Cell A1 is conditional on the value of Cell A1. But is it possible to format cell B1 based on the value in cell A1? For example, if the value of Cell A1 is = 100, then I would like Cell B1 to show a format of a red background (just a random example). Thanks in advance! |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Yes, this is possible.
Put this in the conditional format of cell B1: =$A$1=100 Ensure that when you do so condition 1 says "Formula Is" and not "Cell Value Is". "Jim J." wrote: I know how to conditionally format based on the value within a cell. Unfortunately, the formatting only affects the cell that is the subject of the condition. In other words,the formatting of Cell A1 is conditional on the value of Cell A1. But is it possible to format cell B1 based on the value in cell A1? For example, if the value of Cell A1 is = 100, then I would like Cell B1 to show a format of a red background (just a random example). Thanks in advance! |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
assuming that you would want to format the entire column or more than just
one cell in column B think you would want to use =$A1=100 and formatting an entire column wither cell formats or conditional formatting should be more efficient than formatting a lot of cells individually. More on Conditional Formatting http://www.mvps.org/dmcritchie/excel/condfmt.htm -- --- HTH, David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001] My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm Search Page: http://www.mvps.org/dmcritchie/excel/search.htm "William Horton" wrote ... Yes, this is possible. Put this in the conditional format of cell B1: =$A$1=100 Ensure that when you do so condition 1 says "Formula Is" and not "Cell Value Is". |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Why won't my conditional formatting display in the cell | Excel Discussion (Misc queries) | |||
conditional formatting for row given conditino in cell | Excel Worksheet Functions | |||
Conditional Formatting using result of Cell Formulas | Excel Discussion (Misc queries) | |||
Conditional formatting not available in Excel | Excel Discussion (Misc queries) | |||
conditional formatting blank cell | Excel Discussion (Misc queries) |