Verify, then return data

sjakubik

Board Regular
Joined
Oct 20, 2009
Messages
54
I am working in spreadsheet 1, and need Excel to look at column B, go to spreadsheet 2, find the value (it's text) from that spreadsheet, and tell me if there is a number in a corresponding column which is greater than zero.

An example:
SPREADSHEET 1
Region Pet
North America Mouse
South America Mouse
South America Dog
South America Monkey
Europe Monkey
Europe Dog

SPREADSHEET 2
Mouse $1000
Mouse $500
Dog $0
Cat $5
Dog $0

I've tried a combination of VLOOKUP, SUMIF and COUNTIF functions, but I'm just missing something. Any help is appreciated. Thanks!
<!-- / message -->
 

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest
Hi
Sheet1 C2 =IF(VLOOKUP(B2,Sheet2!A2:B25,2,FALSE) >0,VLOOKUP(B2,Sheet2!A2:B25,2,FALSE),"")
Drag the formula till the end of data.
Ravi
 
Upvote 0

Forum statistics

Threads
1,214,968
Messages
6,122,506
Members
449,089
Latest member
RandomExceller01

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