+ Reply to Thread
Results 1 to 3 of 3

Advanced formating on pivot table cell

Hybrid View

  1. #1
    Registered User
    Join Date
    02-10-2009
    Location
    London, England
    MS-Off Ver
    Excel 2003
    Posts
    8

    Advanced formating on pivot table cell

    Hi Guys,

    I'm in a bit of a pickle.

    I've created a pivot table that displays the following:

    [Average Result] [Competences]
    [employees] [emp codes] [Result]

    The result cell is c13. This field displays an integer value (1,2,3).
    I have also done some conditional formatting on the cell to display the back ground colour and font colour as red.

    =AND(ISNUMBER($c$13),$C$13=1)

    that works all ok but now I would like to change the result to this format to:

    1:L0

    1 = the background colour of the cell (via the conditional formatting)
    : = the delimiter
    LO = the competency result.

    I would like to format the cell so it shows the background colour (1 = red, 2 = amber, 3 = green) and shows the competency result in black font?

    Can this be done?

    I've tried as a test to see if I could get the background colour to work but it hasn't

    =AND(ISNUMBER(mid($c$13, 1,1)),mid($c$13, 1,1)),=1)

    Thanks in advance.

    Ian.
    Attached Files Attached Files

  2. #2
    Registered User
    Join Date
    02-10-2009
    Location
    London, England
    MS-Off Ver
    Excel 2003
    Posts
    8

    Re: Advanced formating on pivot table cell

    Any sugguestion guys?

    Thanks.

  3. #3
    Registered User
    Join Date
    02-10-2009
    Location
    London, England
    MS-Off Ver
    Excel 2003
    Posts
    8

    Re: Advanced formating on pivot table cell

    Hi Guys,

    please let me know if I'm in the wrong forum.

    Am I able to used a string in a pivot table calculation.

    eg. My SP returns 1:L0

    1 = Background colour
    : = Dilimiter
    L0 = Code value to be displayed in the cell.

    Is this possible?
    Attached Images Attached Images

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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