Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8895701
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T23:51:08+00:00 2026-06-14T23:51:08+00:00

I am trying to derive a formula which uses IF statements on pivot tables.

  • 0

I am trying to derive a formula which uses IF statements on pivot tables.

The goal is to perform IF functions on values when they do not EXIST. So far I have the following:

=IF(GETPIVOTDATA("PO Outstanding Units",$A$2,"PO Horizon",0)=0,GETPIVOTDATA("PO Outstanding Units",$A$2,"PO Horizon","Past Due"),IF(GETPIVOTDATA("PO Outstanding Units",$A$2,"PO Horizon","Past Due")=0,GETPIVOTDATA("PO Outstanding Units",$A$2,"PO Horizon",0),(GETPIVOTDATA("PO Outstanding Units",$A$2,"PO Horizon",0)+GETPIVOTDATA("PO Outstanding Units",$A$2,"PO Horizon","Past Due"))/1000))

The purpose of the formula is to see IF "this pivot data" DOES NOT exist, then "Insert true value", then IF "this DIFFERENT pivot data" DOES NOT EXIST, then "Insert true value", and the last false statement would be if both pivot data DO exist.

Basically, how do I make a formula which indicates whether a pivot table value exists or not?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T23:51:09+00:00Added an answer on June 14, 2026 at 11:51 pm

    The function you are looking for to find items that don’t exist is ISBLANK

    This would make your example function look like this:

    =IF(ISBLANK(GETPIVOTDATA("PO Outstanding Units",$A$2,"PO Horizon",0)),
        GETPIVOTDATA("PO Outstanding Units",$A$2,"PO Horizon","Past Due"),
        IF(ISBLANK(GETPIVOTDATA("PO Outstanding Units",$A$2,"PO Horizon","Past Due")),
            GETPIVOTDATA("PO Outstanding Units",$A$2,"PO Horizon",0),
            (GETPIVOTDATA("PO Outstanding Units",$A$2,"PO Horizon",0)+GETPIVOTDATA("PO Outstanding Units",$A$2,"PO Horizon","Past Due"))/1000
        )
    )
    

    If you need to check if a column exists, then MATCH will check that, and give an error if it doesn’t exist, so, to test if Past Due is a column name, then

    ISERROR(MATCH("Past Due",$A$2:$F$2,0))
    

    will return TRUE if the column is not found (Adjust the $A$2:$F$2 to your pivot column name range)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Trying to create a base class from which I can derive different types. What's
I'm trying to derive a native class compiled from iCarousel native library ( used
I am trying to derive a class from ObservableCollection and I need to run
I'm trying to derive a new class from an old one. The base class
In Django, I am trying to derive (subclass) a new form from ModelForm form
I'm trying to set up a system where GUI objects that derive from a
I'm trying to derive from the Silverlight Panel control to add some custom logic
I'm trying to derive from List and selectively turn the IsReadOnly property on and
I am trying to derive a class from a python primitive, the float, for
I'm trying to derive a Graphviz file describing a structured value. This is for

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.