+ Reply to Thread
Results 1 to 3 of 3

Pivot Tables Calculated Field

  1. #1
    Forum Contributor
    Join Date
    06-03-2008
    Posts
    387

    Pivot Tables Calculated Field

    I have data that looks like this:
    Closed | Type
    1 | Type A
    0 | Type A
    0 | Type A
    1 | Type B
    0 | Type B

    I'm hoping to be able to display in a Pivot Chart:
    Type A 33% (out of 3 Type A's, 1 is closed)
    Type B 50% (out of 2 Type B's, 1 is closed)

  2. #2
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: Pivot Tables Calculated Field

    Can you please attach your sample file with the pivot so that we dont have recreate the file?
    If I have helped, Don't forget to add to my reputation (click on the star below the post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code: [code] Your code here [/code]

  3. #3
    Forum Guru JosephP's Avatar
    Join Date
    03-27-2012
    Location
    Ut
    MS-Off Ver
    2003/10
    Posts
    7,328

    Re: Pivot Tables Calculated Field

    add a new column (called All) to the data with 1 in every row then create a calculated field that is = 'Closed' / 'All'
    Josie

    if at first you don't succeed try doing it the way your wife told you to

+ 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