Forum Discussion

Mspooner87's avatar
Mspooner87
Copper Contributor
Feb 06, 2024
Solved

Conditional Formatting based on another cell value

Hello! I'm working on a spreadsheet for work and would like to format a column to say "Already Done" if the value in a Cell on that line has an X or something similar. Help!
  • HansVogelaar's avatar
    HansVogelaar
    Feb 06, 2024

    Mspooner87 

    Use a simple formula instead of conditional formatting:

     

    =IF(COUNTIF(E2:K2, "X"), "Already Done!", "")

     

    Fill down.

Resources