I have a spreadsheet that is basically a memory map.
I need to find a way to access the contents of the excel sheet depending on a user defined input.
For example...say that I have an excell with data as follows:
Input Row Output Row 1 Output Row 2
0 00 00
1 00 1F
2 03 02
3 0F 03
If a user enters 1, then I need to access the data only in the Output Rows corresponding with that input. Then I have to output the data in the two corresponding output rows.
The data could be saved as a txt
spreadsheet if need be, but I already have it in excel.
I am currently developing in 6.i, but I will have 6.1 in a couple of weeks.
If anyone has any examples or tips, it would be appreciated.