Tagged Questions
1
vote
2answers
85 views
How to measure Excel Calculation times
For example how could I find what formula is faster?
=SUMPRODUCT((Data!D:D="RC Corp")*(Data!AD:AD="Expected Allowances / Provisions"))
Vs
=COUNTIFS(Data!D:D,"RC Corp",Data!AD:AD,"Expected ...
1
vote
3answers
105 views
MS Excel: how can I make Max() more efficient?
I have a set of data that looks like this:
ID Value MaxByID
0 32 80
0 80 80
0 4 80
0 68 80
0 6 80
1 32 68
1 54 68
1 56 68
1 68 68
1 44 68
2 ...