Hi all,
Thank you in advance!
I have 2 columns of data: The 1st column is a randomized number list produced by a macro. The 2nd column has unique numbers distributed for each match using a separate criteria (many rows have duplicate numbers because the names match)
For instance:
AQ AR
19 1
18 1
2 2
4 3
27 4
6 4
4
5
6
7
7
8
I want the formula to produce a "Yes" if the numbers in AR are anywhere within the range of AQ. It would be very nice if i could make this into a macro, where i select the range of "AQ" because i have different data groups in the spreadsheet (all separated by a blank row).
The formula i have now is:
=IFERROR(IF(MATCH(AR2,$AQ$2:$AQ$7),"yes",),"")
The problem - For instance, This is currently producing a yes for # 23 in "AR" when #23 is not in "AQ"
Please help
Thank you so much!
Thank you in advance!
I have 2 columns of data: The 1st column is a randomized number list produced by a macro. The 2nd column has unique numbers distributed for each match using a separate criteria (many rows have duplicate numbers because the names match)
For instance:
AQ AR
19 1
18 1
2 2
4 3
27 4
6 4
4
5
6
7
7
8
I want the formula to produce a "Yes" if the numbers in AR are anywhere within the range of AQ. It would be very nice if i could make this into a macro, where i select the range of "AQ" because i have different data groups in the spreadsheet (all separated by a blank row).
The formula i have now is:
=IFERROR(IF(MATCH(AR2,$AQ$2:$AQ$7),"yes",),"")
The problem - For instance, This is currently producing a yes for # 23 in "AR" when #23 is not in "AQ"
Please help
Thank you so much!