Hi all.
I have an excel sheet as data source, with a table (named Table1) that shows 1 column called “x1”.
I would like to collect the content of the column x1 up to a certain value chosen by the user using an input box.
for your better understanding, hereunder an example
-Column x1 shows numbers from 0.1 to 100 (with step size of 0.1)
-the user write 50 in the inputbox
- all the values up to a number <=50 are collected
Hope I was clear.
thanks a lot in advance