I am trying to use a count if function that will count -1 where it exists in each row.
The problem is, i may sometimes have 1, 2 or 3 instances of -1 in any one row. However, i only want to count the first instance of -1 for each row?
=COUNTIF(G11:AK500,"-1")
Please can someone show me how to do this?
Thanks in advance