#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 247
Default AND function

A good day !

I have this function :

=AND(COUNT(B1;B3;B5)<=1;COUNT(C1;C3;C3)<=1;COUNT(D 1;D3;D5)<=1;COUNT(E1;E3;E*
5)<=1;COUNT(F1;F3;F5)<=1) ;
this function let me to know if every one of the 5 COUNT functions
have the result the value <=1;
(this is what I need !!, not to count everyone of the five count
functions the value <=1!!!)

Can you help me to get a function which do the same thing like this
function ?
I get some variants , but them doesn't work :

=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))
or

=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

=SUMPRODUCT(ISNUMBER(MATCH(ROW(B1:F5), {1,3,5},0))*(B1:F5<=1))

Thanks very much for your time
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default AND function

Try to use the "OR" fstion instead of "AND"...

it may work.


"ytayta555" escreveu:

A good day !

I have this function :

=AND(COUNT(B1;B3;B5)<=1;COUNT(C1;C3;C3)<=1;COUNT(D 1;D3;D5)<=1;COUNT(E1;E3;EĀ*
5)<=1;COUNT(F1;F3;F5)<=1) ;
this function let me to know if every one of the 5 COUNT functions
have the result the value <=1;
(this is what I need !!, not to count everyone of the five count
functions the value <=1!!!)

Can you help me to get a function which do the same thing like this
function ?
I get some variants , but them doesn't work :

=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))
or

=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

=SUMPRODUCT(ISNUMBER(MATCH(ROW(B1:F5), {1,3,5},0))*(B1:F5<=1))

Thanks very much for your time

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 247
Default AND function

On 12 Mai, 21:55, Tiago Nogueira
wrote:
Try to use the "OR" fstion instead of "AND"...

it may work.


Thank for sugestion ! First formula (with
AND....=AND(COUNT(B1;B3;B5)<=1;COUNT(C1....)
work perfectly for me ! What I need very strong is another function
which to do exactly the
same thing for me !
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,593
Default AND function

Why? If it works, why do you need another?

--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)



"ytayta555" wrote in message
...
On 12 Mai, 21:55, Tiago Nogueira
wrote:
Try to use the "OR" fstion instead of "AND"...

it may work.


Thank for sugestion ! First formula (with
AND....=AND(COUNT(B1;B3;B5)<=1;COUNT(C1....)
work perfectly for me ! What I need very strong is another function
which to do exactly the
same thing for me !



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 247
Default AND function

On 12 Mai, 22:15, "Bob Phillips" wrote:
Why? If it works, why do you *need another?


THANKS!
OH ! It's a long story !...How can I explain ? ...I'll try !

I was looking for many months to find a method to do Count functions
with references in combinatoric order , such as : COUNT(C1;C2;C3)
, then COUNT(C1;C2;C4),COUNT(C1;C2;C5),COUNT(C1;C3;C4) ...
etc ...etc ..; For my need I must have 15 references ; I has need
thousand
and thousand of this functions ; Now , I have 15.000.000 Count
functions with
the arguments/references in combinatoric order , so , no one of them
is not
identical with another ! I find a method which is doing 65536 Count
functions
with the arguments/references in combinatoric order in some few
minutes !
This thing , with a combination of VBA code and excel ;

Now , I need another function , and I try (and I can do this thing
now) to built it
in the same wey . But , if I'll get another variant for my function ,
I'm shure I'l
built it more easy .




  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 247
Default AND function

On 12 Mai, 22:15, "Bob Phillips" wrote:
Why? If it works, why do you *need another?


Sir Bob Philips , do you want to help me , and to give me an e-mail
or gmail adress to can explain you better my problem ?
(and , if you have need , how I find to built this kind of
Count functions ?) What for are helpfull this kind of functions ??
This kind of functions are very usefull for persons who have
lotto statistics hobby ! I was looking for to find this method many
months ...The method can be applicate and to another functions
similary with Count function .
Thanks for your time
  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 247
Default AND function

Sir T. Valko , do you want to help me , please ?
Many thanks
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
copy of excel file not showing formulal/function in the function b oaallam Excel Discussion (Misc queries) 4 September 6th 07 01:20 PM
LINKEDRANGE function - a complement to the PULL function (for getting values from a closed workbook) [email protected] Excel Worksheet Functions 0 September 5th 06 03:44 PM
Offset function with nested match function not finding host ss. MKunert Excel Worksheet Functions 1 March 21st 06 10:46 PM
Emulate Index/Match combo function w/ VBA custom function Spencer Hutton Excel Worksheet Functions 2 May 2nd 05 05:26 PM
Nested IF Function, Date Comparing, and NetworkDays Function carl Excel Worksheet Functions 2 December 29th 04 09:57 PM


All times are GMT +1. The time now is 04:46 AM.

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

About Us

"It's about Microsoft Excel"