Spreadsheets - MS Excel Flashcards
a
1
Q
What is the ‘not equal to’ relational operator in Excel?
A
<> (!= in Python)
2
Q
What are ALL the built in functions ?
A
=MIN =MAX =AVERAGE =SUM =SUMIF =COUNT =COUNTA =COUNTIF =PMT =VLOOKUP = HLOOKUP
3
Q
How would you reference another cell from worksheet “INTEREST” ?
A
=INTEREST!A4
or in general terms:
worksheet_name!cell_reference
4
Q
How can you differentiate between text and numbers in Excel?
A
Numbers are stored right justified.
Text is stored left justified.