50 ๐จ๐ ๐ญ๐ก๐ ๐ฆ๐จ๐ฌ๐ญ ๐ข๐ฆ๐ฉ๐จ๐ซ๐ญ๐๐ง๐ญ ๐๐ฑ๐๐๐ฅ ๐๐จ๐ซ๐ฆ๐ฎ๐ฅ๐๐ฌ ๐ญ๐ก๐๐ญ ๐๐๐ง ๐ก๐๐ฅ๐ฉ ๐ฒ๐จ๐ฎ ๐ฉ๐๐ซ๐๐จ๐ซ๐ฆ ๐ฏ๐๐ซ๐ข๐จ๐ฎ๐ฌ ๐ญ๐๐ฌ๐ค๐ฌ ๐๐๐๐ข๐๐ข๐๐ง๐ญ๐ฅ๐ฒ.
S๐๐: Adds up numbers in a range.
๐๐๐๐๐๐๐: Calculates the average of numbers in a range.
๐๐๐: Returns the largest number in a range.
๐๐๐: Returns the smallest number in a range.
๐๐๐๐๐: Counts the number of cells that contain numbers in a range.
๐๐๐๐๐๐: Counts the number of non-empty cells in a range.
๐๐
: Checks if a condition is met and returns one value if true and another value if false.
๐๐๐๐๐๐๐: Searches for a value in the first column of a table and returns a value in the same row from another column.
๐๐๐๐๐๐๐: Similar to VLOOKUP, but searches for a value in the first row of a table.
๐๐๐๐๐: Returns the value of a cell in a specific row and column of a range.
๐๐๐๐๐: Returns the relative position of an item in a range.
๐๐๐๐๐๐๐๐๐๐๐: Joins two or more text strings into one string.
๐๐๐
๐: Returns the leftmost characters from a text string.
๐๐๐๐๐: Returns the rightmost characters from a text string.
๐๐๐: Returns the number of characters in a text string.
๐๐๐๐: Removes leading and trailing spaces from a text string.
๐๐๐๐๐: Converts text to uppercase.
๐๐๐๐๐: Converts text to lowercase.
๐๐๐๐๐๐: Capitalizes the first letter of each word in a text string.
๐๐๐๐: Formats a number or date value as text using a specified format.
๐๐๐๐: Returns the serial number of a particular date.
๐๐๐๐๐: Returns the current date.
๐๐๐: Returns the current date and time.
๐๐๐๐๐๐๐
: Calculates the difference between two dates in years, months, or days.
๐๐๐๐๐๐๐: Returns the last day of the month, n months before or after a given date.
๐๐๐๐๐: Rounds a number to a specified number of digits.
๐๐๐๐๐๐๐: Rounds a number up, away from zero, to the nearest multiple of significance.
๐๐๐๐๐๐๐๐๐: Rounds a number down, toward zero, to the nearest multiple of significance.
๐๐
๐๐๐๐๐: Returns a value you specify if a formula evaluates to an error, otherwise returns the result of the formula.
๐๐๐๐๐
: Adds the cells specified by a given condition or criteria.
๐๐๐๐๐
๐: Adds the cells in a range that meet multiple criteria.
๐๐๐๐๐๐๐๐๐
: Calculates the average of cells specified by a given condition or criteria.
๐๐๐๐๐๐๐๐๐
๐: Calculates the average of cells that meet multiple criteria.
๐๐๐๐๐๐๐
: Counts the number of cells specified by a given condition or criteria.
COUNTIFS: Counts the number of cells that meet multiple criteria.
RAND: Returns a random number between 0 and 1.
RANDBETWEEN: Returns a random number between the numbers you specify.
PI: Returns the value of pi (3.14159265358979).
POWER: Raises a number to a power.
SQRT: Returns the square root of a number.
LOG: Returns the logarithm of a number to the base you specify.
EXP: Returns e raised to the power of a given number.
MOD: Returns the remainder of a division operation.
INT: Rounds a number down to the nearest integer.
ABS: Returns the absolute value of a number.
AND: Returns TRUE if all its arguments are TRUE, and FALSE otherwise.
OR: Returns TRUE if any argument is TRUE, and FALSE otherwise.
NOT: Returns the opposite of a logical value.
SUMPRODUCT: Multiplies corresponding components in the given arrays, and returns the sum of those products.
TRANSPOSE: Transposes rows and columns in a range of cells.
4August 17, 2026 763 7