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

HI eveybody

I have this formula :


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

WHAT I NEED IS A PERFECT EQUIVALENT FOR THIS FORMULA !


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 only <=1!!!; it must work like Count functions,
not like a Countif function {Countif <=1 }) ;

I get some variants , but them doesn't work ;(but I think the
solution
is somewhere here arround) :


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

LAST VARIANT I GET IS :

=AND(MMULT(TRANSPOSE(ROW(rng))^0,ISNUMBER(rng)*{1; 0;1;0;1})<=1)
but , it doesn't work , too ...

I tried this formula :
=AND(COUNT(MATCH(ROWS(B1:F5);{1;3;5})=1)) , but when you work to
formula excel show you
that the range in formula is B1:D5 , not like in my first formula
B1;3;5 ; C1;3;5 ; D1;3;5; E1; .......etc .

I have in workbook in cell B1 value = 1 , C3 =1 , D5= 1000 (for
eg.) .When I add in cell D1 value = 5 , my
function become FALSE (what it is right) , and this formula remane
still TRUE (what it is wrong ).


I think the solution is somewhere arround , in this steps :


AND function first , then COUNT , then the combination of ROW and
MATCH functions ,
or another functions which give you the references identically for
the 5 Count functions from first formula ;
really , I don't understand what can do there ISNUMBER function , but
I don't know ;


Can anybody please to work for this function , please very much , I
tried in hundred weys , but
it still don't work .


Thank you very much for your time
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 342
Default EQUIVALENT for this FORMULA , please

I think you might be looking for:
=count(C1:F5)

"ytayta555" wrote:

HI eveybody

I have this formula :


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

WHAT I NEED IS A PERFECT EQUIVALENT FOR THIS FORMULA !


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 only <=1!!!; it must work like Count functions,
not like a Countif function {Countif <=1 }) ;

I get some variants , but them doesn't work ;(but I think the
solution
is somewhere here arround) :


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

LAST VARIANT I GET IS :

=AND(MMULT(TRANSPOSE(ROW(rng))^0,ISNUMBER(rng)*{1; 0;1;0;1})<=1)
but , it doesn't work , too ...

I tried this formula :
=AND(COUNT(MATCH(ROWS(B1:F5);{1;3;5})=1)) , but when you work to
formula excel show you
that the range in formula is B1:D5 , not like in my first formula
B1;3;5 ; C1;3;5 ; D1;3;5; E1; .......etc .

I have in workbook in cell B1 value = 1 , C3 =1 , D5= 1000 (for
eg.) .When I add in cell D1 value = 5 , my
function become FALSE (what it is right) , and this formula remane
still TRUE (what it is wrong ).


I think the solution is somewhere arround , in this steps :


AND function first , then COUNT , then the combination of ROW and
MATCH functions ,
or another functions which give you the references identically for
the 5 Count functions from first formula ;
really , I don't understand what can do there ISNUMBER function , but
I don't know ;


Can anybody please to work for this function , please very much , I
tried in hundred weys , but
it still don't work .


Thank you very much for your time

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
Function Equivalent need ytayta555 Excel Worksheet Functions 6 May 7th 08 02:53 PM
equivalent for function , please for help ytayta555 Excel Worksheet Functions 5 April 21st 08 02:03 AM
I need the equivalent of a "averageif" formula... plettieri Excel Discussion (Misc queries) 1 May 24th 06 02:19 AM
Formula equivalent of CurrentRegion bdr200 Excel Worksheet Functions 1 June 14th 05 11:41 AM
Lotus Equivalent Brian Keanie Excel Discussion (Misc queries) 6 January 2nd 05 10:48 PM


All times are GMT +1. The time now is 05:47 PM.

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"