+ Reply to Thread
Results 1 to 4 of 4

multiply with - if text

  1. #1
    Registered User
    Join Date
    04-27-2006
    Posts
    3

    If function - text

    I have column E which is showing the curency - "$" and "€"
    Column F is indicating the value in whichever curency is indicating E
    J3 contains the value of a dollar
    I3 contains the value of an euro
    I want -cell C3 multiplied with E3 if the text in E3 is $ or multiplied with i3 if text in E3 is €
    or.... -cell C3 multiplied with E3 if the text in E3 is $ or multiplied with i3 if text in E3 is not $

    whichever is easier

    Can anybody helpme with this, pls?
    Last edited by potzo; 05-02-2006 at 07:34 AM. Reason: changed title

  2. #2
    Bob Phillips
    Guest

    Re: multiply with - if text

    It seems to me that you want

    =IF(E3="$",C3*J3,IF(E3="?",C3*I3,""))

    --
    HTH

    Bob Phillips

    (remove nothere from email address if mailing direct)

    "potzo" <[email protected]> wrote in message
    news:[email protected]...
    >
    > I have column E which is showing the curency - "$" and "?"
    > Column F is indicating the value in whichever curency is indicating E
    > J3 contains the value of a dollar
    > I3 contains the value of an euro
    > I want -cell C3 multiplied with E3 if the text in E3 is $ or multiplied
    > with i3 if text in E3 is ?
    > or.... -cell C3 multiplied with E3 if the text in E3 is $ or
    > multiplied with i3 if text in E3 is not $
    >
    > whichever is easier
    >
    > Can anybody helpme with this, pls?
    >
    >
    > --
    > potzo
    > ------------------------------------------------------------------------
    > potzo's Profile:

    http://www.excelforum.com/member.php...o&userid=33901
    > View this thread: http://www.excelforum.com/showthread...hreadid=537998
    >




  3. #3
    Registered User
    Join Date
    04-27-2006
    Posts
    3

    with some changes it works

    HTML Code: 

  4. #4
    Registered User
    Join Date
    04-27-2006
    Posts
    3
    Quote Originally Posted by Bob Phillips
    It seems to me that you want

    =IF(E3="$",C3*J3,IF(E3="?",C3*I3,""))

    --
    HTH

    Bob Phillips

    (remove nothere from email address if mailing direct)

    "potzo" <[email protected]> wrote in message
    news:[email protected]...
    >
    > I have column E which is showing the curency - "$" and "?"
    > Column F is indicating the value in whichever curency is indicating E
    > J3 contains the value of a dollar
    > I3 contains the value of an euro
    > I want -cell C3 multiplied with E3 if the text in E3 is $ or multiplied
    > with i3 if text in E3 is ?
    > or.... -cell C3 multiplied with E3 if the text in E3 is $ or
    > multiplied with i3 if text in E3 is not $
    >
    > whichever is easier
    >
    > Can anybody helpme with this, pls?
    >
    >
    > --
    > potzo
    > ------------------------------------------------------------------------
    > potzo's Profile:

    http://www.excelforum.com/member.php...o&userid=33901
    > View this thread: http://www.excelforum.com/showthread...hreadid=537998
    >


    It works like this
    Please Login or Register  to view this content.
    Thanks a lot!!!

+ 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