Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default how will i create different number conbinations in ms excel?

my boss is asking me if i can do a different combination of number between
1-9 with the use of a formula.. i need your help to solve my problem.. thanks
guys...
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 26
Default how will i create different number conbinations in ms excel?

When you say "different", do you really mean random?

To generate a random real number between a and b, use:
RAND()*(b-a)+a

To get the integer portion, use INT(RAND()*(b-a)+a)

--
Y


"heartangel" wrote:

my boss is asking me if i can do a different combination of number between
1-9 with the use of a formula.. i need your help to solve my problem.. thanks
guys...

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
How do I create a random number generator in excel? Katie Excel Worksheet Functions 2 July 20th 06 01:50 AM
The number in this cell is formatted as text or preceded by an apostrophe" problem in Excel [email protected] Excel Discussion (Misc queries) 2 July 13th 06 01:55 PM
Excel Range Value issue (Excel 97 Vs Excel 2003) Keeno Excel Discussion (Misc queries) 2 June 13th 05 02:01 PM
Excel 2003 random number generator JJ Excel Discussion (Misc queries) 1 May 4th 05 01:02 PM
I need to create gift certificates in excel how do I number each . Gus22 Excel Worksheet Functions 1 December 9th 04 06:59 AM


All times are GMT +1. The time now is 07:31 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"