Deck 2: Introduction to Electronic Spreadsheets
Question
Question
Question
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/3
Play
Full screen (f)
Deck 2: Introduction to Electronic Spreadsheets
Give two benefits of using spreadsheets in doing financial analysis.
Compared to manual calculations, spreadsheets are 1) faster for performing calculations; 2) less likely to have a computational error; 3) recompute changes faster and more accurately.
Suppose you wanted to add together the numbers in cells A1, A2, and A3. Write three versions of the Excel formula you would type to perform this calculation.
=SUM(A1, A2, A3) or =A1+A2+A3 or =SUM(A1:A3)
If you typed the following formula into Excel, what number would it generate?
=(15/3)+5*(6/2)
=(15/3)+5*(6/2)
Excel would first divide the (15/3) and (6/2), then multiply the (6/2) by 5, and then add this with the (15/3), or
=5 + 5 × 3 = 20
=5 + 5 × 3 = 20