+ Reply to Thread
Results 1 to 8 of 8

How do you get a 3 cell currency conversion formula to be editable?

  1. #1
    Registered User
    Join Date
    08-02-2017
    Location
    Home
    MS-Off Ver
    Excel 2010
    Posts
    8

    Question How do you get a 3 cell currency conversion formula to be editable?

    OK, I haven't been on this forum for ages and I am using Libre Calc instead but I was wondering how I could achieve this goal.

    I want to create a simple 3 cell formula that does simple, singular currency conversion: First currency value, second currency value and the exchange rate.

    However, I want to make it so that whichever cell I edit, the other cell values change dynamically. I understand that there is a conflict when it comes to cell input here because you can only have either a formula in a cell or have it editable and not both. Is it possible to break this rule?

    If anyone has a solution, though, or can think of a workaround then I would be greatly appreciative.

    Sorry if this sounds like a weird request.

    Thanks for your time.

    Cheers,
    Paul
    (mix_mash)
    Last edited by mix_mash; 10-21-2023 at 09:20 AM.

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,869

    Re: How do you get a 3 cell currency conversion formula to be editable?

    Are you still using Excel 2010?

    There are instructions at the top of the page explaining how to attach your sample workbook (yellow banner: HOW TO ATTACH YOUR SAMPLE WORKBOOK). Screenshots are of little practical use as we cannot manipulate them.

    A good sample workbook has just 10-20 rows of representative data that has been desensitised. It also has expected results mocked up, worked examples where required, relevant cells highlighted and a few explanatory notes.

    Administrative Note:

    Although we value your privacy as much you do, it could be important that members have a rough idea of your location as the solutions they offer may be affected by your locale. For instance, you might in the future post questions which are related to your regional settings.

    With this in mind, please update your profile to something more precise (something such as UK, Europe, USA, UAE, etc. will suffice).

    Thank you for helping us to help you.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Registered User
    Join Date
    08-02-2017
    Location
    Home
    MS-Off Ver
    Excel 2010
    Posts
    8

    Re: How do you get a 3 cell currency conversion formula to be editable?

    Quote Originally Posted by AliGW View Post
    Are you still using Excel 2010?

    There are instructions at the top of the page explaining how to attach your sample workbook (yellow banner: HOW TO ATTACH YOUR SAMPLE WORKBOOK). Screenshots are of little practical use as we cannot manipulate them.

    A good sample workbook has just 10-20 rows of representative data that has been desensitised. It also has expected results mocked up, worked examples where required, relevant cells highlighted and a few explanatory notes.

    Administrative Note:

    Although we value your privacy as much you do, it could be important that members have a rough idea of your location as the solutions they offer may be affected by your locale. For instance, you might in the future post questions which are related to your regional settings.

    With this in mind, please update your profile to something more precise (something such as UK, Europe, USA, UAE, etc. will suffice).

    Thank you for helping us to help you.
    OK, no, I am using Libre Calc as I have quite clearly stated in my original post (I originally wrote 'Libre Office' but I edited that out later). But a lot of Excel functions still can work with Libre Calc.

    I don't see why I should upload a workbook since A) it would be from Libre Calc and B) It's a very simple straightforward question.

    Imagine you have three cells that represent Currency Value A, Currency Value B and Exchange Rate. I want to have it so that if you change the value in one cell, it changes the value in one or both of the other cells IE a dynamic simple currency calculator. I just want to know if this were possible since the cells would contain formulas but would also be editable with a set value. Can something like this be done? Maybe something similar?

    Thanks to anyone who can provide valuable input into my very simple request.

    Cheers,
    Paul
    (mix_mash)

  4. #4
    Forum Expert
    Join Date
    02-10-2019
    Location
    Georgia, USA
    MS-Off Ver
    Office 365
    Posts
    2,831

    Re: How do you get a 3 cell currency conversion formula to be editable?

    Is it possible to break this rule?
    No.

    You could look at using VBA though, but I have no idea about Libre Calc.

  5. #5
    Registered User
    Join Date
    01-04-2022
    Location
    Europe
    MS-Off Ver
    2021
    Posts
    32

    Re: How do you get a 3 cell currency conversion formula to be editable?

    The best thing you could do, is to have 4 columns - 3 that can be edited and 1 that calculates the remaining entry required

    Like this. Put it in D2

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Last edited by Seabottom; 10-23-2023 at 03:00 PM.

  6. #6
    Registered User
    Join Date
    08-02-2017
    Location
    Home
    MS-Off Ver
    Excel 2010
    Posts
    8

    Re: How do you get a 3 cell currency conversion formula to be editable?

    Libre Calc is basically the 'lite' (and free) version of Excel so it can do most of the things that Excel can do. I do think it is capable of VBA, though.

    Thanks for the formula, Seabottom. I'm not sure what your formula does as it seems to add a fourth variable to something that only needs three. I do appreciate your help, anyway.

    I was hoping to create a simple tool that would skip any unnecessary steps in the process but it looks like I'll have to do a manual set-up with three formulas and three manual inputs instead. Not the end of the world, though.

    Again, much appreciated for the help.

    Cheers,
    Paul
    (mix_mash)

  7. #7
    Forum Expert
    Join Date
    02-10-2019
    Location
    Georgia, USA
    MS-Off Ver
    Office 365
    Posts
    2,831

    Re: How do you get a 3 cell currency conversion formula to be editable?

    What Seabottom's formula does is allow you to enter 2 of the 3 variables (in cells A2, B2, and C2) and the value of the one missing variable will show in cell D2. So if you enter the Currency Value A in A2, Currency Value B in B2, it will show the Exchange Rate in D2

    If you enter Currency Value B in B2 and Exchange Rate in C2, the D2 will show the Currency Value A.

  8. #8
    Registered User
    Join Date
    08-02-2017
    Location
    Home
    MS-Off Ver
    Excel 2010
    Posts
    8

    Re: How do you get a 3 cell currency conversion formula to be editable?

    Ahh, I get it now. What a nifty little formula! Thanks. Seabottom.

    And thanks for the explanation, Gregb11.

    Cheers,
    Paul
    (mix_mash)

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. VBA: Exchange rate currency conversion in same cell
    By PGLeeM in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 01-09-2020, 10:46 AM
  2. Formula required for Currency conversion
    By Santhi28595 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 05-13-2019, 01:47 PM
  3. currency conversion in if formula
    By Phyxiusx in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 02-27-2017, 08:26 AM
  4. Currency Conversion Formula in Excel
    By Myles2805 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 07-23-2009, 05:30 PM
  5. Cell currency conversion
    By jimmygreen in forum Excel - New Users/Basics
    Replies: 2
    Last Post: 04-18-2009, 05:11 AM
  6. [SOLVED] Currency Conversion formula
    By Mel Garcia via OfficeKB.com in forum Excel - New Users/Basics
    Replies: 2
    Last Post: 04-03-2005, 02:06 PM
  7. Formula for currency conversion
    By mgarci in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 04-03-2005, 02:46 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1