LARGE POLL OF NUMBERS
Closed
rhoknee
Posts
7
Registration date
Saturday March 27, 2010
Status
Member
Last seen
May 12, 2010
-
Mar 27, 2010 at 05:16 PM
rhoknee Posts 7 Registration date Saturday March 27, 2010 Status Member Last seen May 12, 2010 - Mar 29, 2010 at 03:35 PM
rhoknee Posts 7 Registration date Saturday March 27, 2010 Status Member Last seen May 12, 2010 - Mar 29, 2010 at 03:35 PM
Related:
- LARGE POLL OF NUMBERS
- How to remove poll in messenger - Guide
- Whatsapp poll - Home - WhatsApp
- How to create poll in viber - Guide
- Milfy city - dlc 1 - exclusive poll - Download - Adult games
- How to make poll in viber - Guide
2 responses
venkat1926
Posts
1863
Registration date
Sunday June 14, 2009
Status
Contributor
Last seen
August 7, 2021
811
Mar 27, 2010 at 09:49 PM
Mar 27, 2010 at 09:49 PM
are these poll numbers are in one column or in different columns for e.g
column A
0 1 0 0 2
or are they in columns A to E
column A
0 1 0 0 2
or are they in columns A to E
venkat1926
Posts
1863
Registration date
Sunday June 14, 2009
Status
Contributor
Last seen
August 7, 2021
811
Mar 28, 2010 at 10:12 PM
Mar 28, 2010 at 10:12 PM
I have prepared the macro. Then when I again went to your requirements I get into a logical problem
The question mark (?) is in row 14
It is
0 1 0 0 ?
There are 4 columns A to D before the question mark column which is in column E
your example shows
"I must find the numbers that have 0 1 0 at the beginning. "
To my logic it should be
0 1 0 0
Four columns CLARIFY
secondly
"if there are any rows with the same numbers and more"
that means in column A more than 0, in column B more than 1,in column c more than 0 and incolumn D more than 0 (column E will remain as it is )
that means the following rows will qualify .
0 1 0 0 2
1 1 0 0 1
1 1 1 1 0
0 1 0 2 1
This logic is also to be CLARIFIED
Send me the TWO clarifications and I have only to tweak the macro to suit your clarifications
The question mark (?) is in row 14
It is
0 1 0 0 ?
There are 4 columns A to D before the question mark column which is in column E
your example shows
"I must find the numbers that have 0 1 0 at the beginning. "
To my logic it should be
0 1 0 0
Four columns CLARIFY
secondly
"if there are any rows with the same numbers and more"
that means in column A more than 0, in column B more than 1,in column c more than 0 and incolumn D more than 0 (column E will remain as it is )
that means the following rows will qualify .
0 1 0 0 2
1 1 0 0 1
1 1 1 1 0
0 1 0 2 1
This logic is also to be CLARIFIED
Send me the TWO clarifications and I have only to tweak the macro to suit your clarifications
rhoknee
Posts
7
Registration date
Saturday March 27, 2010
Status
Member
Last seen
May 12, 2010
Mar 29, 2010 at 03:35 PM
Mar 29, 2010 at 03:35 PM
Sorry for the confusion,I did not explain it well. I have attached a link that has the poll of numbers.
Basically my aim is to look at the poll of numbers in columns E to M down to row 117. Starting at the top we search for a "?", we first find 1 1 1 0 1 0 0 1 at row 19. We check the above rows to see if we find any row starting with 1 1 1 0 1 0 0 1. if we do we note both anywhere on the right as I have done in the work sheet. If not we do nothing and move down the pool of number searching for the next ? We do this all the way down.In the example, we stop at 0? In the example I did not generate all the numbers as they are so many starting with 0.....
(For example If the numbers in the row are 7653420?, we check the above rows for any rows starting with 7653420....
http://wikisend.com/download/547730/example1.xlsx
I really appreciate you time.
Basically my aim is to look at the poll of numbers in columns E to M down to row 117. Starting at the top we search for a "?", we first find 1 1 1 0 1 0 0 1 at row 19. We check the above rows to see if we find any row starting with 1 1 1 0 1 0 0 1. if we do we note both anywhere on the right as I have done in the work sheet. If not we do nothing and move down the pool of number searching for the next ? We do this all the way down.In the example, we stop at 0? In the example I did not generate all the numbers as they are so many starting with 0.....
(For example If the numbers in the row are 7653420?, we check the above rows for any rows starting with 7653420....
http://wikisend.com/download/547730/example1.xlsx
I really appreciate you time.
Mar 28, 2010 at 03:45 AM