S
Sam via OfficeKB.com
Hi All,
Happy New Year.
I would like a Formula to provide a solution to the scenario below returning
the expected results.
I have two Worksheets, Sheet1 and Sheet2 within the same Workbook using
different data layouts.
Sheet1 contains two columns of data; Column "A" = Numeric Labels (100-199)
spanning A17:A116 and Column "B" = Numeric Values (0-10) spanning B17:B116.
Sheet2 contains a row of Numeric Labels (1-100) spanning J250:AC250.
Sample Data Layout: Sheet1
Col "A" Col "B"
Labels Values
146 7
131 6
120 6
142 5
105 4
104 4
149 3
140 3
124 3
122 3
etc
Sample Data Layout: Sheet2 (dashes to keep alignment)
---------------------Col "J" Col "K" Col "L" Col "M" Col "N" Col "O"
etc Col "AC"
RowNo.250----105-------122-------124-------140--------142-------146-----------
---149
Scenario:
On Sheet1 find Numeric Values >=4 (greater than or equal to 4) and Return
their Numeric Label across a single row IF it MATCHES a Numeric Label on
Sheet2.
Expected Results: Numeric Labels returned across a single row
105, 142, 146
On Sheet1 Numeric Label 105 has a Numeric Value of 4 AND is also on Sheet2.
On Sheet1 Numeric Label 142 has a Numeric Value of 5 AND is also on Sheet2.
On Sheet1 Numeric Label 146 has a Numeric Value of 7 AND is also on Sheet2.
Thanks,
Sam
Happy New Year.
I would like a Formula to provide a solution to the scenario below returning
the expected results.
I have two Worksheets, Sheet1 and Sheet2 within the same Workbook using
different data layouts.
Sheet1 contains two columns of data; Column "A" = Numeric Labels (100-199)
spanning A17:A116 and Column "B" = Numeric Values (0-10) spanning B17:B116.
Sheet2 contains a row of Numeric Labels (1-100) spanning J250:AC250.
Sample Data Layout: Sheet1
Col "A" Col "B"
Labels Values
146 7
131 6
120 6
142 5
105 4
104 4
149 3
140 3
124 3
122 3
etc
Sample Data Layout: Sheet2 (dashes to keep alignment)
---------------------Col "J" Col "K" Col "L" Col "M" Col "N" Col "O"
etc Col "AC"
RowNo.250----105-------122-------124-------140--------142-------146-----------
---149
Scenario:
On Sheet1 find Numeric Values >=4 (greater than or equal to 4) and Return
their Numeric Label across a single row IF it MATCHES a Numeric Label on
Sheet2.
Expected Results: Numeric Labels returned across a single row
105, 142, 146
On Sheet1 Numeric Label 105 has a Numeric Value of 4 AND is also on Sheet2.
On Sheet1 Numeric Label 142 has a Numeric Value of 5 AND is also on Sheet2.
On Sheet1 Numeric Label 146 has a Numeric Value of 7 AND is also on Sheet2.
Thanks,
Sam