Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a column w/ a #, there are about 1,000 columns, the #s range fro
1 - 15788. Lets say we are working in column A & we have the followin data. A1 - 10000 A2 - 8000 A3 - 5000 A4 - 5000 A5 - 4000 A6 - 4000 The formula/code would look @ a # & see that it is less than a sampl size I select (x), lets say x is 20,000. Formula looks @ A1 & say cell is less than x, it then evaluates the next cell & takes th previous (since it was less than x) & sums it (10,000 + 8,000). Thi total is less than x. So it looks @ A3. (10,000 + 8,000 + 5,000 23,000). This is greater than x. Since it is greater than x, th formula will * the cell or highlight or make it known that it has bee selected by any means. The formula must then take 23,000 - x = 3,000. 3,000 would be carried over to the next cell & the process continues. 3,000 + A4 5,000 = 8,000. 8,000 + 4,000 = 12,000. 12,000 + 4,000 16,000. This will continue until it = or is greater than 20,000. An help would be of great assistance. The purpose of this is to selec sample sizes every so many numbers. Any questions or more detail, jus drop me a msg. Thanks again. Dan -- Message posted from http://www.ExcelForum.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Odd Excel Formula Problem | New Users to Excel | |||
Excel Formula Problem | New Users to Excel | |||
problem with excel formula | Excel Worksheet Functions | |||
Excel formula problem | Excel Discussion (Misc queries) | |||
Problem with formula in Excel | Excel Worksheet Functions |