Forum Discussion
How to carry conditional formatting down from row to row
- Apr 24, 2020
Maybe, it's hard to say without seeing the file or at least screenshots. Please check sample file attached, it works.
- RachelEMApr 23, 2020Copper Contributor
One more question, please SergeiBaklan. I would like to again format a column based on another column. When I put a date paid in the other column, I want to highlight my cell to trigger for follow up. Once I put in a yes or n/a in my current cell, I want the highlighting turn turn off. I've tried a number of combinations using If/And combinations with Null/Blank/>0, but nothing I've tried so far is working. Here's my current formula. I'm sure it's something simple to fix it, but I can't quite figure it out. Any help is appreciated!
="IFS($S$3ismm/dd/yy,$V$3Is("yes"OR"n/a"))"
- SergeiBaklanApr 24, 2020Diamond Contributor
- RachelEMApr 24, 2020Copper Contributor
Thanks, SergeiBaklan. Here's my formula: =($S$3>1)*($V$3<>"yes")*($V$3<>"n/a"). This one isn't working this time. Any other ideas? 🙂
- RachelEMApr 23, 2020Copper ContributorAwesome. That worked, thank you very much!