Match Lookup Formula

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.
 

Attachments

  • excel.jpg
    excel.jpg
    82.5 KB · Views: 11

Excel Facts

Format cells as currency
Select range and press Ctrl+Shift+4 to format cells as currency. (Shift 4 is the $ sign).
Are you trying to put that formula in cell C2 (column C) on the main page? If so, you can't do that with a formula.
 
Upvote 0
I did put the formula in that box. Where should I put it? Is the formula itself correct?
Can you use the xl2bb add in (link below) to post mini worksheet(s) of your workbook? If not please post well labeled tables.
 
Upvote 0

Forum statistics

Threads
1,215,076
Messages
6,122,988
Members
449,093
Latest member
Mr Hughes

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top