Business Dictionary

Millennium Software, Inc.


Excel<BR>Templates

Excel
Templates


Management<BR>Tools

Management
Tools


<NOBR>Complete Set<BR>Templates</NOBR>

Complete Set
Templates


PayPal<BR>Ordering

PayPal
Ordering


AdExcel<BR>Hosting

AdExcel
Hosting


Customer<BR>Login

Customer
Login


AdExcel<BR>Login

AdExcel
Login


Dictionary<BR>Login

Dictionary
Login





Topics:

Help:

(You need to be logged in)


Access Dictionary

Log in
to Dictionary


Complete Set
Excel Templates


Store

Download Files


CheckSum

Checksum validates that two values (sum, amount, calculation) contained within a spreadsheet are equal, less than zero or greater than zero, according to choice.

In Windex Financial Ratios the balance sheet spreadsheet uses CheckSum to validate that two sides of the balance sheets are equal, as follows: (Conditional messages are always placed between quotation marks):

=IF(SUM(C75:E75)<>0,"ERRORS!!","NO ERRORS")

The IF command is used to measure variances between two balance sheets and advise the user.

Action notes n the Core Ratios report in Windex 2:

=IF(G16<E16,"WORSE", "OK").

G16 is the return on capital employed from period 1, and E16 is the return on capital employed from period 2.



Dictionary