Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 69
Default Does Excel have Threshold function?

Hi,

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

Thanks,
Jo

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,441
Default Does Excel have Threshold function?

Jo,

What do you want to do?

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

HTH,
Bernie
MS Excel MVP


"Jo" wrote in message
ps.com...
Hi,

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

Thanks,
Jo



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 69
Default Does Excel have Threshold function?

On Aug 21, 2:29 pm, "Bernie Deitrick" <deitbe @ consumer dot org
wrote:
Jo,

What do you want to do?

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

HTH,
Bernie
MS Excel MVP

"Jo" wrote in message

ps.com...



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


  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,501
Default Does Excel have Threshold function?

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(A13,"It's greater than 3","It's 3 or less.")

HTH,
Bernie
MS Excel MVP

"Jo" wrote in message

ps.com...



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



  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 69
Default Does Excel have Threshold function?

On Aug 21, 3:10 pm, Mike H 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(A13,"It's greater than 3","It's 3 or less.")


HTH,
Bernie
MS Excel MVP


"Jo" wrote in message


ups.com...


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



  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 947
Default Does Excel have Threshold function?

=if(randbetween(a1,a2)3,randbetween(a1,a2),0).... .

If you are interested in the numbers 1-10, and wanted n3. 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" wrote in message
ps.com...
On Aug 21, 3:10 pm, Mike H 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(A13,"It's greater than 3","It's 3 or less.")


HTH,
Bernie
MS Excel MVP


"Jo" wrote in message


ups.com...


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



  #7   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,441
Default Does Excel have Threshold function?

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(A33,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
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
Threshold in Excel Dukey Excel Discussion (Misc queries) 1 August 8th 08 08:17 AM
How do I show a threshold line in an Excel chart? Ben Charts and Charting in Excel 1 December 6th 06 06:03 PM
Round to up to a threshold jeffbert Excel Worksheet Functions 6 October 23rd 06 08:33 PM
Index Using Threshold Value chaz Excel Discussion (Misc queries) 3 May 23rd 06 02:43 AM
How do I sum numbers up to an certain threshold in Excel? Stuck Student Excel Discussion (Misc queries) 4 April 30th 05 06:07 AM


All times are GMT +1. The time now is 02:53 PM.

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"