Hi,
Is there a way to extract data tables from an unkwon number of excel files and then merge those data tables replacing the values of the element that have - or N/A?
Example:
Table 1 :
Value1 | value2| value3 | value4
N/A | 1222 | - | 299
100 | - | 123 | 400
- | N/A | 333 | 111
Table 2
Value1 | value2| value3 | value4
100 | - | 500 | NA
100 | 200 | N/A | 400
300 | 500 | 333 | 111
Result
Value1 | value2| value3 | value4
100 | 1222| 500 | 299
100 | 200 | 123 | 400
300 | 500 | 333 | 111