0
0
Excelspreadsheet~20 mins

Excel vs Google Sheets comparison - Practice Questions

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Spreadsheet Master: Excel vs Google Sheets
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🎯 Scenario
intermediate
2:00remaining
Comparing Formula Behavior: SUMIFS

You have a list of sales data in both Excel and Google Sheets. You want to sum sales where the region is 'West' and the sales amount is greater than 1000.

Which formula will work correctly in both Excel and Google Sheets?

A=SUMIFS(B2:B10, A2:A10, "West", B2:B10, ">" & 1000)
B=SUMIFS(B2:B10, A2:A10, "West", B2:B10, ">1000")
C=SUMIFS(B2:B10, A2:A10, "West", B2:B10, ">1000") + 0
D=SUMIFS(B2:B10, A2:A10, "West", B2:B10, ">1000") * 1
Attempts:
2 left
💡 Hint

Look for how criteria with comparison operators are written in formulas.

📊 Formula Result
intermediate
2:00remaining
Result of ARRAYFORMULA in Google Sheets

In Google Sheets, you enter the formula =ARRAYFORMULA(A2:A5 * B2:B5) where columns A and B contain numbers 1 to 4 in rows 2 to 5.

What is the output in cells where the formula applies?

A1, 2, 3, 4
B1, 2, 6, 12
C1, 4, 9, 16
DError: ARRAYFORMULA not supported
Attempts:
2 left
💡 Hint

ARRAYFORMULA applies the operation element-wise over ranges.

Function Choice
advanced
2:00remaining
Which Function is NOT Available in Excel but Exists in Google Sheets?

Which of the following functions is available in Google Sheets but does NOT exist in Excel?

AVLOOKUP
BFILTER
CSUM
DIF
Attempts:
2 left
💡 Hint

Think about dynamic array functions introduced recently.

data_analysis
advanced
2:00remaining
Handling Circular References

You create a formula in Excel that refers to its own cell, causing a circular reference warning. How does Google Sheets handle circular references by default?

AGoogle Sheets allows circular references and calculates iterative results by default.
BGoogle Sheets converts circular references into static values automatically.
CGoogle Sheets ignores circular references silently and returns zero.
DGoogle Sheets blocks circular references and shows an error without calculation.
Attempts:
2 left
💡 Hint

Think about how spreadsheet apps warn users about self-referencing formulas.

🧠 Conceptual
expert
2:00remaining
Collaboration Features Comparison

Which statement best describes the collaboration features difference between Excel and Google Sheets?

AGoogle Sheets allows real-time multi-user editing with automatic saving, while Excel requires OneDrive or SharePoint for similar features.
BExcel allows real-time multi-user editing by default without any cloud service, Google Sheets does not support multi-user editing.
CBoth Excel and Google Sheets require manual saving to share changes with collaborators.
DExcel supports real-time editing only on desktop apps, Google Sheets only on mobile apps.
Attempts:
2 left
💡 Hint

Consider how cloud services affect collaboration in these apps.