Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 251
Default Formula needed, please

In a certain cell I need the answered derived from this: If B3:B5000=OCT,
then count the number of times "39" appears in V3:V5000.

That should be simple enough, but I believe I must think with too much
complexity!

Thank you
Connie Martin
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,124
Default Formula needed, please

try
=sumproduct((b2:b5000="Oct")*(v3:v5000=39))
or if col b is properly formatted dates
=sumproduct((month(b2:b5000)=10)*(v3:v5000=39))

--
Don Guillett
SalesAid Software

"Connie Martin" wrote in message
...
In a certain cell I need the answered derived from this: If B3:B5000=OCT,
then count the number of times "39" appears in V3:V5000.

That should be simple enough, but I believe I must think with too much
complexity!

Thank you
Connie Martin



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 251
Default Formula needed, please

You know, I was trying to do if with the 'sumproduct' function, but just got
in a big ball of mess! Thank you! This works wonderfully. You have a great
day!

Connie Martin

"Don Guillett" wrote:

try
=sumproduct((b2:b5000="Oct")*(v3:v5000=39))
or if col b is properly formatted dates
=sumproduct((month(b2:b5000)=10)*(v3:v5000=39))

--
Don Guillett
SalesAid Software

"Connie Martin" wrote in message
...
In a certain cell I need the answered derived from this: If B3:B5000=OCT,
then count the number of times "39" appears in V3:V5000.

That should be simple enough, but I believe I must think with too much
complexity!

Thank you
Connie Martin




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
Reusing formula Tony29 Excel Discussion (Misc queries) 7 September 7th 06 03:34 AM
IF-THEN Formula help needed Brandty123 Excel Worksheet Functions 7 July 7th 06 12:05 AM
Formula needed Excel Worksheet Functions 2 November 25th 05 05:07 PM
continuous sum formula needed NN Excel Discussion (Misc queries) 2 November 4th 05 06:49 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 07:48 PM


All times are GMT +1. The time now is 10:26 AM.

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"