I am trying to count the occurrences of a Status column that has the number of "Open", the number of "Closed", and the number of "In Process". I entered the formula to count the number of Open, but it returns #N/A. The format is General and there are a number of Opens but it does not count them.
Any ideas and where this formula is incorrect
=COUNTIF(INDEX(Table_Log[Status],0,MATCH("Status",Table_Log),0),"Open")
Any ideas and where this formula is incorrect
=COUNTIF(INDEX(Table_Log[Status],0,MATCH("Status",Table_Log),0),"Open")