+ Reply to Thread
Results 1 to 4 of 4

PivotTable Question

  1. #1
    carl
    Guest

    PivotTable Question

    I have a large database that looks like this:

    Date Time New Price
    20060314 95511 -0.4
    20060314 95513 1
    20060314 95518 -0.2
    20060314 95531 2.25
    20060314 95533 0.75
    20060314 95536 0.55

    Can the Pivot Table Function count the instance where New Price is less than
    zero for a given day ?

    Thank you in advance


  2. #2
    Dave Peterson
    Guest

    Re: PivotTable Question

    I'd just add another column to the raw data to look at that value:

    =if(c2<0,1,0)



    carl wrote:
    >
    > I have a large database that looks like this:
    >
    > Date Time New Price
    > 20060314 95511 -0.4
    > 20060314 95513 1
    > 20060314 95518 -0.2
    > 20060314 95531 2.25
    > 20060314 95533 0.75
    > 20060314 95536 0.55
    >
    > Can the Pivot Table Function count the instance where New Price is less than
    > zero for a given day ?
    >
    > Thank you in advance


    --

    Dave Peterson

  3. #3
    lk
    Guest

    Re: PivotTable Question

    Try COUNTIF(range,criteria)

    "Dave Peterson" wrote:

    > I'd just add another column to the raw data to look at that value:
    >
    > =if(c2<0,1,0)
    >
    >
    >
    > carl wrote:
    > >
    > > I have a large database that looks like this:
    > >
    > > Date Time New Price
    > > 20060314 95511 -0.4
    > > 20060314 95513 1
    > > 20060314 95518 -0.2
    > > 20060314 95531 2.25
    > > 20060314 95533 0.75
    > > 20060314 95536 0.55
    > >
    > > Can the Pivot Table Function count the instance where New Price is less than
    > > zero for a given day ?
    > >
    > > Thank you in advance

    >
    > --
    >
    > Dave Peterson
    >


  4. #4
    Dave Peterson
    Guest

    Re: PivotTable Question

    In the pivottable????

    lk wrote:
    >
    > Try COUNTIF(range,criteria)
    >
    > "Dave Peterson" wrote:
    >
    > > I'd just add another column to the raw data to look at that value:
    > >
    > > =if(c2<0,1,0)
    > >
    > >
    > >
    > > carl wrote:
    > > >
    > > > I have a large database that looks like this:
    > > >
    > > > Date Time New Price
    > > > 20060314 95511 -0.4
    > > > 20060314 95513 1
    > > > 20060314 95518 -0.2
    > > > 20060314 95531 2.25
    > > > 20060314 95533 0.75
    > > > 20060314 95536 0.55
    > > >
    > > > Can the Pivot Table Function count the instance where New Price is less than
    > > > zero for a given day ?
    > > >
    > > > Thank you in advance

    > >
    > > --
    > >
    > > Dave Peterson
    > >


    --

    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