Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi ,
I have a large sheet with multiple array calulculations looking at a large number of rows. Once filtered the the specific user the numer of rows visible is dramatically reduced, but the calculation time is still slow as the hidden rows are also being calculated. Is it posssible to write a macro to calculate only the visible cells (ie. not calculate the hidden rows) Thanks in advance |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
not if the hidden cells are part of the array formula that also include
visible cells alternatively, why don't you use a filter to push the visible data to another sheet then apply the formula to that that data...removing the formula altogether from the 'source'? "bradmcq" wrote: Hi , I have a large sheet with multiple array calulculations looking at a large number of rows. Once filtered the the specific user the numer of rows visible is dramatically reduced, but the calculation time is still slow as the hidden rows are also being calculated. Is it posssible to write a macro to calculate only the visible cells (ie. not calculate the hidden rows) Thanks in advance |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Copy to Visible Cells only;Modify Code | Excel Programming | |||
VBA code for if no visible cells after filter goto next stage | Excel Programming | |||
Calculate visible cells only? | Excel Discussion (Misc queries) | |||
SUMPRODUCT TO CALCULATE VISIBLE CELLS ONLY | Excel Worksheet Functions | |||
Excel Macro Filtered Data in-place: cannot calculate Frequency of Visible Cells | Excel Programming |