I have file and in column J2 & K2, so need a sigle formaul to apply to all the sheets not sure how to do it but is ispossible
J2 this correct
K2 this is corret
above 2 formuls works all fine, but there are around (Cisco_0.csv!) 0 to 9 csv files and names have added a sheet1 with all file names as list, so that that list will check .csv0 to .csv 9 and give the result in J2 and K2 respectively.
this modified formual in J2 is not working.
J2 this correct
Excel Formula:
=INDEX(Cisco_0.csv!$A:$H,MATCH(X2,Cisco_0.csv!$E:$E,0),1)
Excel Formula:
=INDEX(Cisco_0.csv!$A:$H,MATCH(X2,Cisco_0.csv!$E:$E,0),8)
above 2 formuls works all fine, but there are around (Cisco_0.csv!) 0 to 9 csv files and names have added a sheet1 with all file names as list, so that that list will check .csv0 to .csv 9 and give the result in J2 and K2 respectively.
Golden Automation AFinal V1.xlsm | |||
---|---|---|---|
A | |||
1 | List of FileNames | ||
2 | [Cisco_0.csv]Cisco_0'! | ||
3 | [Cisco_1.csv]Cisco_1.csv! | ||
4 | [Cisco_2.csv]Cisco_2.csv! | ||
5 | [Cisco_3.csv]Cisco_3.csv! | ||
6 | [Cisco_4.csv]Cisco_4.csv! | ||
7 | [Cisco_5.csv]Cisco_5.csv! | ||
8 | [Cisco_6.csv]Cisco_6.csv! | ||
9 | [Cisco_7.csv]Cisco_7.csv! | ||
10 | [Cisco_8.csv]Cisco_8.csv! | ||
11 | [Cisco_9.csv]Cisco_9.csv! | ||
Sheet1 |
this modified formual in J2 is not working.
Excel Formula:
=INDEX(INDIRECT(INDEX(Sheet1!$A$2,MATCH(X2,Sheet1!$E$2:$E$11, 0))&"'!$A:$H"),MATCH(X2, INDIRECT(INDEX(Sheet1!$A$2,MATCH(X2,Sheet1!$E$2:$E$11, 0))&"'!$E:$E"), 0),1)