Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default SumProduct Formula Problem

I need a formular that will give me the total number of records that in
B2:B318 which equal "District" and I2:I318 for those records are not null,
this is what i have so far:
=SUMPRODUCT(('Hand Portable on Trains'!B2:B318="District")*('Hand Portable
on Trains'!I2:I318="<"))

Any help would be much appreciated

Kind regards

Nickie
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default SumProduct Formula Problem

Nickie,

Youe were close, try this

=SUMPRODUCT(('hand portable on trains'!B2:B318="District")*('hand portable
on trains'!I2:I318<""))

Mike

"Nickie" wrote:

I need a formular that will give me the total number of records that in
B2:B318 which equal "District" and I2:I318 for those records are not null,
this is what i have so far:
=SUMPRODUCT(('Hand Portable on Trains'!B2:B318="District")*('Hand Portable
on Trains'!I2:I318="<"))

Any help would be much appreciated

Kind regards

Nickie

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,355
Default SumProduct Formula Problem

I'd try

=SUMPRODUCT(--('Hand Portable on Trains'!B2:B318="District"),--('Hand
Portable
on Trains'!I2:I318="<"))

I'm not sure what the "<" means though.
--
HTH,
Barb Reinhardt

If this post was helpful to you, please click YES below.



"Nickie" wrote:

I need a formular that will give me the total number of records that in
B2:B318 which equal "District" and I2:I318 for those records are not null,
this is what i have so far:
=SUMPRODUCT(('Hand Portable on Trains'!B2:B318="District")*('Hand Portable
on Trains'!I2:I318="<"))

Any help would be much appreciated

Kind regards

Nickie

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default SumProduct Formula Problem

Thank you very much for your prompt response Mike, that did sort the problem

Kind regards

Nickie

"Mike H" wrote:

Nickie,

Youe were close, try this

=SUMPRODUCT(('hand portable on trains'!B2:B318="District")*('hand portable
on trains'!I2:I318<""))

Mike

"Nickie" wrote:

I need a formular that will give me the total number of records that in
B2:B318 which equal "District" and I2:I318 for those records are not null,
this is what i have so far:
=SUMPRODUCT(('Hand Portable on Trains'!B2:B318="District")*('Hand Portable
on Trains'!I2:I318="<"))

Any help would be much appreciated

Kind regards

Nickie

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default SumProduct Formula Problem

Your welcome

"Nickie" wrote:

Thank you very much for your prompt response Mike, that did sort the problem

Kind regards

Nickie

"Mike H" wrote:

Nickie,

Youe were close, try this

=SUMPRODUCT(('hand portable on trains'!B2:B318="District")*('hand portable
on trains'!I2:I318<""))

Mike

"Nickie" wrote:

I need a formular that will give me the total number of records that in
B2:B318 which equal "District" and I2:I318 for those records are not null,
this is what i have so far:
=SUMPRODUCT(('Hand Portable on Trains'!B2:B318="District")*('Hand Portable
on Trains'!I2:I318="<"))

Any help would be much appreciated

Kind regards

Nickie

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
Sumproduct formula problem chedd via OfficeKB.com Excel Worksheet Functions 2 November 27th 07 03:39 PM
Problem with SUMPRODUCT formula Tasha Excel Worksheet Functions 3 August 23rd 07 07:20 PM
Problem with SUMPRODUCT formula. Andrew Mackenzie Excel Discussion (Misc queries) 3 February 7th 07 01:24 PM
Problem with a SUMPRODUCT Formula carl Excel Worksheet Functions 8 March 20th 06 08:05 PM
Problem w/ A Sumproduct Formula carl Excel Worksheet Functions 2 March 17th 06 06:40 PM


All times are GMT +1. The time now is 08:13 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"