Hi everyone,
I have a sheet with prices in currency format in col A. I need to loop thru it and get the currency (three letter code) in col B, and the sum in col C.
Does someone have a good ide on how to best to that?
Eks:
I have a sheet with prices in currency format in col A. I need to loop thru it and get the currency (three letter code) in col B, and the sum in col C.
Does someone have a good ide on how to best to that?
Eks:
A | B | C |
$65.60 | USD | 65.60 |
€25.50 | EUR | 25.50 |
£10.00 | GBP | 10.00 |