Hi all,
I have two different formulas that I want to combine. They work separately, but not combined.
Formula one
=COUNTIFS([Roof AHU 1&2 Base Build Supply Fan]:[Roof Lights], "Yellow")
Formula two
=COUNTIF([Date of Plant Check]:[Date of Plant Check], >TODAY(-7))
I want my formula to pick up where the symbol is yellow but only if it's corresponding date is in the last 7days. I get an incorrect argument set message when I combine both
=COUNTIFS([Date of Plant Check]:[Date of Plant Check], >TODAY(-7), [Roof AHU 1&2 Base Build Supply Fan]:[Roof Lights], "Yellow")
This formula is reading 21 columns in total.
Many thanks for your help