Description: Adds up all numbers in the range A1 to A5.
Example:
If A1 = 5, A2 = 10, A3 = 15, A4 = 20, A5 = 25, the formula =SUM(A1:A5) will return 75.
Description: Calculates the average of numbers in the range A1 to A5.
Example:
If A1 = 5, A2 = 10, A3 = 15, A4 = 20, A5 = 25, the formula =AVERAGE(A1:A5) will return 15.
Description: Counts the number of cells with numbers in the range A1 to A5.
Example:
If A1 = 5, A2 = “Egyanvani.com”, A3 = 15, A4 = ”, and A5 = 25, the formula =COUNT(A1:A5) will return 3 (counting only the numeric values).
Description: Counts the number of non-empty cells in the range A1 to A5.
Example:
If A1 = 5, A2 = “Egyanvani.com”, A3 = 15, A4 = “”, and A5 = 25, the formula =COUNTA(A1:A5) will return 4 (counting all non-empty cells).
Description: Returns the maximum value in the range A1 to A5.
Example:
If A1 = 5, A2 = 10, A3 = 15, A4 = 20, A5 = 25, the formula =MAX(A1:A5) will return 25.
Description: Returns the minimum value in the range A1 to A5.
Example:
If A1 = 5, A2 = 10, A3 = 15, A4 = 20, A5 = 25, the formula =MIN(A1:A5) will return 5.
Description: Multiplies all numbers in the range A1 to A5.Example:
If A1 = 2, A2 = 3, A3 = 4, A4 = 5, A5 = 6, the formula =PRODUCT(A1:A5) will return 720 (2 * 3 * 4 * 5 * 6).
Description: Returns the square root of the number in cell A1.
Example:
If A1 = 16, the formula =SQRT(A1) will return 4.
Description: Raises the number in cell A1 to the power of 2 (squares the number).
Example:
If A1 = 4, the formula =POWER(A1, 2) will return 16.
Description: Rounds the number in A1 to 2 decimal places.
Example:
If A1 = 3.14159, the formula =ROUND(A1, 2) will return 3.14.
Description: Rounds the number in A1 up to the nearest integer.
Example:
If A1 = 3.14159, the formula =ROUNDUP(A1, 0) will return 4.
Description: Rounds the number in A1 down to the nearest integer.Example:
If A1 = 3.14159, the formula =ROUNDDOWN(A1, 0) will return 3.
Description: This formula checks if the value in A1 is greater than 10. If true, it returns “Greater”, otherwise, it returns “Lesser”.
Example:
If A1 = 5, the formula =IF(A1>10, “Greater”, “Lesser”) will return Lesser.
Description: Returns the absolute value of the number in A1.
Example:
If A1 = -10, the formula =ABS(A1) will return 10.
Description: Returns the remainder when the number in A1 is divided by 3.
Example:
If A1 = 10, the formula =MOD(A1, 3) will return 1 (since 10 divided by 3 gives the remainder 1).
Most Important 200 Questions for SSC and Bank Exams Q1. कंप्यूटर की प्रोसेसिंग यूनिट का…
Computer Hardwareकंप्यूटर हार्डवेयर को विभिन्न श्रेणियों में विभाजित किया जा सकता है, जो इसके कार्य…
Q. 1: राजस्थान सरकार में कौन सा विभाग ई-गवर्नेंस के लिए मुख्य रूप से जिम्मेदार…
Q. 1: आईआरसीटीसी टिकट बुकिंग के सन्दर्भ में पीएनआर का क्या अर्थ हैं? पैसेंजर नाम…
Q. 1: निम्नलिखित में से कौन सा एंटी वायरस प्रोग्राम हैं? नॉर्टन क्विक हील K7…