*I am using a VLook to find data from a different tab and put it into a chart. Everyday i insert a new updated tab ( with the same name, and i would need the same range from) that i need to use the vlookup on. Is there anyway that i can somehow put something else in the formula that searches for the tab so i don't have to redo the formula every time i insert the new tab
This is the formula i'm currently using
=IFERROR(VLOOKUP(D7,Sheet5!$A$6:$D$194,3,FALSE),0)
I need away to search within the vlookup for the tab then do the specified range every time without manually doing it
I think it has something to do with putting something before the specified sheet but i cant figure out what
This is what it looks like when i put the new tab in
=IFERROR(VLOOKUP(D7,'C:\Users\mdoto\Documents\SJG\[12.9 Credit Report.xlsx]Sheet7'!$A$7:$D$25,3,FALSE),0)
Bookmarks