Computer Science, asked by roshanashrafi2007, 1 month ago

4. Write steps to fill a range of row-cells with 20 multiples of 15?​

Answers

Answered by mg9069025611
0

Answer:

Put the number you want to test in cell C6 (150). Step 2: Put the criteria in cells C8 and C9 (100 and 999). Step 3: Put the results if true or false in cells C11 and C12 (100 and 0). Step 4: Type the formula =IF(AND(C6>=C8,C6<=C9),C11,C12).

Similar questions