+ Reply to Thread
Results 1 to 2 of 2

Handling #REF returned from GETPIVOTDATA

  1. #1
    Laurence Lombard
    Guest

    Handling #REF returned from GETPIVOTDATA

    A GETPIVOTDATA function returns #REF, but when I change that formula to
    =ISREF(GETPIVOTDATA... I get FALSE. I would have expected TRUE. Why the
    difference

    This is part of the development of a formula to return a zero when
    GETPIVOTDATA returns #REF.

    Thanks
    Laurence Lombard




  2. #2
    Dave Peterson
    Guest

    Re: Handling #REF returned from GETPIVOTDATA

    Try
    =if(iserror(getpivotdata(....

    =isref()
    will return true if you pass it an address:
    =isref(a1)
    (since A1 is an address)

    I don't recall ever seeing this used on a worksheet. I bet that this may have
    been useful in the older XLM style macros (just a guess).

    Laurence Lombard wrote:
    >
    > A GETPIVOTDATA function returns #REF, but when I change that formula to
    > =ISREF(GETPIVOTDATA... I get FALSE. I would have expected TRUE. Why the
    > difference
    >
    > This is part of the development of a formula to return a zero when
    > GETPIVOTDATA returns #REF.
    >
    > Thanks
    > Laurence Lombard


    --

    Dave Peterson

+ 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