Forum Discussion
MaxH
Nov 01, 2023Copper Contributor
Conditional Formatting of Full Row Based on Data in One Cell Troubleshooting
Hey all! I'm building a basic spreadsheet where I want the full row to be formatted based on a single cell. I can get the cell itself to format with the formula I'm using, but once I try to "Appl...
- Nov 01, 2023
HansVogelaar
Nov 01, 2023MVP
Why did you use $E1>TODAY()+30 instead of $E1<TODAY()+30 ?
MaxH
Nov 02, 2023Copper Contributor
Sorry about that, my mistake.
When I enter "=AND($E1>0, $E1<TODAY()+30)", this is what happens:
- HansVogelaarNov 02, 2023MVP
That is what you asked for. If you want something else, please explain.
- MaxHNov 13, 2023Copper Contributor
In the above photo, the row starting with the word "Shucked" is highlighted even though it doesn't fit the criteria of "=AND($E1>0, $E1<TODAY()+30)"
- HansVogelaarNov 13, 2023MVP
E5 contains 14-Jan-23. That is >0 and <13-Dec-23 (TODAY()+30).
So I don't understand your remark.