hi, i am not sure of the ins or outs for udfs, if they slow things down, add exponential file size, or what to call.. unstable? for name error popping up unless manually hit "enter" on cell and error goes away. i can post examples on some of that, but the question is 
is there a way to make a udf for combining: =IF(AND(ISNUMBER(A1),A1>0),1,0)
this is the second most repeat item using. guesse idea to "call as" idea might be: =IF(ISTRU(A1),1,0)
cannot think of a better name.. thanks.
don't see what trackbacks or tags are.
might be first post.. if i dont see my posts on a my profile page... will try to keep a link for this page.
i could make it a separate post, but is much related. the first most used - too long a formula is for tesing if names / characters exist in a cell / range..
and to make a UDF for something similar, am using eg:
SUMPRODUCT(--ISNUMBER(FIND(Lx,CV9:CW9)))>0
Lx is a defined name having variables eg: (use is case-sensitive)
={0;"S";"T";"U";"M"}
wouldn't believe the number of times used to just test a few characters.
to combine sumproduct, --isnumber, find,
eg call might be: =SUMF(Lx,CV9:CW9)>0
is there a way to make a udf for combining: =IF(AND(ISNUMBER(A1),A1>0),1,0)
this is the second most repeat item using. guesse idea to "call as" idea might be: =IF(ISTRU(A1),1,0)
cannot think of a better name.. thanks.
don't see what trackbacks or tags are.
might be first post.. if i dont see my posts on a my profile page... will try to keep a link for this page.
i could make it a separate post, but is much related. the first most used - too long a formula is for tesing if names / characters exist in a cell / range..
and to make a UDF for something similar, am using eg:
SUMPRODUCT(--ISNUMBER(FIND(Lx,CV9:CW9)))>0
Lx is a defined name having variables eg: (use is case-sensitive)
={0;"S";"T";"U";"M"}
wouldn't believe the number of times used to just test a few characters.
to combine sumproduct, --isnumber, find,
eg call might be: =SUMF(Lx,CV9:CW9)>0
Last edited: