I have simple yet specific thing i would like to do in Google spreadsheets. Basically it's currency conversion, but instead of usual solution (one way conversion) I need something more complex - both way conversion.
What i have is two cells: http://i.stack.imgur.com/s1eLK.png
What I need is that conversion works in both ways.
- When I enter dollars (B2), eur (A2) are converted & shown automatically (by my own defined conversation rate)
- When I enter eur (A2), dollars (B2) are converted & shown automatically (by my own defined conversion rate)
It works similar like this converter https://www.google.lv/?gws_rd=cr,ssl&ei=S3GpVJXKLYHmywOzsIHgDQ#q=dollar+to+eur only. I don't need to choose between multiple currencies, only $ and €.
Is there any script that I can use or am I missing some very easy solution here? Is it even possible to do in Google excel? Thank you guys!