Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5
Default SUM formula help PLEASE???

Sorry, this was posted to the wrong group originally

I can get this info via pivot table, but there has to be a way to get sum it
via a formula. I have multiple worksheets and each has multiple rows/columns
of data. I want to use 2 different sets of criteria (from different
worksheets) to sum multiple columns of numbers in the master worksheet. I
keep getting #N/A.

{=SUM(IF(($A2=Customer!$F$1:$F$800)*($B2=Sales!$H$ 1:$H$800),Master!L$1:O$800,FALSE))}

Can anyone help?

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default SUM formula help PLEASE???

Try this:

=SUMPRODUCT((Customer!$F$1:$F$800=$A2)*(Sales!$H$1 :$H$800=$B2)*Master!L$1:O$800)

--
Biff
Microsoft Excel MVP


"sk8gfast" wrote in message
...
Sorry, this was posted to the wrong group originally

I can get this info via pivot table, but there has to be a way to get sum
it
via a formula. I have multiple worksheets and each has multiple
rows/columns
of data. I want to use 2 different sets of criteria (from different
worksheets) to sum multiple columns of numbers in the master worksheet. I
keep getting #N/A.

{=SUM(IF(($A2=Customer!$F$1:$F$800)*($B2=Sales!$H$ 1:$H$800),Master!L$1:O$800,FALSE))}

Can anyone help?



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5
Default SUM formula help PLEASE???

I typed it in, but I'm not getting a value back. When I do a visual check,
it should have a number, but it's blank.


"T. Valko" wrote:

Try this:

=SUMPRODUCT((Customer!$F$1:$F$800=$A2)*(Sales!$H$1 :$H$800=$B2)*Master!L$1:O$800)

--
Biff
Microsoft Excel MVP


"sk8gfast" wrote in message
...
Sorry, this was posted to the wrong group originally

I can get this info via pivot table, but there has to be a way to get sum
it
via a formula. I have multiple worksheets and each has multiple
rows/columns
of data. I want to use 2 different sets of criteria (from different
worksheets) to sum multiple columns of numbers in the master worksheet. I
keep getting #N/A.

{=SUM(IF(($A2=Customer!$F$1:$F$800)*($B2=Sales!$H$ 1:$H$800),Master!L$1:O$800,FALSE))}

Can anyone help?




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5
Default SUM formula help PLEASE???

When I input this, I'm not getting a value. It comes back blank. If I hit
F9 to refresh, it still doesn't come up with a correct value. I've done a
visual check and I should have a value in this cell. Help?

"T. Valko" wrote:

Try this:

=SUMPRODUCT((Customer!$F$1:$F$800=$A2)*(Sales!$H$1 :$H$800=$B2)*Master!L$1:O$800)

--
Biff
Microsoft Excel MVP


"sk8gfast" wrote in message
...
Sorry, this was posted to the wrong group originally

I can get this info via pivot table, but there has to be a way to get sum
it
via a formula. I have multiple worksheets and each has multiple
rows/columns
of data. I want to use 2 different sets of criteria (from different
worksheets) to sum multiple columns of numbers in the master worksheet. I
keep getting #N/A.

{=SUM(IF(($A2=Customer!$F$1:$F$800)*($B2=Sales!$H$ 1:$H$800),Master!L$1:O$800,FALSE))}

Can anyone help?




  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default SUM formula help PLEASE???

It works for me.

I tried uploading a sample file to a file host but the ones I normally use
seem to be having problems at the moment. Go figure!

--
Biff
Microsoft Excel MVP


"sk8gfast" wrote in message
...
When I input this, I'm not getting a value. It comes back blank. If I
hit
F9 to refresh, it still doesn't come up with a correct value. I've done a
visual check and I should have a value in this cell. Help?

"T. Valko" wrote:

Try this:

=SUMPRODUCT((Customer!$F$1:$F$800=$A2)*(Sales!$H$1 :$H$800=$B2)*Master!L$1:O$800)

--
Biff
Microsoft Excel MVP


"sk8gfast" wrote in message
...
Sorry, this was posted to the wrong group originally

I can get this info via pivot table, but there has to be a way to get
sum
it
via a formula. I have multiple worksheets and each has multiple
rows/columns
of data. I want to use 2 different sets of criteria (from different
worksheets) to sum multiple columns of numbers in the master worksheet.
I
keep getting #N/A.

{=SUM(IF(($A2=Customer!$F$1:$F$800)*($B2=Sales!$H$ 1:$H$800),Master!L$1:O$800,FALSE))}

Can anyone help?








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



All times are GMT +1. The time now is 01:56 PM.

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

About Us

"It's about Microsoft Excel"