Forum Discussion

MSegas's avatar
MSegas
Copper Contributor
Mar 23, 2022
Solved

Multiple Conditional Formatting based on MONTH()

Hi, I am trying to create a conditional formatting that will create unique color for each month on Column C.   Column A is the DATE value in short format Column B sets the YEAR based on calculatio...
  • HansVogelaar's avatar
    Mar 23, 2022

    MSegas 

    Try this formula in C2 and fill down.

    =DATE(2000,IF(A2>=DATE(YEAR(A2),10,15),1,MONTH(A2)+1),1)

    Apply a standard color scale.

Resources