Hello,
I have a table where column A shows sample numbers, column B shows sample names, and columns C to G show other properties of each sample.
In column J, I have a formula that spills down several sample numbers depending on various conditions.
I want all the A:G rows with sample numbers that match the numbers in the spill to be highlighted. I'm having a hard time to come up with the formula. I could easily write one for a single sample number (J1) like this:
=IF(ISNUMBER($J$1),$A1=$J$1) applied to =$A$1:$G$100
But how can I expand this to take into account the other spilled numbers in J?
Thanks for any input!
I have a table where column A shows sample numbers, column B shows sample names, and columns C to G show other properties of each sample.
In column J, I have a formula that spills down several sample numbers depending on various conditions.
I want all the A:G rows with sample numbers that match the numbers in the spill to be highlighted. I'm having a hard time to come up with the formula. I could easily write one for a single sample number (J1) like this:
=IF(ISNUMBER($J$1),$A1=$J$1) applied to =$A$1:$G$100
But how can I expand this to take into account the other spilled numbers in J?
Thanks for any input!