PC Review


Reply
Thread Tools Rate Thread

Does Excel have Threshold function?

 
 
Jo
Guest
Posts: n/a
 
      21st Aug 2007
Hi,

If not, how it can be constructed? Any smart way?

Thanks,
Jo

 
Reply With Quote
 
 
 
 
Bernie Deitrick
Guest
Posts: n/a
 
      21st Aug 2007
Jo,

What do you want to do?

=IF(A1>3,"It's greater than 3","It's 3 or less.")

HTH,
Bernie
MS Excel MVP


"Jo" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi,
>
> If not, how it can be constructed? Any smart way?
>
> Thanks,
> Jo
>



 
Reply With Quote
 
Jo
Guest
Posts: n/a
 
      21st Aug 2007
On Aug 21, 2:29 pm, "Bernie Deitrick" <deitbe @ consumer dot org>
wrote:
> Jo,
>
> What do you want to do?
>
> =IF(A1>3,"It's greater than 3","It's 3 or less.")
>
> HTH,
> Bernie
> MS Excel MVP
>
> "Jo" <mas...@hotmail.com> wrote in message
>
> news:(E-Mail Removed)...
>
>
>
> > Hi,

>
> > If not, how it can be constructed? Any smart way?

>
> > Thanks,
> > Jo- Hide quoted text -

>
> - Show quoted text -


No, it is like this:

=if(randbetween(a1,a2)>3,randbetween(a1,a2),0).....provided the two
randbetween are IDENTICAL!

How please?

Jo


 
Reply With Quote
 
=?Utf-8?B?TWlrZSBI?=
Guest
Posts: n/a
 
      21st Aug 2007
Try
=IF(A1<5,A1,0)

and in A1
=RANDBETWEEN(1,10)

Mike


"Jo" wrote:

> On Aug 21, 2:29 pm, "Bernie Deitrick" <deitbe @ consumer dot org>
> wrote:
> > Jo,
> >
> > What do you want to do?
> >
> > =IF(A1>3,"It's greater than 3","It's 3 or less.")
> >
> > HTH,
> > Bernie
> > MS Excel MVP
> >
> > "Jo" <mas...@hotmail.com> wrote in message
> >
> > news:(E-Mail Removed)...
> >
> >
> >
> > > Hi,

> >
> > > If not, how it can be constructed? Any smart way?

> >
> > > Thanks,
> > > Jo- Hide quoted text -

> >
> > - Show quoted text -

>
> No, it is like this:
>
> =if(randbetween(a1,a2)>3,randbetween(a1,a2),0).....provided the two
> randbetween are IDENTICAL!
>
> How please?
>
> Jo
>
>
>

 
Reply With Quote
 
Jo
Guest
Posts: n/a
 
      21st Aug 2007
On Aug 21, 3:10 pm, Mike H <Mi...@discussions.microsoft.com> wrote:
> Try
> =IF(A1<5,A1,0)
>
> and in A1
> =RANDBETWEEN(1,10)
>
> Mike
>
>
>
> "Jo" wrote:
> > On Aug 21, 2:29 pm, "Bernie Deitrick" <deitbe @ consumer dot org>
> > wrote:
> > > Jo,

>
> > > What do you want to do?

>
> > > =IF(A1>3,"It's greater than 3","It's 3 or less.")

>
> > > HTH,
> > > Bernie
> > > MS Excel MVP

>
> > > "Jo" <mas...@hotmail.com> wrote in message

>
> > >news:(E-Mail Removed)...

>
> > > > Hi,

>
> > > > If not, how it can be constructed? Any smart way?

>
> > > > Thanks,
> > > > Jo- Hide quoted text -

>
> > > - Show quoted text -

>
> > No, it is like this:

>
> > =if(randbetween(a1,a2)>3,randbetween(a1,a2),0).....provided the two
> > randbetween are IDENTICAL!

>
> > How please?

>
> > Jo- Hide quoted text -

>
> - Show quoted text -


I thought of this but doesn't work in my case. Any other smart way?

Jo

 
Reply With Quote
 
Bernie Deitrick
Guest
Posts: n/a
 
      22nd Aug 2007
Jo,

You cannot have that as a single cell formula.

But, you could do this. In A3, for example:
=RANDBETWEEN(A1,A2)
Then in A4:
=IF(A3>3,A3,0)

HTH,
Bernie
MS Excel MVP

> =if(randbetween(a1,a2)>3,randbetween(a1,a2),0).....provided the two
> randbetween are IDENTICAL!
>
> How please?
>
> Jo



 
Reply With Quote
 
Dana DeLouis
Guest
Posts: n/a
 
      22nd Aug 2007
>> > =if(randbetween(a1,a2)>3,randbetween(a1,a2),0).....

If you are interested in the numbers 1-10, and wanted n>3. Would this idea
work?
Another way to say this is that you want the numbers 4-10 70% of the time.

=RANDBETWEEN(4,10)*(RAND()<=70%)

--
Dana DeLouis



"Jo" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> On Aug 21, 3:10 pm, Mike H <Mi...@discussions.microsoft.com> wrote:
>> Try
>> =IF(A1<5,A1,0)
>>
>> and in A1
>> =RANDBETWEEN(1,10)
>>
>> Mike
>>
>>
>>
>> "Jo" wrote:
>> > On Aug 21, 2:29 pm, "Bernie Deitrick" <deitbe @ consumer dot org>
>> > wrote:
>> > > Jo,

>>
>> > > What do you want to do?

>>
>> > > =IF(A1>3,"It's greater than 3","It's 3 or less.")

>>
>> > > HTH,
>> > > Bernie
>> > > MS Excel MVP

>>
>> > > "Jo" <mas...@hotmail.com> wrote in message

>>
>> > >news:(E-Mail Removed)...

>>
>> > > > Hi,

>>
>> > > > If not, how it can be constructed? Any smart way?

>>
>> > > > Thanks,
>> > > > Jo- Hide quoted text -

>>
>> > > - Show quoted text -

>>
>> > No, it is like this:

>>
>> > =if(randbetween(a1,a2)>3,randbetween(a1,a2),0).....provided the two
>> > randbetween are IDENTICAL!

>>
>> > How please?

>>
>> > Jo- Hide quoted text -

>>
>> - Show quoted text -

>
> I thought of this but doesn't work in my case. Any other smart way?
>
> Jo
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Threshold in Excel Dukey Microsoft Excel Misc 1 8th Aug 2008 08:17 AM
Re: How do I show a threshold line in an Excel chart? Bernard Liengme Microsoft Excel Charting 0 6th Dec 2006 06:03 PM
How do I sum numbers up to an certain threshold in Excel? =?Utf-8?B?U3R1Y2sgU3R1ZGVudA==?= Microsoft Excel Misc 4 30th Apr 2005 06:07 AM
Re: logon threshold davetest Windows XP Security 0 22nd Oct 2003 06:40 PM
Re: When I Import an Access Table With an Excel Function in a Cell it Displays as Text not as a Function in Excel Niek Otten Microsoft Excel Programming 2 18th Sep 2003 03:55 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:01 AM.