Hi Experts,
I thought I had this but not able to get it or find a good reference.
I have the following,
Column D4 and below with currency details i.e. AUD (D4), CAD (D5) etc.
Column Z4:Z100 (CurrImport – range) I’m importing data from Google finance but its return format in a cell is “1 SGD = 0.9545 AUD” (the number of numbers varies per currency).
So my formula,
=MID(VLOOKUP(D4,CurrImport,1,FALSE),9,LEN(VLOOKUP(D4,CurrImport,1,FALSE))-9-3)
But this give me an #N/A.
What I’m trying to do is extract the numbers only out of the relative currency cell within the CurrImport range.
I look forward to any ideas,
Thanks,
Stuart.
I thought I had this but not able to get it or find a good reference.
I have the following,
Column D4 and below with currency details i.e. AUD (D4), CAD (D5) etc.
Column Z4:Z100 (CurrImport – range) I’m importing data from Google finance but its return format in a cell is “1 SGD = 0.9545 AUD” (the number of numbers varies per currency).
So my formula,
=MID(VLOOKUP(D4,CurrImport,1,FALSE),9,LEN(VLOOKUP(D4,CurrImport,1,FALSE))-9-3)
But this give me an #N/A.
What I’m trying to do is extract the numbers only out of the relative currency cell within the CurrImport range.
I look forward to any ideas,
Thanks,
Stuart.