Forum Discussion

Kevin Peres's avatar
Kevin Peres
Copper Contributor
Sep 04, 2018
Solved

Conditional Formatting return blank if cell blank

Hello, Thank you for taking the time to read this post.   I have 2 If formulas that I am having a heck of a time with.   What I want is for the cell to be blank if the <= or <= is blank.  As it i...
  • Philip West's avatar
    Sep 04, 2018

    like this? =IF(ISBLANK(J13),"",IF(SMALL(F13:G13,1)>=J13,"Pass","Fail"))

Resources