R
rjd123
I can accomplish part of what I am trying to do, but not all. I wonde
if anyone has any ideas?
I have a VLOOKUP formula that can tell me if an item on List 2 is o
List 1. I am using this as the forumla:
=IF(C2=VLOOKUP(C2,B:B,1),"Yes","No")
Serial # List 1 List 2 Is List 2 on List 1?
123000 FL19123 FL19123 Yes
234000 FL19124 FL19124 Yes
456000 FL19125 FL19126 No
In Column A is a list of serial numbers that match the same row i
Column B, List 1. Instead of returning a Yes or No to my query i
Column D, I would like to return the serial number of the line item i
column B.
Serial # List 1 List 2 Is List 2 on List 1,and if so what is the seria
number?
Would anyone know what the formula would be?
Many thanks,
rjd12
if anyone has any ideas?
I have a VLOOKUP formula that can tell me if an item on List 2 is o
List 1. I am using this as the forumla:
=IF(C2=VLOOKUP(C2,B:B,1),"Yes","No")
Serial # List 1 List 2 Is List 2 on List 1?
123000 FL19123 FL19123 Yes
234000 FL19124 FL19124 Yes
456000 FL19125 FL19126 No
In Column A is a list of serial numbers that match the same row i
Column B, List 1. Instead of returning a Yes or No to my query i
Column D, I would like to return the serial number of the line item i
column B.
Serial # List 1 List 2 Is List 2 on List 1,and if so what is the seria
number?
Would anyone know what the formula would be?
Many thanks,
rjd12