A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

sumproduct



 
 
Thread Tools Display Modes
  #1  
Old June 14th, 2004, 09:18 PM
Sarah
external usenet poster
 
Posts: n/a
Default sumproduct

Any help would be appreciated:

I have a spreadsheet with company salaries on it. The
sheet has multiple positions. I have position titles
column C and pay rates in column D. The sheet that holds
the raw data is "Store Hourly." My goal is to count the
number of cashiers earning 6x=6.25. ($A3 is the field
that holds the word "Cashier".)

This is where I am stuck (I think sumproduct may not be
the way to go):

=SUMPRODUCT(('Store Hourly'!$C$2:$C$4592=$A3)*('Store
Hourly'!$D$2:$D$4592=6.25)*('Store Hourly'!
$D$2:F$45926))

I appreciate your time.
  #2  
Old June 14th, 2004, 09:32 PM
Domenic
external usenet poster
 
Posts: n/a
Default sumproduct

Hi Sarah,

Try,

=SUMPRODUCT(('Store Hourly'!$C$2:$C$4592=$A3)*('Store
Hourly'!$D$2:$D$45926)*('Store Hourly'!$D$2:$D$4592=6.25))

Hope this helps!

In article ,
"Sarah" wrote:

Any help would be appreciated:

I have a spreadsheet with company salaries on it. The
sheet has multiple positions. I have position titles
column C and pay rates in column D. The sheet that holds
the raw data is "Store Hourly." My goal is to count the
number of cashiers earning 6x=6.25. ($A3 is the field
that holds the word "Cashier".)

This is where I am stuck (I think sumproduct may not be
the way to go):

=SUMPRODUCT(('Store Hourly'!$C$2:$C$4592=$A3)*('Store
Hourly'!$D$2:$D$4592=6.25)*('Store Hourly'!
$D$2:F$45926))

I appreciate your time.

  #3  
Old June 14th, 2004, 09:50 PM
Harlan Grove
external usenet poster
 
Posts: n/a
Default sumproduct

"Sarah" wrote...
...
. . . My goal is to count the
number of cashiers earning 6x=6.25. ($A3 is the field
that holds the word "Cashier".)

This is where I am stuck (I think sumproduct may not be
the way to go):

=SUMPRODUCT(('Store Hourly'!$C$2:$C$4592=$A3)
*('Store Hourly'!$D$2:$D$4592=6.25)
*('Store Hourly'!$D$2:F$45926))


As written, I believe you have a typo in the last term. Try changing

('Store Hourly'!$D$2:F$45926)

to

('Store Hourly'!$D$2:$D$45926)

--
To top-post is human, to bottom-post and snip is sublime.
  #4  
Old June 14th, 2004, 10:07 PM
jeff
external usenet poster
 
Posts: n/a
Default sumproduct

Hi,Sarah,

I tried your formula on a small dataset - it seems
perfect to me except the last part is wrong - no $F,
but $D

$D$2:F$45926))


jeff
-----Original Message-----
Any help would be appreciated:

I have a spreadsheet with company salaries on it. The
sheet has multiple positions. I have position titles
column C and pay rates in column D. The sheet that

holds
the raw data is "Store Hourly." My goal is to count the
number of cashiers earning 6x=6.25. ($A3 is the field
that holds the word "Cashier".)

This is where I am stuck (I think sumproduct may not be
the way to go):

=SUMPRODUCT(('Store Hourly'!$C$2:$C$4592=$A3)*('Store
Hourly'!$D$2:$D$4592=6.25)*('Store Hourly'!
$D$2:F$45926))

I appreciate your time.
.

  #5  
Old June 14th, 2004, 10:25 PM
Sarah
external usenet poster
 
Posts: n/a
Default sumproduct

THANKS TO ALL!!!!
-----Original Message-----
Hi,Sarah,

I tried your formula on a small dataset - it seems
perfect to me except the last part is wrong - no $F,
but $D

$D$2:F$45926))


jeff
-----Original Message-----
Any help would be appreciated:

I have a spreadsheet with company salaries on it. The
sheet has multiple positions. I have position titles
column C and pay rates in column D. The sheet that

holds
the raw data is "Store Hourly." My goal is to count

the
number of cashiers earning 6x=6.25. ($A3 is the field
that holds the word "Cashier".)

This is where I am stuck (I think sumproduct may not be
the way to go):

=SUMPRODUCT(('Store Hourly'!$C$2:$C$4592=$A3)*('Store
Hourly'!$D$2:$D$4592=6.25)*('Store Hourly'!
$D$2:F$45926))

I appreciate your time.
.

.

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 02:21 PM.


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