Complete the code to create a Geo chart using the correct function.
=GOOGLE[1]CHART(A1:B10, "Region")
The correct function to create a Geo chart in Google Sheets is =GOOGLEGEOCHART. The blank should be filled with "GEO".
Complete the code to specify the chart type as a Geo chart in the chart editor formula.
=CHART(A1:B10, [1])To create a Geo chart, the chart type must be set to "Geo" in quotes.
Fix the error in the formula to correctly create a Geo chart with region set to 'US'.
=GOOGLEGE[1]CHART(A1:B10, "Region", "US")
The correct function name is =GOOGLEGEOCHART. The missing letter is 'O'.
Fill both blanks to create a Geo chart for the world map.
=GOOGLEGE[1]CHART(A1:B10, "Region", "[2]")
The function name requires 'O' to complete 'GEO'. The region parameter should be "World" to show all countries.
Fill all three blanks to create a Geo chart with data filtered for countries with values greater than 50.
=GOOGLE[1]CHART(FILTER(A1:B20, B1:B20 [2] [3]))
The function is GOOGLEGEOCHART. The filter condition uses '>' and the number 50 to select values greater than 50.