Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 ? ![]() -- Message posted from http://www.ExcelForum.com |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Pivot Puzzle | Excel Discussion (Misc queries) | |||
A real puzzle? | Excel Discussion (Misc queries) | |||
VLOOKUP puzzle ?? | Excel Worksheet Functions | |||
Excel Puzzle | Excel Worksheet Functions | |||
Can you help!!!!! New Puzzle | Excel Discussion (Misc queries) |