Jeet
New Member
Hi everyone...!
Can anyone help me on this pls..
1) I have a database of 100 double digit samples in a single column, each in separate cells (A1:A100)
2) I have 2 set of inputs.
3) Input 1 with 10 set of values & Input 2 also with 10 set of values.
Example:
Input 1 : [10,98,87,65,48,29,66,31,47,24] each in separate cells (A110:J110)
Input 2 : [63,28,11,58,05,39,81,73,23,40] each in separate cells (A111:J111)
4) What i require the formula to do is :
Step 1:It should take all Input 1 values as reference and look if any of its values is matching with the database (A1:A100). if any match found then proceed with next step.
Step 2: If match is found then take all Input 2 values as reference and look if any of the values is matching with the corresponding next row of database. if its matched then copy the values from database & display it in A114 or Highlight the cells
In short, it has to search a pair of cells in which the top cell ( Example A20 )should have a value matching any 1 value from Input 1 & the bottom cell ( Example A21 )should have a value match from Input 2.
If no match found then display NO MATCH FOUND.
Thanks in advance.
Can anyone help me on this pls..
1) I have a database of 100 double digit samples in a single column, each in separate cells (A1:A100)
2) I have 2 set of inputs.
3) Input 1 with 10 set of values & Input 2 also with 10 set of values.
Example:
Input 1 : [10,98,87,65,48,29,66,31,47,24] each in separate cells (A110:J110)
Input 2 : [63,28,11,58,05,39,81,73,23,40] each in separate cells (A111:J111)
4) What i require the formula to do is :
Step 1:It should take all Input 1 values as reference and look if any of its values is matching with the database (A1:A100). if any match found then proceed with next step.
Step 2: If match is found then take all Input 2 values as reference and look if any of the values is matching with the corresponding next row of database. if its matched then copy the values from database & display it in A114 or Highlight the cells
In short, it has to search a pair of cells in which the top cell ( Example A20 )should have a value matching any 1 value from Input 1 & the bottom cell ( Example A21 )should have a value match from Input 2.
If no match found then display NO MATCH FOUND.
Thanks in advance.
Last edited: