Look up functions

W

wcurtis

Is there a formula that will look up the value in cell B1 in a sheet named
AE1 and copy the value into cell O3 in sheet named Data?
I have several sheets and values I need copied.
I have tried making the cell O3 in the Data sheet =AE1!B1 but I do not
always have a sheet named AE1 for the cell to refer to. I need to be able to
copy the Data sheet into a workbook and have it populate automatically and if
a sheet is not found the return a value of 0 to that cell.
 
W

wcurtis

Works great, but can I copy into a new workbook with out it referencing the
workbook it came out of?
 
J

JBeaucaire

Copy/Paste would add the original workbook name. Why copy? Just writ
new versions for the new workbook
 
Top