Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Worksheet Functions / May 2006

Tip: Looking for answers? Try searching our database.

PivotTable Question

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
carl - 31 May 2006 18:08 GMT
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 - 31 May 2006 18:13 GMT
I'd just add another column to the raw data to look at that value:

=if(c2<0,1,0)

> I have a large database that looks like this:
>
[quoted text clipped - 10 lines]
>
> Thank you in advance

Signature

Dave Peterson

lk - 31 May 2006 21:42 GMT
Try COUNTIF(range,criteria)

> I'd just add another column to the raw data to look at that value:
>
[quoted text clipped - 14 lines]
> >
> > Thank you in advance
Dave Peterson - 01 Jun 2006 00:25 GMT
In the pivottable????

> Try COUNTIF(range,criteria)
>
[quoted text clipped - 20 lines]
> >
> > Dave Peterson

Signature

Dave Peterson

 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.