How to make a heatmap in Excel?

  • Thread starter Thread starter Burger
  • Start date Start date
You could use the cell colour as a conditional colour, that is using the
data as the map itself..

Two problems, conditional formatting only supports 3 conditions, so you
would have to use VBA event code.

The colour palette is restricted to 56 colours, not giving the shading you
want. You could customise the colours and get the effect that you want.

--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)
 
I'd write a scripting macro to do this. Open up the Excel workbook from
vbscript and assign the colours to the cells that way. You could make it
so you can drag a non-coloured workbook file onto a script, the script
opens it, looks at the values in the cells and sets the background
colours based on those values.

If there are not enough colour in Excel's pallet, then I guess you could
look to using image files as cell backgrounds or something.

Please check out: http://nerds-central.blogspot.com and my book http://
nerds-central.blogspot.com/2007/12/baby-steps-how-to-become-excel-god.html
 
Back
Top