Sarbanes Oxley (SOX) and Excel - YouTube

Channel: The Bean Counter

[5]
in 2002 Sarbanes-Oxley legislation was passed in response to Enron and other
[13]
financial reporting issues that came up in 2001. Most people know at least that
[18]
this legislation increased personal liability that chief financial officers
[23]
can face if they are not more aware of internal controls, but what you may not
[27]
know is that this legislation also addressed Excel data integrity issues.
[32]
For example, one company had an error because of a minus sign being left out
[37]
of an equation that caused an error in the magnitude of 2.6 billion dollars.
[42]
Many errors are within formulas and calculations and the crucial thing to
[48]
learn around this are what can go wrong and decide how you want to go about
[53]
reducing these risks. It might be surprising to you that software systems
[58]
today often do not do all of the number crunching that a company or department
[62]
needs to make financial decisions. Now, if you think about an accounts payable
[66]
system, for example, often those software programs are really good at reducing
[71]
error. When programmers develop software they go through a procedure of defining
[76]
requirements, developing the tool, and then testing it to make sure it works
[80]
properly, given all kinds of business scenarios. However, when we develop Excel
[86]
spreadsheets, we often do not go through all these steps. This is the beauty of
[91]
Excel. We can do ad hoc analysis and reporting fairly quick but this is also
[96]
the incredible risk you can have by not having a disciplined approach to
[101]
development of spreadsheets-especially those that can have a material effect on
[106]
financial statements if the spreadsheet data is wrong when reported. Now it is
[111]
also important to note that a spreadsheet of sale quantities could
[116]
also affect financials even if there are no dollar values in the spreadsheet. If
[120]
you provide any kind of activity data like sales that accountants could
[125]
eventually apply dollars to, your spreadsheet should have controls over it
[130]
to ensure the validity and integrity the data - especially if it's eventually
[135]
reported to external groups. Thus, you have to think about two things in the
[140]
design of spreadsheets that impact your financials. You must think about ways to
[144]
prevent errors and how you can detect errors preventive controls can include
[151]
several different things. One is you want to establish spreadsheet instructions
[155]
and policies. For example, how often will the design be reviewed. Another approach
[161]
you can take is to have version controls any time you go through any changes to
[165]
the spreadsheet so that you have a working old file while you are making a
[170]
new change. This way you have not lost a good functioning file. It is always a
[176]
good idea to test spreadsheets and make sure that data is flowing and
[180]
calculating correctly and any changes should be tracked in a change control
[184]
log and any reviews should be done by someone other than the person who uses
[189]
the spreadsheet. Most often all of this requires solid training for your staff.
[194]
Detective controls are those items that actually affect the design of the
[198]
spreadsheet. You can ask yourself what is the approach we want to take to
[202]
designing spreadsheets? There are basic things you can do that if you train
[206]
users on these important facets of design you can reduce your risk. For
[211]
example, do you have control tools to check data input? Can you keep data input
[216]
separate from formulas? Can you identify constants and only enter them once?
[221]
Password protection is another way to make sure that your data is protected
[225]
and you can password protect the file itself or you can pick which cells to
[230]
protect inside the file. Excel has tools and functions that can assist in
[235]
preparing a solid design approach to spreadsheets things like passwords and
[239]
data validation can be very useful depending on your needs. I will go into
[243]
more detail on some of these in other more detailed videos about how to use
[247]
these in conjunction with preventive and detective controls. Finally at any level
[252]
of the organization, whether you are a manager or not, taking this aspect of
[256]
your work seriously can save embarrassment, possible fines, or even
[260]
prison time. I've seen a few people in my career that could have been named as
[263]
accessories to crimes or should have had knowledge of what was
[267]
happening around them with financial data, so please do learn how you can
[270]
manage Excel to reduce your risk thanks for watching and I look forward to
[274]
sharing more detailed information on excel tools in future videos.
[315]
Thank you