+ Reply to Thread
Results 1 to 7 of 7

Euro conversion & IF function

  1. #1
    Registered User
    Join Date
    03-27-2008
    Posts
    12

    Euro conversion & IF function

    Hi,

    Im using a simple product value x quantity x uplift calculation sheet. I am now buying stock in Euros so is there a calculation that would recognise the euro symbol in my calculations??

    example

    C2 E2
    uplift 30% exchange rate 1.277

    C5 E5
    Nike outlet £ 8.00 Quantity 5
    Puma outlet € 9.00

    current formula "=C5*E5*(1+C2)" which gives me the cost multiplied by the quantity muliplied by uplift, cool works great but I need it to recognise if the value is in Euros and to add the exchange rate value before doing the rest

    If anybody could help with this it would be really appreciated, even if anyone can confirm if the 'if function' recognises currency type?

    thanks guys

    Brendan
    Last edited by bobzroom; 03-27-2008 at 06:45 AM.

  2. #2
    Forum Contributor EdMac's Avatar
    Join Date
    01-23-2006
    Location
    Exeter, UK
    MS-Off Ver
    2003
    Posts
    1,264
    Why not have an additional column for currency type? E.G.select Euro or Sterling from a drop down list.

    Then you could have an if statement along the lines of

    If(your_cell="euro",price_cell*exchange rate,price_cell)

    Ed

  3. #3
    Registered User
    Join Date
    03-27-2008
    Posts
    12
    Thanks Edmac for the reply and yeh I'm trying to use something similar:

    =IF(C5="Euro",(C5/G2)*(1+C2),C5*(1+C2)) but Excel won't recognise the 'euro' and I've also tried the '€' symbol also.

    Is there a way that Excel will recognise the currency format in a formula?

  4. #4
    Forum Contributor EdMac's Avatar
    Join Date
    01-23-2006
    Location
    Exeter, UK
    MS-Off Ver
    2003
    Posts
    1,264
    I don't understand the problem. Excel will recognise any text - are you using the word Euro.

    Suggest you post a ZIPPED copy of your sheet so I can have a look

    Ed

  5. #5
    Forum Contributor EdMac's Avatar
    Join Date
    01-23-2006
    Location
    Exeter, UK
    MS-Off Ver
    2003
    Posts
    1,264
    bobzroom,

    Have a look at the attached - you should be able to adapt the theory to fit your requirements.

    Ed
    Attached Files Attached Files

  6. #6
    Registered User
    Join Date
    03-27-2008
    Posts
    12
    Thanks matey, I think I can use this to help resolve my beef, Im sorry if Im unclear, I have have great difficulty in describing problems at times, my doctor hates me lol

    thanks again

  7. #7
    Forum Contributor EdMac's Avatar
    Join Date
    01-23-2006
    Location
    Exeter, UK
    MS-Off Ver
    2003
    Posts
    1,264
    No problem - post back if you need to
    Ed
    _____________________________
    Always learning, but never enough!
    _____________________________

+ 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