Hi Ninjas,
I'm working with 180k rows of data. Sometimes the formula below returns the correct result while other times it returns a #REF!. The data is fine, but perhaps there is too much?
Is there a better way to write this formula that will provide reliable results? I've attached a sample.
Thank you
I'm working with 180k rows of data. Sometimes the formula below returns the correct result while other times it returns a #REF!. The data is fine, but perhaps there is too much?
Code:
{=IF($A70<>81,"",(IF(H70="OPEN","",INDIRECT("A"&MIN(IF($C2:$C70>$B70,ROW($C2:$C70),MAX($C2:$C70)))))))}
Is there a better way to write this formula that will provide reliable results? I've attached a sample.
Thank you