Hi folks,
I hope you can help, I'm trying to run a PO/budget sheet with 4 currencies in it.
I'd like to have a column at the end which calculates my monthly outgoings in GBP, using a fixed exchange rate.
I'd like the function to see which column (B/C/D/E) has a figure in it, convert it to GBP (with the appropriate exchange rate that I can store somewhere on the sheet if necessary) and then place that figure in column G.
I put column F in as I thought it might help the formula do the calculation but am happy to remove it if not needed.
I did try the following but they didn't work - maybe I was using the wrong formulas
=INDEX(B2:E2,LOOKUP("F2",B1:E1,FALSE))
and also
=HLOOKUP(F2,B2:E2,2,FALSE)
[TABLE="width: 500"]
<tbody>[TR]
[TD]PO number[/TD]
[TD]£[/TD]
[TD]AU$[/TD]
[TD]US$[/TD]
[TD]€[/TD]
[TD]Currency[/TD]
[TD]Total outgoings £GBP[/TD]
[/TR]
[TR]
[TD]PO Jan01[/TD]
[TD]500.00[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]GBP[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]PO Jan02[/TD]
[TD][/TD]
[TD][/TD]
[TD]350[/TD]
[TD][/TD]
[TD]US$[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]PO Jan03[/TD]
[TD][/TD]
[TD]1000[/TD]
[TD][/TD]
[TD][/TD]
[TD]AU$[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]PO Jan04[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]400[/TD]
[TD]€[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I hope you can help, I'm trying to run a PO/budget sheet with 4 currencies in it.
I'd like to have a column at the end which calculates my monthly outgoings in GBP, using a fixed exchange rate.
I'd like the function to see which column (B/C/D/E) has a figure in it, convert it to GBP (with the appropriate exchange rate that I can store somewhere on the sheet if necessary) and then place that figure in column G.
I put column F in as I thought it might help the formula do the calculation but am happy to remove it if not needed.
I did try the following but they didn't work - maybe I was using the wrong formulas
=INDEX(B2:E2,LOOKUP("F2",B1:E1,FALSE))
and also
=HLOOKUP(F2,B2:E2,2,FALSE)
[TABLE="width: 500"]
<tbody>[TR]
[TD]PO number[/TD]
[TD]£[/TD]
[TD]AU$[/TD]
[TD]US$[/TD]
[TD]€[/TD]
[TD]Currency[/TD]
[TD]Total outgoings £GBP[/TD]
[/TR]
[TR]
[TD]PO Jan01[/TD]
[TD]500.00[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]GBP[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]PO Jan02[/TD]
[TD][/TD]
[TD][/TD]
[TD]350[/TD]
[TD][/TD]
[TD]US$[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]PO Jan03[/TD]
[TD][/TD]
[TD]1000[/TD]
[TD][/TD]
[TD][/TD]
[TD]AU$[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]PO Jan04[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]400[/TD]
[TD]€[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]