![]() |
#11
|
||||
|
||||
![]()
You are behaving like a troll. To say as you do:
Quote:
Your assertion that one has to: Quote:
For a solution without repeated numbers, simply add another column, B, with: B1 =COUNT(A$1:A1) Copy B1 down to B75 B76 =SUM(B1:B75) Then, with the macro, change: While Range("A75").Text = "#NUM!" to: While Range("A75").Text = "#NUM!" Or Range("A75").Text < 80 Or Range("A75").Text > 600 Or Range("B76").Value > 75 Just be prepared to wait a long time while Excel does the recalculations. There are, of course, other methods, such as using: While Range("A75").Text = "#NUM!" Or Range("A75").Text < 80 Or Range("A75").Text > 600 then, when Excel calculates a series with duplicates, change just the duplicates... but I guess the thought never occurred to you that might be possible. End of story. No "calculate the more then 33681*10^90 combination" required. The fact you don't know how to do this doesn't mean it can't be done - and quite simply - if you know what you're doing.
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Filling cells with random numbers using loops? (VBA) | Sajj | Excel Programming | 4 | 04-10-2013 02:29 PM |
Random number difficulties | ahrinn | Word | 12 | 08-01-2012 01:04 PM |
Random number generator for Powerpoint 2011 | kala85 | PowerPoint | 0 | 11-19-2011 06:16 AM |
How to fill a cell with random numbers to do calculations? | zanat0s | Excel | 1 | 06-13-2011 10:33 AM |
Display Random Numbers as Transition | greenbutton | PowerPoint | 0 | 03-09-2011 04:43 PM |