How to use functions in a spreadsheet

Опубликовано: 15 Октябрь 2024
на канале: Robobunnyattack!
3,299
14

http://courses.robobunnyattack.com/co...

Now that we know how to write a formula, let's learn about functions!

When adding up a column of numbers, you could write something like:

=B1+B2+B3+B4

...but that's not a very elegant solution. What if you had hundreds of rows to add up? Not very practical!

This is where functions come in handy.

Functions also start with the "=" symbol, and they have a name. Some common function names are SUM, MAX, and AVERAGE. The basic syntax for functions looks like this:

=NAME(????)

In the example above, "NAME" is just the name of the function. The ????? part might be a number, a cell name, a range of cells, or a series of values separated by commas.

HINT: Don't put any spaces before or after the NAME part!

A commonly used function is the SUM function. It just "sums up" all the numbers inside a range. So the following function:

=SUM(B1:B5)

...will add up ALL the numbers between B1 and B5 inclusive. Super handy, right?

In fact, the SUM function is so handy that most spreadsheet programs have a shortcut button for it. Look for a button with the Σ symbol on it (this letter is called "Sigma" - it's the eighteenth letter of the Greek alphabet).

*****

This is a sample lesson from the online course "Step-by-step Spreadsheets for Absolute Beginners". Learn to use Microsoft Excel, LibreOffice or any other spreadsheet software program. Manage your data with confidence! Enroll today at: http://courses.robobunnyattack.com/co...

Looking for friendly, practical, jargon-free technology training? Visit my website at: http://learn.robobunnyattack.com

Thanks for watching!
Kathleen, [email protected]