Forum Discussion

Noortje Vollenberg's avatar
Noortje Vollenberg
Copper Contributor
Jun 06, 2019
Solved

Conditional formatting with custom formula: revenue value in last three months

Hi!   I've got a custom formula for conditional formatting I'd like some help with. This URL holds a copy example of my original file: https://docs.google.com/spreadsheets/d/1wp3AMnlZr0hgRBLbQlMBgH...
  • SergeiBaklan's avatar
    SergeiBaklan
    Jun 12, 2019

    Noortje Vollenberg , formula rule could be

    =((SUMPRODUCT( (($U$1:$AF$1<EOMONTH(TODAY(),-1))*($U$1:$AF$1>EOMONTH(TODAY(),-4)))*$U2:$AF2)<350)+(SUMPRODUCT( (($U$1:$AF$1<EOMONTH(TODAY(),-1))*($U$1:$AF$1>EOMONTH(TODAY(),-4)))*($U2:$AF2<200))=3))*(U$1<EOMONTH(TODAY(),-1))*(U$1>EOMONTH(TODAY(),-4))

    Please check attached

     

Resources