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