Results 1 to 4 of 4

Calculated Field in a pivot table

Threaded View

  1. #1
    Registered User
    Join Date
    02-22-2008
    Posts
    3

    Calculated Field in a pivot table

    I am creating some calculated fields in a pivot table. This will calculate some historical data, where there are some blanks in the data. This results in a "#DIV/0!" error. So, I changed the formula from " =SumOfSumOfActives/SumOfSumOfTrials " to a fomula using the IF(ISERR function, " =IF(ISERR(SumOfSumOfActives/SumOfSumOfTrials),"-",(SumOfSumOfActives/SumOfSumOfTrials)) ". But now, it gives me the " #VALUE! " error. I think the issue is that this is a numerical field, and if I subsitute the dash in the formula (-) with a zero, it works and shows 0%. The problem that I have is that it is showing 0% for the ones with the error, and also 0% for a few cells where the actual value should be zero. I would prefer to the error outcome be something other than zero. Suggestions anyone?

    Thanks!
    Last edited by jameskir; 02-25-2008 at 04:05 PM.

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