Como criar um heatmap no Excel? – Configure ou gere heatmaps no Excel em 4 passos simples
Analistas usam heatmaps para observar a magnitude de um evento por meio de indicações visuais. Considerado uma técnica de visualização de dados, o heatmap é usado para fazer interpretações rápidas da intensidade de um evento e realizar as devidas correções de curso.
Um exemplo de heatmap conhecido é a representação visual dos casos de COVID-19 registrados globalmente. O mapa a seguir mostra a distribuição geográfica do número de casos de COVID-19 relatados a cada 100 mil habitantes ao redor do mundo. Os tons mais escuros de laranja indicam os países mais afetados, enquanto as tonalidades mais claras sinalizam o contrário.
Existem muitas maneiras eficazes de criar um heatmap, incluindo o uso de geradores gratuitos de heatmaps, como o gerador de heatmaps com IA da VWO, ou ferramentas analíticas integradas. Mas o Microsoft Excel e o Planilhas Google também são ótimas opções que você pode explorar. Vamos nos aprofundar nelas!
What is a heatmap in Excel?
A heatmap is an effective way of presenting data in applications like Excel, where data values are represented by colors, simplifying the entire data analysis process. You can notice patterns and trends at a glance, which helps drive insights and faster decisions.
The best thing about Excel is that its built-in features make heatmap creation easy. You can apply conditional formatting to data in just a few clicks, and it automatically assigns colors to the values in the cells. The user-friendly interface, preset color scales, and numerous customization options make it possible for even less technical users to create a heatmap chart in Excel.
Aprenda como criar um heatmap no Excel
Usando o Excel ou o Planilhas Google, você pode criar um heatmap ao colorir manualmente cada célula de acordo com seu respectivo valor. Outra opção é adotar uma rota mais inteligente e inserir uma fórmula/função que faça todo esse trabalho duro. Sugerimos usar o segundo método para criar um heatmap mais facilmente.
Vamos aproveitar os dados sobre os casos de COVID-19 registrados globalmente do exemplo acima para entendermos como criar um heatmap usando a função “formatação condicional”.
Country | Cases | Deaths | Confirmed Cases |
US | 639664 | 30985 | 422943 |
India | 12380 | 414 | 10415 |
UK | 98476 | 12868 | 69002 |
Brazil | 28320 | 1736 | 21484 |
Philippines | 5453 | 349 | 3142 |
Canada | 28364 | 1010 | 18769 |
Netherlands | 28153 | 3134 | 14539 |
Germany | 130450 | 3569 | 56928 |
Australia | 6458 | 63 | 1482 |
France | 106206 | 17167 | 49217 |
Italy | 165155 | 21647 | 54581 |
Pakistan | 6505 | 124 | 4214 |
Spain | 177633 | 18579 | 75497 |
Russia | 24490 | 198 | 21713 |
Singapore | 3699 | 10 | 2699 |
Indonesia | 5136 | 469 | 3459 |
Israel | 12501 | 130 | 6910 |
Malaysia | 5072 | 83 | 2164 |
Fonte da imagem: Centro Europeu de Prevenção e Controle de Doenças
1º passo: Insira os dados
Insira os dados necessários em uma nova planilha. Neste caso, inserimos os mostrados dados acima.
2º passo: Selecione os dados
Selecione os dados com os quais você deseja gerar o heatmap. Neste caso, fizemos uma seleção entre as células B2 e D19.
Download grátis: Guia de heatmaps de sites
3º passo: Use a formatação condicional
Se estiver usando o Excel, acesse a aba “Página Inicial”, clique em “Formatação Condicional” e selecione “Escalas de Cor”. Essa funcionalidade oferece algumas opções de cor para destacar os dados.
No nosso exemplo, usamos a primeira opção, que pinta de verde as células com valores altos e de vermelho aquelas com valores baixos.
Se estiver usando o Planilhas Google, clique em “Formatar” e selecione a opção “Formatação condicional”.
Em seguida, selecione “Escala de cores” e escolha as cores de ponto mínimo, ponto médio e ponto máximo.
Observação: use o esquema de cores que melhor atenda às suas necessidades de interpretação de dados.
4º passo: Selecione a escala de cores
Depois de selecionar uma escala de cores, o heatmap será exibido desta forma:
Nessa escala de cores, o Planilhas Google atribuiu a cor verde às células com os valores mais altos e a cor vermelha àquelas com os menores valores. Os demais valores receberam tonalidades variadas de um gradiente entre o verde e o vermelho. Pronto, você já tem um belo heatmap para analisar a experiência dos visitantes e aumentar as conversões.
How to make a heatmap in Excel without numbers
Ideally, you should not remove the numbers, as the heatmap in Excel is based on cell values. Removing them defeats the purpose. However, you can hide the values using custom number formatting.
- Select your heat map.
- Hit Ctrl + 1 to display the Format Cells dialog box.
- Click Custom under Category on the Number tab.
- Type 3 semicolons in the Type box.
- Click Ok to apply the custom number format.
How to create dynamic heatmaps in Excel
When you change a cell’s value, conditional formatting immediately recalculates and adjusts accordingly. This feature enables the creation of dynamic heatmaps in Excel. Let’s explore methods for creating these dynamic visualizations.
Making a dynamic pivot table heatmap
This is how it works:
- Select any cell in your heatmap.
- On the Home tab, go to the Styles group.
- Click Conditional Formatting > Manage Rules.
- In the Conditional Formatting Rules Manager, select the rule and click Edit Rule.
- In the Edit Formatting Rule dialog box, under Apply Rule To, choose the third option: ‘All cells showing “Sum of Sales” values for “X” and “Y” parameters as shown in the boxes.
- Your heat map is now dynamic, and when you add new data, it will update automatically.
- Remember to refresh your PivotTable to see the updates.
Conditional formatting will be removed if you alter the row or column fields. For instance, if you remove the Date field and then reapply it, the conditional formatting will be lost.
Creating a dynamic heat map in Excel with scroll bar
1. Insert a scroll bar
Control your dynamic heatmap with a scroll bar using these steps:
- Click on ‘Developer’ → ‘Controls’ → ‘Insert’ → ‘Scroll Bar’.
- Click on the worksheet to insert the scroll bar.
2. Format the scroll bar
- Right-click on the scroll bar and then click on ‘Format Control’.
- Set the minimum and the maximum values for the scroll bar.
- Select a cell (Say Sheet1!$A$1) to link to the scroll bar value.
3. Set the formula up
- In cell B2, type the formula as below
=INDEX(Sheet1!$B$1:$H$13, ROW(), Sheet1!$A$1 + COLUMNS(Sheet2!$B$1:B1) – 1)
This formula dynamically retrieves data depending on the value in the linked cell of the scroll bar.
4. Adjust the scroll bar:
- Resize and reposition the scroll bar at the bottom of the data range or wherever is most appropriate.
- Change in the value of the scroll bar results in updating the value of the linked cell (Sheet1!$J$1). The linked cell can now change the displayed data, and hence all related visualizations and calculations, such as a heat map.
These steps enable you to interact with data dynamically in Excel—users can use a scrollbar to control the visibility of the data set or its calculations.
Creating a dynamic heatmap in Excel with checkbox
If you want to show and hide your heatmap, you can use the checkbox to decide its visibility. Keep going through these steps:
Insert a checkbox:
- Go to the ‘Developer’ tab.
- Click ‘Insert’ in the Form Controls section.
- Select ‘Checkbox (Form Control)’ and place it next to your dataset.
Link the checkbox to a cell:
- Right-click the checkbox and select ‘Format Control’.
- In the ‘Control’ tab, enter a cell address in the ‘Cell link’ box and click ‘OK’.
Set up conditional formatting:
- Select your dataset.
- Go to the ‘Home’ tab, click ‘Conditional Formatting’ → ‘Color Scales’ → ‘More Rules’.
- Choose ‘3-Color Scale’ in ‘Format Style’.
- Enter the following formulas in the ‘Value’ boxes:
- Minimum: =IF($O$2=TRUE, MIN($B$3:$M$5), FALSE)
- Midpoint: =IF($O$2=TRUE, AVERAGE($B$3:$M$5), FALSE)
- Maximum: =IF($O$2=TRUE, MAX($B$3:$M$5), FALSE)
- Select your desired colors and click ‘OK’.
Hide the TRUE/FALSE value:
- Link the checkbox to a cell in an empty column.
- Hide that column to keep the TRUE/FALSE value out of view.
Now, your heat map visibility is controlled by the checkbox.
Creating a dynamic heat map in Excel with radio button
Step 1: Insert radio buttons
Go to developer →Insert →Form Controls→Option Button Insert the option buttons.
Step 2: Format radio buttons
a) Right-click on each option button, and below the option, click ‘Format Control’
b) Place each of the option buttons on a particular linked cell e.g., Sheet1!$K$1, so that when selecting them, the value will be updated.
Step 3. Set up conditional formatting
a) Highlight the data range you wish to format.
b) Access ‘Home’ → ‘Conditional Formatting’ → ‘New Rule’.
c) Opt for ‘Use a formula to determine which cells to format’.
d) Craft a formula utilizing the linked cell (e.g., to highlight the top 10 values if Sheet1!$K$1=1):=RANK.EQ(A1,$A$1:$A$10)<=10
e) Apply the desired formatting and confirm with ‘OK’.
Step 4. Apply conditional formatting
a) Select the data range you would like to highlight and apply formatting Home →Conditional Formatting →New Rule.
c) Choose ‘Use a formula to determine which cells to format’.
d) Create a formula that utilizes the linked cell, e.g. to format top 10 values if Sheet1!$K$1=1):
=RANK.EQ(A1,$A$1:$A$10)<=10
e) Select the formatting as needed and then ‘OK’.
How to create a geographic heatmap in Excel
Creating a geographic heatmap in Excel is simple. To begin, click on ‘Insert’, then ‘Maps’, and choose ‘Filled Maps’. This action will display a blank map in your spreadsheet. Allocate one column for geographic locations and another for corresponding data. Enter your locations into the worksheet to place them on the map. Alongside each location, input data that will determine the shading of each area. As you enter data, the Excel heatmap will automatically display varying shades to represent different values within each location.
ssa é apenas uma das formas de gerar um heatmap usando o Excel ou o Planilhas Google, mas você pode usar a sua criatividade como quiser. Também é possível detalhar e criar visualizações para mapeamentos de conjuntos de dados específicos. No entanto, se você planeja criar heatmaps para estudar o desempenho do seu site ou de páginas individuais, recomendamos usar ferramentas mais robustas e integradas do que o Excel, como é o caso da VWO Heatmaps.
If you’re planning to create heatmaps to study the performance of your website or particular pages, we’d recommend you to use more robust and integrated tools than Excel, such as VWO heatmaps.
Essa solução não só ajuda você a visualizar como os visitantes interagem com o seu site, como também destaca quais elementos atraem a atenção deles ou causam distrações.
Assista ao vídeo para conhecer os recursos da VWO Heatmaps:
O gerador gratuito de heatmaps com IA da VWO possibilita prever como os visitantes interagem com a sua página. Ele permite que você avalie os gargalos a partir da experiência do usuário e tome as medidas de otimização necessárias. É possível acompanhar os passos dos visitantes nas suas páginas e analisar, de maneira granular, como eles interagem com cada elemento estático ou dinâmico.
VWO’s free AI-powered heatmap generator allows you to predict how visitors interact with your web page.
Conclusion
Ultimately, it boils down to choosing the heatmaps that meet your needs. If your work requires you to analyze static data patterns and trends, Excel heatmaps will suffice. However, if your business has advanced needs, you might prefer heatmaps tailored to specific industries. For understanding visitor behavior on websites, your go-to tool should be VWO Heatmaps.
Para saber mais sobre como aproveitar a VWO Heatmaps para visualizar o comportamento dos visitantes e obter insights valiosos, registre-se para participar de uma sessão de demonstração gratuita com um dos especialistas em otimização da VWO ou faça um teste grátis para experimentar a solução por conta própria e avaliar se ela atende às suas necessidades.
FAQs
A heatmap visualizes data through color gradients, showing the intensity of values in different areas. It helps identify patterns, trends, and areas of interest, such as user interactions on a website or data concentrations.
Yes, you can make a heatmap chart in Excel using conditional formatting. Excel allows you to apply color gradients to cells based on their values to visualize data intensity.
Select your data range, go to the “Home” tab, click “Conditional Formatting,” then “Color Scales.” Choose a custom color scale to apply a gradient based on the values in your cells.
Use the “Insert” tab, select “Maps,” then “Filled Map.” Add your geographic data, and Excel will generate a map with color coding based on your data values.
Click “File,” then “Save As” or “Export,” and choose your preferred file format (e.g., PNG, PDF). Save the heatmap as an image or document for sharing or presentation.