Software Carpentry
Spreadsheets


Introduction


You Can Skip This Lecture If...


First Steps


Entering Data


Formatting Data


Formulas


Replicating Formulas


Built-In Functions


Commonly-Used Functions


Dependencies


Conditionals


Multi-Valued Conditionsl


Lookup Tables


Lookup Table Example


Absolute References


Adjusting The Formula


A Larger Data Set


Creating Charts


Customizing The Display


Creating A Log-Log Chart


Fixing The Error


Analysis


Programming


Summary


Exercises

Exercise 21.1:

Spreadsheets use conditional expressions, rather than conditional statements. C/C++, Java, and Python also support conditional expressions. How are they written? When should you use them? When shouldn't you?

Exercise 21.2:

$B$9 is an absolute reference to the cell B9. What does the expression $B9 refer to? What about B$9? When would you use expressions like these?

Send comments