+ Reply to Thread
Results 1 to 4 of 4

formulas in pivot table source data

  1. #1
    Registered User
    Join Date
    09-27-2012
    Location
    Torrance, CA
    MS-Off Ver
    Excel 2013
    Posts
    75

    formulas in pivot table source data

    I've got a formula in my source data...and my pivot table is making this a value...is there anyway around this issue?

    The formula is to showcase when an order is past due...it gives a visual indicator of YES. But because there's a value in the cell, my pivot table is counting it in my summary.

    Can anyone offer up some suggestions as to how to get around this?

  2. #2
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,372

    Re: formulas in pivot table source data

    Hello,

    move the formula into its own column and don't use that column in the pivot table.

    If that does not help, please illustrate your data structure. A screen shot or sample file would be good.

    cheers, teylyn

  3. #3
    Registered User
    Join Date
    09-27-2012
    Location
    Torrance, CA
    MS-Off Ver
    Excel 2013
    Posts
    75

    Re: formulas in pivot table source data

    here's the current file.

    The biggest issue is my need to develop an Outside Vendor Scorecard for On Time Delivery as well as being able to see current orders that are past due.

    Thanks for the help!
    Attached Files Attached Files

  4. #4
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,372

    Re: formulas in pivot table source data

    You can change the formula to return a 1 or a 0 instead of a Yes and an empty string. Then you can use a Sum in the pivot table instead of a count.

    =IF(AND([@Received]="",[@[Due Date]]<TEXT(NOW(),"mm/dd/yy")),1,IF([@Received]>[@[Due Date]],1,0))

    Format the column with the custom format

    "YES";;

    and you will see YES and blank cells instead of 1 and 0. See attached.

    cheers, teylyn
    Attached Files Attached Files

+ 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. Replies: 0
    Last Post: 08-14-2013, 06:31 AM
  2. Pivot table - change data source to another pivot table in 2010
    By thesecretsanta in forum Excel General
    Replies: 4
    Last Post: 04-13-2011, 12:54 PM
  3. Replies: 1
    Last Post: 06-22-2010, 09:10 AM
  4. Replies: 1
    Last Post: 06-20-2010, 04:00 AM
  5. How do you keep source values on a Pivot Table w/o formulas?
    By dan the man stan in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 11-17-2005, 03:15 PM

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