Niraj Baraili
Member
Hi Experts,
I have id no in col A, time interval in col b. Based on time interval, i have to give rank for which i have used formula as below:
=SUMPRODUCT(--(A:A=A2)*(B2>B:B))+1
Since i have huge amount of data which makes the file very slow. Is there any alternative or VBA code which perform the above task without slowing down the system.
Also, just wondering can we use the Scripting.Dictionary concept ? if yes, how ?
I have id no in col A, time interval in col b. Based on time interval, i have to give rank for which i have used formula as below:
=SUMPRODUCT(--(A:A=A2)*(B2>B:B))+1
Since i have huge amount of data which makes the file very slow. Is there any alternative or VBA code which perform the above task without slowing down the system.
Also, just wondering can we use the Scripting.Dictionary concept ? if yes, how ?