Spreadsheets - MS Excel Flashcards

a

1
Q

What is the ‘not equal to’ relational operator in Excel?

A

<> (!= in Python)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are ALL the built in functions ?

A
=MIN
=MAX
=AVERAGE
=SUM
=SUMIF
=COUNT
=COUNTA
=COUNTIF
=PMT
=VLOOKUP
= HLOOKUP
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How would you reference another cell from worksheet “INTEREST” ?

A

=INTEREST!A4

or in general terms:

worksheet_name!cell_reference

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How can you differentiate between text and numbers in Excel?

A

Numbers are stored right justified.

Text is stored left justified.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly