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 / March 2006

Tip: Looking for answers? Try searching our database.

Sumproduct Question

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
carl - 21 Mar 2006 16:19 GMT
My data table is like so:

Date    Type    ID    Status    GiveUp    Name    Count
20060314    Order    BOX017        226    Q0    2
20060314    OrderO    BOX017    Directed    226    Q0    3
20060314    OrderO    BOX017        226    Q0    4

I use this formula:

=SUMPRODUCT(--(D3:D5="Order");--(E3:E5="BOX017");--(G3:G5=226);--(I3:I5))

I would like to add the condition: If D3:D5="OrderO" and E3:E5="BOX017" and
F3:F5="Directed" and G3:G5=226. Not sure how to do this - do I need to use an
OR operator ?

The result should be:

Date    Count
20060314    5

Thank you in advance.
Domenic - 22 Mar 2006 00:58 GMT
Try...

=SUMPRODUCT(--(D3:D5="OrderO");--(E3:E5="BOX017");--(F3:F5="Directed");--
(G3:G5=226);I3:I5)

Hope this helps!

> My data table is like so:
>
[quoted text clipped - 17 lines]
>
> Thank you in advance.
 
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.