TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

OFFSET Formula for Scenario Analysis

16 pointsby jasonnchannabout 3 years ago

1 comment

rahimnathwaniabout 3 years ago
Avoid OFFSET and other volatile[0] functions in Excel. Use things like INDEX instead.<p>[0] Volatile functions are those whose value can be affected by a large number of other cells, and Excel doesn&#x27;t know which cells until it evaluates the function. So whenever <i>any</i> cell&#x27;s value changes, <i>all</i> volatile functions must be recomputed. This can cause a ripple effect, too, making your spreadsheet grind to a halt or take hours to become responsive.