Challenge - 5 Problems
Geo Chart Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
📊 Formula Result
intermediate2:00remaining
Calculate Percentage for Geo Chart Data
You have a table with countries in column A and their sales numbers in column B. You want to add a column C that shows the percentage of total sales for each country to use in a Geo Chart. Which formula in cell C2 correctly calculates this percentage and can be dragged down?
Google Sheets
Country | Sales | Percentage USA | 100 | Canada | 50 | Mexico | 25 |
Attempts:
2 left
💡 Hint
Use absolute references to fix the total sales range when copying the formula down.
✗ Incorrect
The formula =B2/SUM($B$2:$B$4) uses absolute references for the total sales range, so when dragged down, the denominator stays the same, correctly calculating each country's percentage.
❓ Function Choice
intermediate1:30remaining
Choose the Correct Function to Format Country Names
You want to create a Geo Chart in Google Sheets, but your country names are in lowercase (e.g., "usa", "canada"). Which function should you use to convert the country names to proper case (first letter uppercase) in a new column?
Attempts:
2 left
💡 Hint
You want the first letter of each word capitalized, not all uppercase or lowercase.
✗ Incorrect
The PROPER function capitalizes the first letter of each word, which is ideal for country names.
🎯 Scenario
advanced2:00remaining
Troubleshooting Geo Chart Display Issues
You created a Geo Chart in Google Sheets using country names and sales data. However, some countries are not highlighted on the map even though they have sales data. What is the most likely cause?
Attempts:
2 left
💡 Hint
Check if the country names match official country names exactly.
✗ Incorrect
Geo Charts rely on recognized country names or codes. Misspelled or unrecognized names cause those countries not to appear highlighted.
❓ data_analysis
advanced2:30remaining
Analyzing Regional Sales with Geo Chart
You have sales data by US states in columns A (State) and B (Sales). You want to create a Geo Chart showing sales by state. Which data preparation step is necessary before creating the Geo Chart?
Attempts:
2 left
💡 Hint
Geo Charts require location names or codes that Google Sheets recognizes.
✗ Incorrect
Geo Charts need recognized location names or codes. Using official state names or standard two-letter codes ensures the map highlights states correctly.
🧠 Conceptual
expert3:00remaining
Understanding Geo Chart Color Scaling
In a Geo Chart showing sales by country, you notice that countries with very high sales overshadow countries with moderate sales, making the map hard to interpret. What is the best way to adjust the color scale to improve visibility of moderate sales?
Attempts:
2 left
💡 Hint
Think about how to make large differences in data less extreme visually.
✗ Incorrect
Applying a logarithmic scale to the color gradient compresses large values, making moderate values more visible and improving overall map readability.