Forum Discussion
Derek-Ude
Jul 24, 2020Copper Contributor
Conditional Formatting Issue on Table Office 365
Hello, I am trying to use this formula for conditional formatting on a particular column in a table but whenever I try to paste the formula into the conditional formatting rule it gives me the e...
- Jul 24, 2020
Conditional formatting doesn't work with structured references directly The workaround is to use INDIRECT() like
=AND(INDIRECT("Table1[@[Batch Lot]]")="",INDIRECT("Table1[@[Delivery Date]]")-TODAY()<14)
Derek-Ude
Jul 24, 2020Copper Contributor
SergeiBaklan Thank you, that worked perfectly!
SergeiBaklan
Jul 24, 2020Diamond Contributor
Derek-Ude , you are welcome