+ Reply to Thread
Results 1 to 7 of 7

IF formula with Currency sign

  1. #1
    Registered User
    Join Date
    12-14-2014
    Location
    UAE
    MS-Off Ver
    2013
    Posts
    21

    IF formula with Currency sign

    Cell A1 has values in Currency sign - $100
    Cell A2 has values in Currency sign - Euro200

    I want to make an IF formula in cell B1 - If(a1="$",123,321)

    Note: Basically if a cell has dollar sign then separate calculation and if cell having euro sign then separate calculation

    Kindly provide formula
    Last edited by dino4u86; 03-08-2016 at 09:07 AM.

  2. #2
    Forum Contributor
    Join Date
    10-29-2014
    Location
    udaipur, rajasthan
    MS-Off Ver
    2007
    Posts
    352

    Re: IF formula with Currency sign

    could u please upload a sample file with desired result.
    If answer helped you say Thanks by Add Reputation

  3. #3
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: IF formula with Currency sign

    Maybe this?

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    v A B
    1 $100 100
    2 Euro200 200
    3 456 456
    4 201545 201545
    5 Euro1551 1551
    If you like my answer please click on * Add Reputation
    Don't forget to mark threads as "Solved" if your problem has been resolved

    "Nothing is so firmly believed as what we least know."
    --Michel de Montaigne

  4. #4
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,064

    Re: IF formula with Currency sign

    $100

    Is that text or a number?
    If it's a number then the $ sign will not be readable by your IF as it part of the FORMAT not part of the value.

    Try

    IF(LEFT(A1,1)="$",123,321)
    IF(LEFT(A1,4)+"Euro",123,321)

    otherwise the cells are numbers and you'll need to determine the FORMAT of the cells probably using
    =CELL("format",A1)
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  5. #5
    Registered User
    Join Date
    12-14-2014
    Location
    UAE
    MS-Off Ver
    2013
    Posts
    21

    Re: IF formula with Currency sign

    Numbers are with currency symbols. Hence the symbols will not display in a cell and the left formula cannot be used. For eg in $100 Currency Symbol $ is used and Euro 200 currency symbol E is used

  6. #6
    Registered User
    Join Date
    12-14-2014
    Location
    UAE
    MS-Off Ver
    2013
    Posts
    21

    Re: IF formula with Currency sign

    attached Excel sheet
    Attached Files Attached Files

  7. #7
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: IF formula with Currency sign

    Quote Originally Posted by dino4u86 View Post
    Numbers are with currency symbols. Hence the symbols will not display in a cell and the left formula cannot be used. For eg in $100 Currency Symbol $ is used and Euro 200 currency symbol E is used
    There are no currency symbols in you attached sheet. The cells are simply formatted as currency. There are no formulas that can deal with formats in the way you want it. You should look for VBA solution for your problem.

+ 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. how to make the euro currency sign the default
    By joanmolamphy in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 05-19-2015, 11:07 AM
  2. Replies: 7
    Last Post: 06-17-2014, 02:15 PM
  3. [SOLVED] Sort By Currency Sign NOT Values
    By vinaynaran in forum Excel General
    Replies: 6
    Last Post: 09-11-2013, 12:18 PM
  4. Concatenate formula not taking decimal places/currency sign
    By woodsonline in forum Excel General
    Replies: 4
    Last Post: 05-27-2009, 03:34 AM
  5. Replies: 3
    Last Post: 03-23-2006, 02:25 PM
  6. Currency sign.
    By FjV in forum Excel General
    Replies: 2
    Last Post: 10-26-2005, 10:05 AM
  7. [SOLVED] Changing Dollar sign to another currency not listed in Excel
    By Rehan in forum Excel General
    Replies: 1
    Last Post: 04-12-2005, 12:06 PM

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