#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 13
Default Extracting data

Hi All

I have a table with 3 columns of dates and then a column with Set # that I
feel in the box #.
I need to see how many items processed for each set per day.

Example:
www.amir2000.nl/1.doc

The problem is that it counts the correct amount but not with the correct
dates.
The formula that I use is:

=SUMPRODUCT(--($I$3:$I$8<"")*(($C$3:$C$8=39601)+AND($E$3:$E$8=3 9601)+AND($G$3:$G$8=39601)))

Is anyone can help?

Many thanks in advance,

Amir

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 35,218
Default Extracting data

Maybe...

=SUMPRODUCT(--($I$3:$I$8<""),
--((($C$3:$C$8=39601)+($E$3:$E$8=39601)+($G$3:$G$8=3 9601))0))

But I'd use:

=SUMPRODUCT(--($I$3:$I$8<""),
--((($C$3:$C$8=date(2008,6,2))
+($E$3:$E$8=date(2008,6,2))
+($G$3:$G$8=date(2008,6,2)))0))

(or put the date in a different cell and use that cell in the formula.

amir2000 wrote:

Hi All

I have a table with 3 columns of dates and then a column with Set # that I
feel in the box #.
I need to see how many items processed for each set per day.

Example:
www.amir2000.nl/1.doc

The problem is that it counts the correct amount but not with the correct
dates.
The formula that I use is:

=SUMPRODUCT(--($I$3:$I$8<"")*(($C$3:$C$8=39601)+AND($E$3:$E$8=3 9601)+AND($G$3:$G$8=39601)))

Is anyone can help?

Many thanks in advance,

Amir


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 13
Default Extracting data

Hi again
Thanks but it's giving me the same result.
For examole in set 4 i processed 3 on the: 03/06, 05/06 and 06/06.
The formula shows:
02/06,03/06 and 04/06.
For some reason it shows only the first date column.
It counting ok but by the date.

Thanks,
Amir
--
www.amir2000.nl


"Dave Peterson" wrote:

Maybe...

=SUMPRODUCT(--($I$3:$I$8<""),
--((($C$3:$C$8=39601)+($E$3:$E$8=39601)+($G$3:$G$8=3 9601))0))

But I'd use:

=SUMPRODUCT(--($I$3:$I$8<""),
--((($C$3:$C$8=date(2008,6,2))
+($E$3:$E$8=date(2008,6,2))
+($G$3:$G$8=date(2008,6,2)))0))

(or put the date in a different cell and use that cell in the formula.

amir2000 wrote:

Hi All

I have a table with 3 columns of dates and then a column with Set # that I
feel in the box #.
I need to see how many items processed for each set per day.

Example:
www.amir2000.nl/1.doc

The problem is that it counts the correct amount but not with the correct
dates.
The formula that I use is:

=SUMPRODUCT(--($I$3:$I$8<"")*(($C$3:$C$8=39601)+AND($E$3:$E$8=3 9601)+AND($G$3:$G$8=39601)))

Is anyone can help?

Many thanks in advance,

Amir


--

Dave Peterson

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 13
Default Extracting data

Any suggestions???

Thaks,

Amir
--
www.amir2000.nl


"amir2000" wrote:

Hi again
Thanks but it's giving me the same result.
For examole in set 4 i processed 3 on the: 03/06, 05/06 and 06/06.
The formula shows:
02/06,03/06 and 04/06.
For some reason it shows only the first date column.
It counting ok but by the date.

Thanks,
Amir
--
www.amir2000.nl


"Dave Peterson" wrote:

Maybe...

=SUMPRODUCT(--($I$3:$I$8<""),
--((($C$3:$C$8=39601)+($E$3:$E$8=39601)+($G$3:$G$8=3 9601))0))

But I'd use:

=SUMPRODUCT(--($I$3:$I$8<""),
--((($C$3:$C$8=date(2008,6,2))
+($E$3:$E$8=date(2008,6,2))
+($G$3:$G$8=date(2008,6,2)))0))

(or put the date in a different cell and use that cell in the formula.

amir2000 wrote:

Hi All

I have a table with 3 columns of dates and then a column with Set # that I
feel in the box #.
I need to see how many items processed for each set per day.

Example:
www.amir2000.nl/1.doc

The problem is that it counts the correct amount but not with the correct
dates.
The formula that I use is:

=SUMPRODUCT(--($I$3:$I$8<"")*(($C$3:$C$8=39601)+AND($E$3:$E$8=3 9601)+AND($G$3:$G$8=39601)))

Is anyone can help?

Many thanks in advance,

Amir


--

Dave Peterson

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Extracting data klafert Excel Worksheet Functions 3 June 2nd 07 08:04 PM
Extracting Data for .Txt Files By Unique Field Data La Excel Discussion (Misc queries) 3 July 17th 06 01:30 PM
Extracting data Gingit Excel Discussion (Misc queries) 2 June 14th 06 05:42 PM
extracting data Lisa Childers Excel Discussion (Misc queries) 2 May 8th 06 01:37 PM
extracting data John Excel Worksheet Functions 2 November 15th 05 03:05 AM


All times are GMT +1. The time now is 12:27 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"