Sunny54321
New Member
- Joined
- Mar 26, 2014
- Messages
- 22
I have a large table of data that spans 24 columns and 18K of rows. I want to have an output that scans the mass data and returns 24 columns of only 365 rows (1 year or maybe 2). That will further be processed into a few rows calculating Std Dev, Median, Mean, Percentile, etc.
In terms of efficiency, is it better to have every cell of the 24x365 use a semi complicated formula or is it more efficient to put the "core" of the formula in a "NAMES" and use that Names reference into each cell (thereby having a smaller text length to the formula)?
I want to increase processing speed and reduce file size.
Any input is welcome.
Thanks,
Sunny
In terms of efficiency, is it better to have every cell of the 24x365 use a semi complicated formula or is it more efficient to put the "core" of the formula in a "NAMES" and use that Names reference into each cell (thereby having a smaller text length to the formula)?
I want to increase processing speed and reduce file size.
Any input is welcome.
Thanks,
Sunny