- Регистрация
- 29.01.2015
- Сообщения
- 205
- Благодарностей
- 59
- Баллы
- 28
I need Zenno to search for a specific value in a specific column of a 100k rows excel table.
The only way to do this seems to be a a manual mode where you ask zenno to take each cell on the specific column and compare the value of that cell with the value you need to find. If the values are not the same, Zenno needs to move on to the next cell in that column and continue the loop. This is very time consuming and I need it do it faster.
I've found these C macros:
http://zennolab.com/discussion/threads/search-in-list-and-tables-via-c-macro.10733/
...but they are not very helpful in my situation because they only 'confirm' if the specified value has been found in the table (and they indeed work much much faster).
What I need after the specified value is found in the specified column of the excel table, is to take its row number and use it in order to take another element on that specific row.
Thanks for your thoughts.
The only way to do this seems to be a a manual mode where you ask zenno to take each cell on the specific column and compare the value of that cell with the value you need to find. If the values are not the same, Zenno needs to move on to the next cell in that column and continue the loop. This is very time consuming and I need it do it faster.
I've found these C macros:
http://zennolab.com/discussion/threads/search-in-list-and-tables-via-c-macro.10733/
...but they are not very helpful in my situation because they only 'confirm' if the specified value has been found in the table (and they indeed work much much faster).
What I need after the specified value is found in the specified column of the excel table, is to take its row number and use it in order to take another element on that specific row.
Thanks for your thoughts.