wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Excel Formulae

Total questions: 10

Worksheet time: 9mins

Name
Class
Date
1.

Which of the following SUM Formulae are Wrong? (Select 2)

a)

=SUMM(A1+B1+C1+D1)

b)

=SUM(A1:A9)

c)

=SUM(A1:A9:)

d)

=SUM(A1+B1+C1+D1)

2.

If Cell Position "A7" is smaller than or equal to Cell Position "B9" then print "A7 Lost", else print "B9 Lost".


Write Formula to do this.

a)

=IF(A7 >= B9, "A7 Lost", "B9 Lost")

b)

=IF(A7 <= B9, "A9 Lost", "B9 Lost")

c)

=IF(A7 <= B9, "A7 Lost", "B9 Lost")

d)

Question Is Wrong

3.

Which of following "Average" Formula is Wrong for Cells Positions A1 to B9?

a)

None of these is wrong

b)

=SUM(A1 : B9) / COUNT(B1 : B9)

c)

=AVERAGE(A1:B9)

d)

=SUM(A1 : B9) / COUNT(A1 : B9)

4.

Which of these formulae you have NOT learnt till now?

a)

IF , SUM

b)

AVERAGE

c)

ANDIF

d)

DIVISION , COUNT

5.

If output of an excel formula is

"#NAME?"

What It means? Select All correct Answer

a)

There is something wrong with Formula

b)

We have Not Used "" is the string output

c)

Cell Position is Not Correct

d)

None of the Above

6.

Is the formula =((A2+B5) * 5% correct?

a)

Yes

b)

No

c)

Both True and False

d)

None of the above

7.

=IF( 100 < 1001/10, "510", "120")


What will be output for above formula?


उपरोक्त सूत्र के लिए आउटपुट क्या होगा?

a)

"120"

b)

"510"

c)

510

d)

"510"

8.

Tell me Output of Formula:

मुझे फॉर्मूला का आउटपुट बताओ:


=IF (A1 >= B7, B9+C6, "I am Idiot")

Where

A1 = 100, B7=101, B9=102, C6=103

a)

100

b)

205

c)

101

d)

I am Idiot

9.

To Put Series Number 1.......... 45 in a Column,

How may ways are taught till now?

a)

0

b)

1

c)

2

d)

3

10.

If

Answer1 = 70% of 500 Marks

Answer2 = 60% of 600 Marks

Answer3 = 40% of 800 Marks


Write the correct sequence of output of these Number in Descending Order?

a)

Answer1 > Answer3 > Answer2

b)

Answer2 > Answer3 > Answer1

c)

Answer2 > Answer1 > Answer3

d)

Answer1 > Answer2 > Answer3