• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Currency Converter Calculator

ChaCha90

New Member
Need help on how to create a 'Currency Converter Calculator' in Excel. Need a formula to calculate i.e. 'ETH to BTC' based on the prices provides on the 1st tab of the attached spreadsheet.
 

Attachments

  • Currency Converter Calculator.xlsb
    15.8 KB · Views: 5
ChaCha90, Good evening.

Try to use:
Sheet --> 'Currency Converter Calculator'

D4 -->
Code:
=VLOOKUP(B3;'Currency Prices'!$C$2:$D$101;2;FALSE) * B4  /  VLOOKUP(D3;'Currency Prices'!$C$2:$D$101;2;FALSE)

I'm using an old Excel version at this moment.

I hope it helps.
 

Attachments

  • Currency Converter Calculator.xlsx
    20.9 KB · Views: 7
On the second tab are 2 sample formats that I am looking for but, I welcome all suggestions or formats to get me the end result. Thank you all in advance for your assistance.
 

Attachments

  • Currency Converter Calculator v2 (29 Mar 2021).xlsb
    19.7 KB · Views: 3
Back
Top