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 » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

SumProduct Counts Blank Results



 
 
Thread Tools Display Modes
  #1  
Old January 14th, 2004, 12:45 AM
Joe Gieder
external usenet poster
 
Posts: n/a
Default SumProduct Counts Blank Results

I have this formula =SUMPRODUCT(--('Priced BOM'!
$Y$3:$Y$999=26)) and it's supposed to count how many
cell values are over 26, the problem is that if there is
no value in cell Yx and only the formula it counts this
as being over 26. Is there any way to accurately count
only the values over 26?

TIA for your help
Joe
  #2  
Old January 14th, 2004, 01:11 AM
Frank Kabel
external usenet poster
 
Posts: n/a
Default SumProduct Counts Blank Results

Hi Joe
try
=SUMPRODUCT(('Priced BOM'!$Y$3:$Y$999=26)*ISNUMBER('Priced
BOM'!$Y$3:$Y$999))
Frank


Joe Gieder wrote:
I have this formula =SUMPRODUCT(--('Priced BOM'!
$Y$3:$Y$999=26)) and it's supposed to count how many
cell values are over 26, the problem is that if there is
no value in cell Yx and only the formula it counts this
as being over 26. Is there any way to accurately count
only the values over 26?

TIA for your help
Joe



  #3  
Old January 14th, 2004, 01:21 AM
JoeGieder
external usenet poster
 
Posts: n/a
Default SumProduct Counts Blank Results

Thanks Frank. I've been trying for what seems like
forever to solve this problem. I just need to learn more
of the functions and what and how you can add them
together.

Joe
-----Original Message-----
Hi Joe
try
=SUMPRODUCT(('Priced BOM'!$Y$3:$Y$999=26)*ISNUMBER

('Priced
BOM'!$Y$3:$Y$999))
Frank


Joe Gieder wrote:
I have this formula =SUMPRODUCT(--('Priced BOM'!
$Y$3:$Y$999=26)) and it's supposed to count how many
cell values are over 26, the problem is that if there

is
no value in cell Yx and only the formula it counts this
as being over 26. Is there any way to accurately count
only the values over 26?

TIA for your help
Joe



.

  #4  
Old January 14th, 2004, 01:27 AM
Frank Kabel
external usenet poster
 
Posts: n/a
Default SumProduct Counts Blank Results

Hi Joe
you're welcome. hope the formula now works for you
Frank

JoeGieder wrote:
Thanks Frank. I've been trying for what seems like
forever to solve this problem. I just need to learn more
of the functions and what and how you can add them
together.

Joe
-----Original Message-----
Hi Joe
try
=SUMPRODUCT(('Priced BOM'!$Y$3:$Y$999=26)*ISNUMBER ('Priced
BOM'!$Y$3:$Y$999))
Frank


Joe Gieder wrote:
I have this formula =SUMPRODUCT(--('Priced BOM'!
$Y$3:$Y$999=26)) and it's supposed to count how many
cell values are over 26, the problem is that if there is
no value in cell Yx and only the formula it counts this
as being over 26. Is there any way to accurately count
only the values over 26?

TIA for your help
Joe



.



  #5  
Old January 14th, 2004, 01:31 AM
Biff
external usenet poster
 
Posts: n/a
Default SumProduct Counts Blank Results

Hi Joe,

Or just use:

=COUNTIF('Priced BOM'!$Y$3:$Y$999,"=26")

Biff

-----Original Message-----
Hi Joe
try
=SUMPRODUCT(('Priced BOM'!$Y$3:$Y$999=26)*ISNUMBER

('Priced
BOM'!$Y$3:$Y$999))
Frank


Joe Gieder wrote:
I have this formula =SUMPRODUCT(--('Priced BOM'!
$Y$3:$Y$999=26)) and it's supposed to count how many
cell values are over 26, the problem is that if there is
no value in cell Yx and only the formula it counts this
as being over 26. Is there any way to accurately count
only the values over 26?

TIA for your help
Joe



.

 




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:05 AM.


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