Forum Discussion

bailteacher's avatar
bailteacher
Copper Contributor
Apr 18, 2021
Solved

autofill colors based on even or odd numbers

I'm attempting to create a table of names, addresses, ph #'s and email addresses for the courts in Colorado. There are 64 counties and only 22 judicial districts. What I want to show is one color f...
  • HansVogelaar's avatar
    HansVogelaar
    Apr 20, 2021

    bailteacher 

    Do you use comma as decimal separator? If so, the formula should be

     

    =AND($C2<>"";ISEVEN($C2))

Resources