I’m trying to add a formula to a cell that already references an external page.
The worksheet is set out like so:
The first row is a years, some 2010, some 2011.
Under them is a list product values. So 242352 etc etc…
The tricky part is that some cells have different exchange rates for them and as this is updated each month on another separate sheet, new exchange rates need to be imputed manually.
Is there a formula that would, look for the cell above it and if it contains 2011 say, reference the exchange rate in another sheet or if 2010 use a different one… etc
You could use a kludgy IF syntax such as:
Or you could use a CHOOSE method: