+ Reply to Thread
Results 1 to 3 of 3

Calculated fields in Pivot Tables

  1. #1
    lj
    Guest

    Calculated fields in Pivot Tables

    Is it possible to use an "if" formula when creating a calculated field?
    I have an existing field in my pivot table called commissions and I
    want to create a new field that will give me a 1 if for each row if
    commissions are over 4 and a 0 if they are under 4. Is this possible?
    What is the formula?


  2. #2
    Max
    Guest

    Re: Calculated fields in Pivot Tables

    It seems ok
    Try something like : =IF(Commissions>=4,1,0)
    --
    Rgds
    Max
    xl 97
    ---
    Singapore, GMT+8
    xdemechanik
    http://savefile.com/projects/236895
    --
    "lj" <[email protected]> wrote in message
    news:[email protected]...
    > Is it possible to use an "if" formula when creating a calculated field?
    > I have an existing field in my pivot table called commissions and I
    > want to create a new field that will give me a 1 if for each row if
    > commissions are over 4 and a 0 if they are under 4. Is this possible?
    > What is the formula?
    >




  3. #3
    Max
    Guest

    Re: Calculated fields in Pivot Tables

    > Try something like : =IF(Commissions>=4,1,0)

    The above formula is inserted within the "Insert Calculated Field" dialog
    --
    Rgds
    Max
    xl 97
    ---
    Singapore, GMT+8
    xdemechanik
    http://savefile.com/projects/236895
    --



+ 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