Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Can I set a conditional format for a cell which is determined by the data in
a different cell. The cell I want to use as the determining factor has an IF statemtent in it. If the IF statment results in X, I want the cell next to it to have a boarder and no fill so the person filling out the information on line sees he/she needs to type in the box. If the IF statment doesn't result in X, I want the cell to have no boarder and be the same color of the background so the user won't type in there. The only thing I've been able to figure out is formatting a cell based on the data in that same cell! |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Assuming A1 has the IF formula.
Select B1 and FormatConditional FormattingFormula is: =A1="X" Format with the border. Use the format painter to format other cells in a range if need be. Gord Dibben MS Excel MVP On Thu, 14 Aug 2008 08:33:01 -0700, Trixie wrote: Can I set a conditional format for a cell which is determined by the data in a different cell. The cell I want to use as the determining factor has an IF statemtent in it. If the IF statment results in X, I want the cell next to it to have a boarder and no fill so the person filling out the information on line sees he/she needs to type in the box. If the IF statment doesn't result in X, I want the cell to have no boarder and be the same color of the background so the user won't type in there. The only thing I've been able to figure out is formatting a cell based on the data in that same cell! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formatting cells in a column with conditional formatting? | Excel Discussion (Misc queries) | |||
Protect Cell Formatting including Conditional Formatting | Excel Discussion (Misc queries) | |||
conditional Formatting based on cell formatting | Excel Worksheet Functions | |||
conditional Formatting based on cell formatting | Excel Worksheet Functions | |||
Conditional Formatting that will display conditional data | Excel Worksheet Functions |