Hey guys :
Looking for any advice\references regarding same. Here's the deal, internal audit came in with a "Sarbanes-Oxley' Excel spreadsheet requirements.
One of the most restrict requirements is that no formula can included a "literal value" - hard-coded number (for example |
= if(isna(VLOOKUP(A1,abc,F$1,FALSE)),0, VLOOKUP(A1,abc,F$1,FALSE)) s/b
= if(isna(VLOOKUP(A1,abc,F$1,FALSE)),$A$1, VLOOKUP(A1,abc,F$1,FALSE)) where A1 = 0
This is killing my memory\file size. Anybody know of a cost\benefit analysis where a reference cell is better is than a hardcoded number. or vice versa ?
Thxs