I am trying to understand a formula that someone else has written and I cannot get it. It works great but I do not know how and I would like to. It looks like this:
=COUNTIFS(INDEX({EDB Full Range}, 0, MATCH([Equipment / Limit Required]@row, {EDB Full Range}, 0)), >[Equipment Max#]@row, {EDBDate}, >=Start@row, {EDBDate}, <=[Last Date]@row)
I understand all of it EXCPET the 0 as the row_index portion of the INDEX formula. I am stumped as there is no 0 row position. How does the 0 come into play; what is it doing? Does the 0 basically say look at all rows? As opposed to a specific row? Or is it looking at column headers? These are just some theories I was playing around with as I could not find an answer.
Thank you!