+ Reply to Thread
Results 1 to 2 of 2

Pivot Table Calculated Field Math Error

  1. #1
    Registered User
    Join Date
    03-23-2012
    Location
    USA
    MS-Off Ver
    Excel 2007
    Posts
    37

    Pivot Table Calculated Field Math Error

    I have just created my first Calculated Field. I created two to show Normal Hours and Overtime hours. These work great. I then tried to created a 3rd which does the following: (Normal Hours*Rate)+(Overtime Hours*1.5*Rate). The math I get is wrong. Is there a problem with referencing the values obtained from a Calculated Field for calculations?

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

    Re: Pivot Table Calculated Field Math Error

    calculated fields always do the math on the sum values which means your formula calculates as

    (SUM(Normal Hours)*SUM(Rate))+(SUM(Overtime Hours)*1.5*SUM(Rate))

    rather than

    SUM((Normal Hours*Rate)+(Overtime Hours*1.5*Rate))
    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)

Similar Threads

  1. Calculated pivot table field using pivot table data in calculation
    By BrittleStar in forum Excel Charting & Pivots
    Replies: 2
    Last Post: 12-10-2012, 05:35 PM
  2. Replies: 0
    Last Post: 06-26-2012, 09:06 PM
  3. Pivot Table Calculated Field Formula Error
    By aharb in forum Excel General
    Replies: 0
    Last Post: 04-04-2012, 11:48 AM
  4. Pivot Table calculated Field
    By alephone in forum Excel General
    Replies: 8
    Last Post: 04-27-2011, 10:12 AM
  5. [SOLVED] pivot table formulas for calculated field or calculated item
    By Vicky in forum Excel General
    Replies: 3
    Last Post: 06-06-2006, 12:10 AM

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