+ Reply to Thread
Results 1 to 3 of 3

changing money

  1. #1
    Registered User
    Join Date
    06-08-2006
    Posts
    2

    changing money



    hi every body
    i am new in here and i really needs help in this ...please help mr
    set up a spreadsheet to calculate the amount of french franc you can buy.all the answers should be rounded to the nearest french franc .
    you have 1£ equals 9.2754 franch franc

    thanks a lot

  2. #2
    Nick Hodge
    Guest

    Re: changing money

    If you exchange rate is in A1 and your £ value in B1 then in C1 enter

    =ROUND(B1*A1,2)

    --
    HTH
    Nick Hodge
    Microsoft MVP - Excel
    Southampton, England
    www.nickhodge.co.uk
    [email protected]HIS


    "firouz" <[email protected]> wrote in
    message news:[email protected]...
    >
    > *::
    >
    > hi every body
    > i am new in here and i really needs help in this ...please help mr
    > set up a spreadsheet to calculate the amount of french franc you can
    > buy.all the answers should be rounded to the nearest french franc .
    > you have 1£ equals 9.2754 franch franc
    >
    > thanks a lot::*
    >
    >
    > --
    > firouz
    > ------------------------------------------------------------------------
    > firouz's Profile:
    > http://www.excelforum.com/member.php...o&userid=35235
    > View this thread: http://www.excelforum.com/showthread...hreadid=550119
    >




  3. #3
    Marcelo
    Guest

    RE: changing money

    Hi, firouz

    assuming that you have the French franc figure on the E3 cell
    try:

    =ROUNDDOWN((e3/9.2754);0)
    you also put the exchange rate on another cell and makes the reference
    instead to put 9.2754 on the formula.

    does it helps?
    regards from Brazil
    Marcelo


    "firouz" escreveu:

    >
    > *::
    >
    > hi every body
    > i am new in here and i really needs help in this ...please help mr
    > set up a spreadsheet to calculate the amount of french franc you can
    > buy.all the answers should be rounded to the nearest french franc .
    > you have 1£ equals 9.2754 franch franc
    >
    > thanks a lot::*
    >
    >
    > --
    > firouz
    > ------------------------------------------------------------------------
    > firouz's Profile: http://www.excelforum.com/member.php...o&userid=35235
    > View this thread: http://www.excelforum.com/showthread...hreadid=550119
    >
    >


+ 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