Difference between revisions of "Manuals/calci/Average, AverageA, AverageX Example"
Jump to navigation
Jump to search
(Created page with "<div style="font-size:30px">'''DATA'''</div><br/> {| class="wikitable" |+Spreadsheet |- ! !! A !! B !!C !!D |- ! 1 | ID || Amount || Blank || Boolean || SalesDate ||...") |
|||
Line 1: | Line 1: | ||
− | <div style="font-size:30px">'''DATA'''</div | + | <div style="font-size:30px">'''DATA'''</div> |
{| class="wikitable" | {| class="wikitable" |
Revision as of 18:46, 19 September 2021
DATA
A | B | C | D | |||
---|---|---|---|---|---|---|
1 | ID | Amount | Blank | Boolean | SalesDate | Name |
2 | 1 | TRUE | 29/5/2020 | A | ||
3 | 2 | 1000 | FALSE | B | ||
4 | 3 | 2000 | TRUE | 29/5/2020 | ||
5 | 4 | 1000 | FALSE | 28/5/2020 | C |
=AVERAGE([A1:A5])
AVERAGEA ()
- Parameters are values or range of cells containing values.
- AVERAGEA(), returns the average of its arguments, including numbers, text, and logical values.