I have an excel table in the form of a calendar. The table shows how much material an "Area" used on any given day. Cell AI16 needs to look at each date, and if any material was used by any Area, count it as a "Day attended".
E.G - In the example in the image linked below, All Areas used material on the 1st, 20th and 21st. Only Area 6 used material on the 26th. Column AI16 should count this as 4 days attended. The countif formula i'm currently using is only counting this as 3.1 days attended due to not all Areas using material on the 26th.
Any help would be hugely appreciated.
=COUNTIF(A1:O1,">0")
this will count within the range where values are more than 0 – Tim