Forum Discussion

James Cook's avatar
James Cook
Copper Contributor
Mar 29, 2018
Solved

conditional formatting formula help please

I need some assistance trying to figure out how to do a conditional formatting based on a partial string of information in a cell.       This is an image of what I'm working on. I'd like...
  • Jamil's avatar
    Mar 29, 2018

    you need to setup your conditional formatting using this formula in the criteria

     

    so simply select the column lets say column A and then go to conditional formatting and put this below formula.

     

    =((RIGHT(A1,LEN(A1)-FIND("/",A1,1)))+0)>0.96

     

    please download and open the attached example which I uploaded here.

     

     

Resources