Hi,
I have 190,000 rows of data and I want to run one formula down to the bottom and run a pivot table off the frequency of the outcomes.
The formula below is put into column H.
IFERROR(IF(B31=$I$1,MAX(D2:D31),"")-IF(B31=$I$1,MIN(E2:E31),""),"")
Column B is Time formatted to text. Column D are High values, column E are low values. What I'm wanting to know is the range of the prior 30 rows (max value in D - min value in E).
The problem is that there seems to be too many rows for the formula to be filled down to the bottom and my computer can't hack it. Is there any way I can do this in VBA so the task in manageable by my PC?
Thanks
I have 190,000 rows of data and I want to run one formula down to the bottom and run a pivot table off the frequency of the outcomes.
The formula below is put into column H.
IFERROR(IF(B31=$I$1,MAX(D2:D31),"")-IF(B31=$I$1,MIN(E2:E31),""),"")
Column B is Time formatted to text. Column D are High values, column E are low values. What I'm wanting to know is the range of the prior 30 rows (max value in D - min value in E).
The problem is that there seems to be too many rows for the formula to be filled down to the bottom and my computer can't hack it. Is there any way I can do this in VBA so the task in manageable by my PC?
Thanks