Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Randbetween puzzle??!?

I want to get an output into an csv file which I am opening in notepad
that reads like:


create (20 )

where 20 is a random number created using randbetween function


At the moment I am getting an output which is:

create (,20 ,)

How can I get rid of those nasty comma's ? :confused

--
Message posted from http://www.ExcelForum.com

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Randbetween puzzle??!?

Not knowing how you are creating this, I will take a stab at min
reading.... Is this what you have?

CellA1: Create(
CellB1: RandBetween(0,100) {or some limits}
CellC1: )

If so what you really need is:

="Create(" & RANDBETWEEN(0,100) & ")"

and it should only use one cell.

If I've guessed wrong, post back and I'll take another stab at it.



--
Message posted from http://www.ExcelForum.com

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
Pivot Puzzle Wanna Learn Excel Discussion (Misc queries) 3 November 1st 07 12:11 AM
A real puzzle? paulsuk Excel Discussion (Misc queries) 7 March 7th 07 07:27 PM
VLOOKUP puzzle ?? Anthony Excel Worksheet Functions 8 November 29th 06 05:49 PM
Excel Puzzle dwalesb Excel Worksheet Functions 2 January 26th 06 06:27 PM
Can you help!!!!! New Puzzle Krefty Excel Discussion (Misc queries) 0 June 13th 05 08:13 PM


All times are GMT +1. The time now is 04:06 AM.

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"