Computer Science, asked by ss1882190, 7 months ago

f) If cell A3 contains 10 and cell A4 contains 15, then what is the return
value of the formula = AND(A3 > 9, A4 < 20)?​

Answers

Answered by yogeshgangwar044
0

Answer:

The return value of the formula = AND(A3 &gt; 9, A4 &lt; 20) is TRUE.

Explanation:

Given: Cell A3 =10 and Cell A4 =15.

To Find: The return value of the formula = AND(A3&gt;9, A4 &lt; 20).

Solution: The AND function is used to adds values, cell references or ranges to define up to 255 conditions in Excel.

So, in this question the given conditions are A3 &gt; 9 and A4 &lt; 20.

Step 1: Add given value of A3 in given condition A3 &gt; 9,

10 &gt; 9

Result is TRUE.

Step 2: Add given value of A4 in given condition A4 &lt; 20,

15 &lt; 20

Result is TRUE.

The below given image describes the functions values.

Hence, the return value of the formula = AND(A3 &gt; 9, A4 &lt; 20) is TRUE.

Attachments:
Similar questions