W
wellsrp
I am using a formula to retrieve information from one worksheet to
another.
To simplify my issue, see if you can understand the example below:
1. Open a new worksheet
2. In Column A, enter the numbers 1 thru 9 down the column
3. In Column B, enter the numbers A thru I down the column
4. In Column F, list the following numbers down the column: 5, 9, 4,
12, 6, 7, 22, 3, 450
5. In Column G, enter the formula: =LOOKUP(F1,$A$1:$A$9,$B$1:$B$9)
6. Copy the formula down and look at the results.
For the values 12, 22 and 450, the logic should have failed, but
returns the bottom-most value from the return value array.
Basically, I am trying to compare two lists, and when an item does not
appear in the first list, it should return a blank value. If the item
does appear, then it should return the corresponding value for a cell
on the sheet.
Any ideas?
Thanks for you help!
Take care.
RPW
another.
To simplify my issue, see if you can understand the example below:
1. Open a new worksheet
2. In Column A, enter the numbers 1 thru 9 down the column
3. In Column B, enter the numbers A thru I down the column
4. In Column F, list the following numbers down the column: 5, 9, 4,
12, 6, 7, 22, 3, 450
5. In Column G, enter the formula: =LOOKUP(F1,$A$1:$A$9,$B$1:$B$9)
6. Copy the formula down and look at the results.
For the values 12, 22 and 450, the logic should have failed, but
returns the bottom-most value from the return value array.
Basically, I am trying to compare two lists, and when an item does not
appear in the first list, it should return a blank value. If the item
does appear, then it should return the corresponding value for a cell
on the sheet.
Any ideas?
Thanks for you help!
Take care.
RPW