+ Reply to Thread
Results 1 to 4 of 4

Heatmap

  1. #1
    Forum Contributor
    Join Date
    09-09-2008
    Location
    Middlesbrough, England
    MS-Off Ver
    2007
    Posts
    174

    Heatmap

    Hi,

    I would like to create a heatmap using the attached data.

    I have included a key, would be greatfull for any help.

    Thanks
    Attached Files Attached Files

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    25,412

    Re: Heatmap

    Select the cells C4:H13, then click on Conditional Formatting, followed by New Rule, then click Use a formula ...

    In the formula box enter:

    =C4<0

    then click the Format button, click on the Fill tab and then choose red and OK your way out.

    Do the same for the other conditions, using these formulae:

    =AND(C4>=0,C4<=19) and choose amber,

    =C4>19, and choose green

    As you had seleceted the cells in advance, Excel will automatically adjust the formulae to suit the other cells.

    Hope this helps.

    Pete

  3. #3
    Forum Contributor
    Join Date
    09-09-2008
    Location
    Middlesbrough, England
    MS-Off Ver
    2007
    Posts
    174

    Re: Heatmap

    Done that but its only using one cell to compare not each cells pair
    Last edited by batchy; 04-26-2012 at 09:08 AM.

  4. #4
    Forum Guru Andy Pope's Avatar
    Join Date
    05-10-2004
    Location
    Essex, UK
    MS-Off Ver
    O365
    Posts
    20,481

    Re: Heatmap

    Slight variation on Peter's version.

    Select C4:C13
    Add 3 CF conditions for values based on Use formula style.

    =D4>=20
    Colour green

    =AND(D4>=0,D4<=19)
    Colour Amber

    =D4<0
    Colour red

    Copy C4:C13 and paste special Formats only to E4 and repeat for G4
    Attached Files Attached Files
    Cheers
    Andy
    www.andypope.info

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1