PureBluff
Board Regular
- Joined
- Apr 4, 2014
- Messages
- 174
- Office Version
- 2016
- Platform
- Windows
- Mobile
I just got sent a spreadsheet, obviously written by someone who doesn't actually use it, with countless vlookups against huge, whole column arrays!
I've shortened all those ranges down and converted to index/match which has obviously helped massively.
Im thinking to change to if(isblank(A1),"",lookup formula)
My train of thought is that the isblank will use less computing power to return true (majority of the lookups) & the more intensive formula (lookup) will only be calculated if cell isn't blank.
Is that correct?
Thanks!
I've shortened all those ranges down and converted to index/match which has obviously helped massively.
Im thinking to change to if(isblank(A1),"",lookup formula)
My train of thought is that the isblank will use less computing power to return true (majority of the lookups) & the more intensive formula (lookup) will only be calculated if cell isn't blank.
Is that correct?
Thanks!