V Look Up / Index Match

Tingle

New Member
Joined
Dec 21, 2016
Messages
47
Hi All,

I have two spreadsheets for a monthly mail shot. The first spreadsheet has Full Names and Dates of births. The Second spreadsheet is a list of people that have returned with a response. Full Name & DoB again.

I need to do the following....

  • Run a look up to see who and how many have responded from the first list.
  • Identify those who have not responded
  • Show both these results in numbers (Maybe a Count/Sum formula)

Any help would be much appreciated. I am assuming that I need to run a look up form the original data, which then gives an outcome of "Yes or No", then a count or sum function to show numbers?

Thanks

Tingle
 

Excel Facts

Control Word Wrap
Press Alt+Enter to move to a new row in a cell. Lets you control where the words wrap.
Hi Tingle,

I would try a combination of VLOOKUP and IF.

=IF( ISERROR( VLOOKUP( Lookupvalue;array;column;truefalse) ; 0; 1)

If the VLOOKUP formula does not have a result, it will return a 0, if it returns a correct result it will give you a 1.
Then you can use a SUM formula to add up how many people have responded.
All the people showing a 0 have not responded.

Good luck!
Rick
 
Upvote 0

Forum statistics

Threads
1,223,904
Messages
6,175,295
Members
452,633
Latest member
DougMo

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