Hello,
I wanted to find the value I want among the one thousand data in Excel Sheet and I used binary search algorithm it doesn't work for me. Then, I got some errors so I simply rearrange the problem to be understandable more. I would be grateful if you could write the code for the following problem;
1. Check if there is a group (that includes same numbers) at first column
2. If there is a group, select the cell including a value greater than zero at its third column at that group.
3. Write “correct” on the cell in selected row of fourth column
I hope this was clear enough. If there is anything that you don't understand please let me know.
Thanks in advance for your help!
I wanted to find the value I want among the one thousand data in Excel Sheet and I used binary search algorithm it doesn't work for me. Then, I got some errors so I simply rearrange the problem to be understandable more. I would be grateful if you could write the code for the following problem;
1. Check if there is a group (that includes same numbers) at first column
2. If there is a group, select the cell including a value greater than zero at its third column at that group.
3. Write “correct” on the cell in selected row of fourth column
I hope this was clear enough. If there is anything that you don't understand please let me know.
Thanks in advance for your help!