D
DT
Hi,
I have three diff files with the data something like this.
first file
1.xls
12
34
56
78
45
2.xls
21
22
28
35
3.xls
25
66
33
58
i want to use some function which can find the minimum value from each row
of this file and then put the file name of the min value
eg for first row if 12 is the cheapest value , function should return 1.xls
please let me know if this is possible.
I have three diff files with the data something like this.
first file
1.xls
12
34
56
78
45
2.xls
21
22
28
35
3.xls
25
66
33
58
i want to use some function which can find the minimum value from each row
of this file and then put the file name of the min value
eg for first row if 12 is the cheapest value , function should return 1.xls
please let me know if this is possible.