Forum Discussion
JenSmith
Jan 16, 2019Copper Contributor
Conditional Formatting with Formulas - Help PLease?! :)
Hi All, I am trying to insert a forumula as part of conditional formatting into a tracker on a spreadsheet to highlight expired dates but only when text in another column meets certain criteria....
- Jan 16, 2019I would highlight B2 to B200 and then apply the following formula
=AND( B2<TODAY(), OR(F2="PENDING", F2="IN QUERY") )
JenSmith
Jan 16, 2019Copper Contributor
Hi Wyn,
Thank you! I have just tried this and it seems to be looking at both columns for the answer now which is great but instead of highlighting just cell 'B1' (if PENDING or IN QUERY is present in F1) it is highlighting the whole of column B. Any ideas of how to adjust so that it only highlights the cell?
Thanks again
Jen
Thank you! I have just tried this and it seems to be looking at both columns for the answer now which is great but instead of highlighting just cell 'B1' (if PENDING or IN QUERY is present in F1) it is highlighting the whole of column B. Any ideas of how to adjust so that it only highlights the cell?
Thanks again
Jen
SergeiBaklan
Jan 16, 2019Diamond Contributor
Perhaps to expand
(B1<TODAY())*(B1>0)
- JenSmithJan 16, 2019Copper ContributorHi Sergei,
Thanks for your input - you'll have to excuse my very basic knowledge of excel formulas, but what result would this formula acheive?
Thanks you
Jen- SergeiBaklanJan 16, 2019Diamond Contributor
It excludes blank cells in column B
- JenSmithJan 16, 2019Copper Contributor
Hi Sergei,
Oh great, thank you. That will make a really useful addition! :)
Thanks,
Jen