robertw477
New Member
- Joined
- Mar 21, 2004
- Messages
- 30
I am trying to do a lookup match with a formula. This is not working. I either get a circular error or no data filled in.
The excel file is a file with a worksheet labeled Main and a worksheet labeled Ebay. In column C on the Main sheet there is a price. On some of the records (On the Main sheet) the price shows as 0. Column A on the main sheet is SKU number that is the link in common. On the second worksheet Ebay Column A is SKU and column C is price. I would like the prices copied from column C on Ebay sheet to column C on the main sheet if there is no price listed in that row.
=IF(ISBLANK(C2), VLOOKUP(A2, Ebay!A:C, 3, FALSE), C2)
I appreciate all advice here.
The excel file is a file with a worksheet labeled Main and a worksheet labeled Ebay. In column C on the Main sheet there is a price. On some of the records (On the Main sheet) the price shows as 0. Column A on the main sheet is SKU number that is the link in common. On the second worksheet Ebay Column A is SKU and column C is price. I would like the prices copied from column C on Ebay sheet to column C on the main sheet if there is no price listed in that row.
=IF(ISBLANK(C2), VLOOKUP(A2, Ebay!A:C, 3, FALSE), C2)
I appreciate all advice here.