When I copy the formula, and press Enter, it brings up the Look in box and
shows;
Update Values: SlowDownChart.xlsx
When I cancel that, the cell shows #REF!
:
ppps. Make sure you have calculation turned to automatic.
Dave Peterson wrote:
Does that mean that the cell looks empty?
I bet that if you retype Brent in A3, you'll see that it retrieves the value in
that external file.
ps. Check to see what's in B3 of Sheet1 of that slowdownchart.xlsx workbook.
pps. Do you have slowdownchart.xlsx open and are you using xl2007?
Canon wrote:
=IF(A3="Brent",[SlowDownChart.xlsx]Sheet1!$B$3,"")
This is the formula I used, (the cell numbers are correct), but it won't
return a value.
:
Hi,
check for any spaces in cell A1 before or after Brent, if there is any
delete them
:
Mike, for some reason this formula is not working for me.
:
yes you can
:
Thanks Mike, can I just grab the information from the other workbook?
ie =sum(other workbook cell)
:
Hi,
Try this with the file extension changed as required
=IF(A1="Brent",[Book2.xlsx]Sheet1!$A$1,"")
Mike
:
Excel 2009
I am looking for a formula that will do the following;
If cell A1 in workbook one = Brent, then cell B1 must equal the amount in
cell A1 of workbook two