Hello!
I have this function:
=SUM(INDEX($C$212:$AM$212,1,MATCH(TRUE,$B$263<C3:AM3,0)):$AM$212)
It should calculate the sum of a range of cells.
That range is defined by the INDEX/MATCH function.
The end of the range is easy, I want it to be $AM$212.
The start of the range is tricky. I want it to be the cell of the range $C$212:$AM$212 where the first cell of the range C3:AM3 is bigger than $B$263.
However, it does not work. It returns N/A. Any idea?
Thanks!
I have this function:
=SUM(INDEX($C$212:$AM$212,1,MATCH(TRUE,$B$263<C3:AM3,0)):$AM$212)
It should calculate the sum of a range of cells.
That range is defined by the INDEX/MATCH function.
The end of the range is easy, I want it to be $AM$212.
The start of the range is tricky. I want it to be the cell of the range $C$212:$AM$212 where the first cell of the range C3:AM3 is bigger than $B$263.
However, it does not work. It returns N/A. Any idea?
Thanks!