Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,118
Default Arguments Count Function problem

It's really important that you present your exact structure and what you
want to do in your first post. Otherwise, you could have many talented
people wasting their time solving a problem you don't have.

That being said...
try one of these:
=SUMPRODUCT(ISNUMBER(MATCH(ROW(B4:AH83),
{4,7,9,11,14,16,18,22,25,35,46,57,68,72,83},0))*
ISNUMBER(B4:AH83))

or
=COUNT(INDEX(MATCH(ROW(B4:AH83),
{4,7,9,11,14,16,18,22,25,35,46,57,68,72,83},0)/
ISNUMBER(B4:AH83),0))

Does that help?
--------------------------

Regards,

Ron
Microsoft MVP (Excel)
(XL2003, Win XP)


"ytayta555" wrote in message
...
I have a big problem !
I have many functions which have the arguments in this way ,
foe example :
=COUNT(B4;B7;B9;B11;B14;B16;B18;B22;B25;B35;B46;B5 7;B68;B72;B83)
I mean the rows are not in continuous mode ;
What I can do in this case ? Please for help !

I have a database of 231 with 15,000,000 count functions
with the references in combinatoric order ! I use it for ....
lotto statistic .
Many thanks again




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
Count AND arguments Jeff[_9_] New Users to Excel 7 November 2nd 07 01:11 AM
Count if two arguments met Not Excelerated[_2_] Excel Discussion (Misc queries) 1 August 9th 07 11:06 PM
count if with multi arguments [email protected] Excel Worksheet Functions 1 December 27th 06 09:50 PM
sumproduct to count two arguments [email protected] Excel Worksheet Functions 7 September 11th 06 03:18 AM
how do I count with multiple arguments Chris G Excel Worksheet Functions 1 February 1st 06 05:45 PM


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