Hello, I have column a with numbers and column be with numbers in column c1 and d1 I have 2 numbers and each number needs to be searched for in a different column which can't be in ascending order and I need to determine which number was found first. The number in c1 looks for numbers in column A and the number in d1 looks for the numbers in column B
Depending on the result I need to post a number, if it's from one column let's say it will equal 1 and if it's from the other it would equal 2
Here es an example of the data:
Is there a way to come up with a formula for this? I tried the MATCH formul but sometimes it gives me the #N/A and can't do anything with the results.
Thanks