MEUserII
Board Regular
- Joined
- Oct 27, 2017
- Messages
- 91
- Office Version
- 365
- 2021
- 2019
- 2016
- 2013
- Platform
- Windows
I would like to know if it's possible to store a conditional formatting formula in a cell/cells on the spreadsheet, and still have it work?
For example, consider the cells:
[TABLE="width: 250"]
<tbody>[TR]
[TD="align: center"][/TD]
[TD="align: center"]Column A[/TD]
[TD="align: center"]Column B[/TD]
[/TR]
[TR]
[TD="align: center"]Row 1[/TD]
[TD="align: center"]1[/TD]
[TD="align: center"]A[/TD]
[/TR]
[TR]
[TD="align: center"]Row 2[/TD]
[TD="align: center"]B[/TD]
[TD="align: center"]2[/TD]
[/TR]
[TR]
[TD="align: center"]Row 3[/TD]
[TD="align: center"]3[/TD]
[TD="align: center"]C[/TD]
[/TR]
[TR]
[TD="align: center"]Row 4[/TD]
[TD="align: center"]D[/TD]
[TD="align: center"]4[/TD]
[/TR]
</tbody>[/TABLE]
If the formula:=ISNUMBER(A1) is entered with condition: fill - yellow as a conditional formatting formula where the range in the conditional formatting rule is set to A1:B4 then the effect will be the following fill effect (fill effect denoted in brackets).
[TABLE="width: 250"]
<tbody>[TR]
[TD="align: center"][/TD]
[TD="align: center"]Column A[/TD]
[TD="align: center"]Column B[/TD]
[/TR]
[TR]
[TD="align: center"]Row 1[/TD]
[TD="align: center"][YELLOW][/TD]
[TD="align: center"][NO COLOR][/TD]
[/TR]
[TR]
[TD="align: center"]Row 2[/TD]
[TD="align: center"][NO COLOR][/TD]
[TD="align: center"][YELLOW][/TD]
[/TR]
[TR]
[TD="align: center"]Row 3[/TD]
[TD="align: center"][YELLOW][/TD]
[TD="align: center"][NO COLOR][/TD]
[/TR]
[TR]
[TD="align: center"]Row 4[/TD]
[TD="align: center"][NO COLOR][/TD]
[TD="align: center"][YELLOW][/TD]
[/TR]
</tbody>[/TABLE]
However, this requires that the conditional formatting formula is stored in the Conditional Formatting Rules Manager, so the question is this: is there a way to have this conditional formatting formula stored on the spreadsheet in some cell or cells, and still have the conditional formatting effect (fill yellow) of the conditional formatting formula work for range A1:B4 without being directly stored in the Conditional Formatting Rules Manager?
For example, consider the cells:
[TABLE="width: 250"]
<tbody>[TR]
[TD="align: center"][/TD]
[TD="align: center"]Column A[/TD]
[TD="align: center"]Column B[/TD]
[/TR]
[TR]
[TD="align: center"]Row 1[/TD]
[TD="align: center"]1[/TD]
[TD="align: center"]A[/TD]
[/TR]
[TR]
[TD="align: center"]Row 2[/TD]
[TD="align: center"]B[/TD]
[TD="align: center"]2[/TD]
[/TR]
[TR]
[TD="align: center"]Row 3[/TD]
[TD="align: center"]3[/TD]
[TD="align: center"]C[/TD]
[/TR]
[TR]
[TD="align: center"]Row 4[/TD]
[TD="align: center"]D[/TD]
[TD="align: center"]4[/TD]
[/TR]
</tbody>[/TABLE]
If the formula:=ISNUMBER(A1) is entered with condition: fill - yellow as a conditional formatting formula where the range in the conditional formatting rule is set to A1:B4 then the effect will be the following fill effect (fill effect denoted in brackets).
[TABLE="width: 250"]
<tbody>[TR]
[TD="align: center"][/TD]
[TD="align: center"]Column A[/TD]
[TD="align: center"]Column B[/TD]
[/TR]
[TR]
[TD="align: center"]Row 1[/TD]
[TD="align: center"][YELLOW][/TD]
[TD="align: center"][NO COLOR][/TD]
[/TR]
[TR]
[TD="align: center"]Row 2[/TD]
[TD="align: center"][NO COLOR][/TD]
[TD="align: center"][YELLOW][/TD]
[/TR]
[TR]
[TD="align: center"]Row 3[/TD]
[TD="align: center"][YELLOW][/TD]
[TD="align: center"][NO COLOR][/TD]
[/TR]
[TR]
[TD="align: center"]Row 4[/TD]
[TD="align: center"][NO COLOR][/TD]
[TD="align: center"][YELLOW][/TD]
[/TR]
</tbody>[/TABLE]
However, this requires that the conditional formatting formula is stored in the Conditional Formatting Rules Manager, so the question is this: is there a way to have this conditional formatting formula stored on the spreadsheet in some cell or cells, and still have the conditional formatting effect (fill yellow) of the conditional formatting formula work for range A1:B4 without being directly stored in the Conditional Formatting Rules Manager?