Dear friends, I found this site (Extract all rows from a range that meet criteria in one column in excel | Get Digital Help - Microsoft Excel resource) with a very good formula and very helpful for my task that I have to complete.
I attached these two files just to ask help because I need to use this formula to bring the valued from merged Cells, back to a different XLS file.
So, my aim is to update automatically a spreadsheet with values from many different Excel files.
The first problem that I have to solve, is the Merged cells that return '0' value.
The second problem is how I will connect the "Data Extraction" xls file with the "Source File" xls file to get the results from there?
The results that you see at image 2 are from image 1 which is at the same workbook. The formula that I am using is the following (in order to work the formula press: Shift+CTRL+Enter):
=INDEX('2 Results'!$A$14:$F$25,SMALL(IF(($L$3<='2 Results'!$F$14:$F$25)*($L$4>='2 Results'!$F$14:$F$25),MATCH(ROW('2 Results'!$D$14:$D$25),ROW('2 Results'!$D$14:$D$25))),ROW('2 Results'!C1)),COLUMN('2 Results'!C1))
My aim is to extract the values from image 3 to image 2.
Could you help me with this please?
Thank you very much!
I attached these two files just to ask help because I need to use this formula to bring the valued from merged Cells, back to a different XLS file.
So, my aim is to update automatically a spreadsheet with values from many different Excel files.
The first problem that I have to solve, is the Merged cells that return '0' value.
The second problem is how I will connect the "Data Extraction" xls file with the "Source File" xls file to get the results from there?
The results that you see at image 2 are from image 1 which is at the same workbook. The formula that I am using is the following (in order to work the formula press: Shift+CTRL+Enter):
=INDEX('2 Results'!$A$14:$F$25,SMALL(IF(($L$3<='2 Results'!$F$14:$F$25)*($L$4>='2 Results'!$F$14:$F$25),MATCH(ROW('2 Results'!$D$14:$D$25),ROW('2 Results'!$D$14:$D$25))),ROW('2 Results'!C1)),COLUMN('2 Results'!C1))
My aim is to extract the values from image 3 to image 2.
Could you help me with this please?
Thank you very much!

