B
Brian
That's for sure! Thanks - that worked.
T. Valko said:Something to consider...
Your file is already "kind of big", >5mb, and it's already exhibiting slow
calculation times. I see all those other columns where you intend to do
calculations and it looks like most of them are going to end up being array
formulas. So, you need to start making things as efficient as possible. With
that in mind:
=IF(SUMIF(Tracks,C3,Finished),MEDIAN(IF(Tracks=C3,Finished)),"-")
array entered