+ Reply to Thread
Results 1 to 2 of 2

Excel formula with currency convertor

  1. #1
    Registered User
    Join Date
    07-05-2007
    Location
    Wiltshire, England
    MS-Off Ver
    Microsoft Office Home and Student 2013
    Posts
    35

    Excel formula with currency convertor

    Hi
    Can anyone help... I have a list of values i.e. "100" in cell's which represent dollars. I want to create a formula after the 'total cell' which converts to pounds easily - so that the only thing i need to change is the currency.

    i.e.$1= £0.62

    Thanks

  2. #2
    Forum Expert Palmetto's Avatar
    Join Date
    04-04-2007
    Location
    South Eastern, USA
    MS-Off Ver
    XP, 2007, 2010
    Posts
    3,978

    Re: Excel formula with currency convertor

    In an adjacent cell, use a drop down list (Data Validation) that contains the text "Dollars" and "Pounds".
    Use the drop down to select the currency type.

    Say this drop down cell is A11. In the formula cell, use

    =IF(A11="Pounds",B10*.062,B10)

    Where cell B10 is the totals cell.
    Palmetto

    Do you know . . . ?

    You can leave feedback and add to the reputation of all who contributed a helpful response to your solution by clicking the star icon located at the left in one of their post in this thread.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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