I have a cover sheet (listing the Months from which I get results like name, apartment number, payments)
Months
A2 Jan-April 2015 typed in
A3 May-Aug 2015 typed in
A4 Sept-Dec 2015 typed in
My worksheets tabs are also called Jan-April 2015 and so on
my formula right now in B2 is
=IF(ISNA(VLOOKUP($B$4,’Jan-April 2015′!$A$2:$J$3374,3,FALSE)),””,VLOOKUP($B$4,’Jan-April 2015′!$A$2:$J$3374,3,FALSE)
I would like not having to type in A2 Jan-April 2015 but instead refer to the worksheet tab Jan-April 2015. Something like in A2 =(worksheetName)-which would be Jan-April 2015. Then how would the formula be wrote in B2
Sorry I’m not very good at explaining things.