Forum Discussion
Kaloyan Stoyanov
Mar 14, 2018Copper Contributor
Formula to count cell with conditional formatting
Hi,
I have a data table that's mainly with dates. The B column - "Deadline", is with referential dates, and in subsequent columns are the dates to each individual. I'm using conditional forma...
- Mar 14, 2018
Hi Kaloyan,
I'd suggest
=SUMPRODUCT( ISNUMBER([Alexander Phillips])*([Alexander Phillips]>Table1[[Deadline]:[Deadline]]))
With COUNTIFS every second parameter shall be criteria only, without repeating the range
Please see attached
SergeiBaklan
Mar 14, 2018MVP
Hi Kaloyan,
I'd suggest
=SUMPRODUCT( ISNUMBER([Alexander Phillips])*([Alexander Phillips]>Table1[[Deadline]:[Deadline]]))
With COUNTIFS every second parameter shall be criteria only, without repeating the range
Please see attached