I have an array formula in a sheet, which looks through a table of data to find the MAX value from this data, if a serial number matches a serial number for that particular site.
The formula itself works absolutely fine and returns the correct value. The problem I have having is when I try and copy it for all the sites in on the sheet (241 in total). If I copy it one at a time it works fine, it I try and copy more than that, then the whole PC hangs, not just Excel, windows crashes. I have an I5 Sony Vaio with 8gb RAM, it pushes the use to 7.91gb then Windows freezes completely and I have to turn off and back on again.
Its looking through a lot of data for the values I appreciate, but it shouldn't be crashing out like this, when I copy only one cell it does it fine, only when I try and copy more than one at a time, and the resources don't spike when I copy only 1.
Anyone have any idea's on what could be causing this?
Formula is - {=IF(A9="","",MAX(IF(Readings!F:F=F9,Readings!H:BC)))}
The formula itself works absolutely fine and returns the correct value. The problem I have having is when I try and copy it for all the sites in on the sheet (241 in total). If I copy it one at a time it works fine, it I try and copy more than that, then the whole PC hangs, not just Excel, windows crashes. I have an I5 Sony Vaio with 8gb RAM, it pushes the use to 7.91gb then Windows freezes completely and I have to turn off and back on again.
Its looking through a lot of data for the values I appreciate, but it shouldn't be crashing out like this, when I copy only one cell it does it fine, only when I try and copy more than one at a time, and the resources don't spike when I copy only 1.
Anyone have any idea's on what could be causing this?
Formula is - {=IF(A9="","",MAX(IF(Readings!F:F=F9,Readings!H:BC)))}