I have a tab in a workbook which contains Recoveries. In that tab, Column B may contain values such as "March 2016" or "April 2016" etc..."
I am working in my tab called "June 2016 and I only want to include the values from the Recoveries tab if the values Match. Is there a way to do that? This is the formula I am using and it's not working correctly.
=IFERROR(IF(Recoveries!B14="June 2016",VLOOKUP(B15,Recoveries!$C$2:D100012,2),0),0)
I am working in my tab called "June 2016 and I only want to include the values from the Recoveries tab if the values Match. Is there a way to do that? This is the formula I am using and it's not working correctly.
=IFERROR(IF(Recoveries!B14="June 2016",VLOOKUP(B15,Recoveries!$C$2:D100012,2),0),0)