I have 2 excels: One is static file , other has data related to that static file.
I want an output wherein if I change anything in static, it should pick up the same value from data file.
For eg: Currently i want that for file name 5, since static in downside shows column A, it should pick the value from column A in data file that is -7185027.
I fi change the static from A to D, then it should pick data from column D ie 3749677.
Data excel:
| COBDATE | A | B | C | D | E | F | G | H | FileName4 |
| 11/10/2025 | | | | | 74523 | | | | 1 |
| 11/10/2025 | | | | | | 954123 | | | 2 |
| 11/10/2025 | | | | | | | -18374299.49 | | 3 |
| 11/10/2025 | | | | | | | | 90006379.6 | 4 |
| 11/10/2025 | -7185027 | 3275473 | -3305957 | 3749677 | | | | | 5 |
Static excel:
| File Name | Downside | Upside |
| 1 | E | |
| 2 | | F |
| 3 | G | |
| 4 | | H |
| 5 | A | B |