Currency Conversion Formula

ASP

New Member
Joined
Oct 1, 2024
Messages
2
Office Version
  1. Prefer Not To Say
Platform
  1. Windows
Hi, I am new in excel formula and I needed help from the experts.

I was asked to convert the currency in the column G,H,I,J,K into MYR in column L. The purpose is easier to compare the pricing.
However, I was unable to do it with [=IF(G<>"",$G$2, IF(H<>"",$H$2, IF(I<>"",$I$2, IF(J<>"",$J$2, IF(K<>"",$K$2)))))]
Or, is there any other way to do it? Thank you.


1727831206032.png
 

Excel Facts

Create a Pivot Table on a Map
If your data has zip codes, postal codes, or city names, select the data and use Insert, 3D Map. (Found to right of chart icons).
Enter in L4 and copy down. This assumes that there is only one value in each row.

Excel Formula:
=SUMPRODUCT($G4:$K4,$G$2:$K$2)
 
Upvote 0
Solution
You're welcome! I think there is a button or link in my post above so you can mark it as the solution.
 
Upvote 0

Forum statistics

Threads
1,223,099
Messages
6,170,114
Members
452,302
Latest member
TaMere

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top