click below
click below
Normal Size Small Size show me how
Calc functions
| Question | Answer |
|---|---|
| Returns the number of days of the month in which the date entered occurs. | DAYSINMONTH |
| Returns the integer portion of a division | QUOTIENT |
| Returns a value if a condition is met or another if the condition is not met. | IF |
| Count how many numbers are in the list of arguments. | COUNT |
| Returns the most common value in a sample. | MODE |
| Returns the sum of all arguments | SUM |
| Returns the number of days of the year in which the date entered occurs | DAYSINYEAR |
| Returns the maximum value in a list of arguments | MAX |
| Counts how many values are in the list of arguments | COUNTA |
| Determines the sequential date of the month as an integer (1-31) in relation to the date value. | DAY |
| Calculates the remainder of a division | MOD |
| Count the arguments which meet the set conditions and they are not empty. | COUNTIF |
| Returns the minimum value in a list of arguments | MIN |
| Returns the year of a date value as an integer. | YEAR |
| Calculates the date of the Easter Sunday in a given year | EASTERSUNDAY |
| Rounds a number to a predefined accurancy | ROUND |
| Returns the average of all arguments | AVERAGE |
| Menu where you can find automatic formatting | FORMAT |
| Calculates the number of days between two dates | DAYS |
| Format menu option to change the number format | CELLS |
| It totals the arguments which meet the conditions. | SUMIF |
| This function allows you to search a table which is set up vertically. | VLOOKUP |
| This function allows you to search a table which is set up horizontally. | HLOOKUP |
| Returns the central value of a sample where the numbers are ordered from highest to lowest or from lowest to highest. | MEDIAN |
| Determines the current time of the computer. | NOW |
| Determines the sequential number of a month of the year (1-12) for the date value. | MONTH |
| Returns the day of the week for the date value as an integer (1-7) | WEEKDAY |
| Calculates the number of years in a specific period | YEARS |
| Calculates the number of months between two dates | MONTHS |
| Calculates the number of weeks between two dates | WEEKS |