Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
potzo
 
Posts: n/a
Default multiply with - if 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?


--
potzo
------------------------------------------------------------------------
potzo's Profile: http://www.excelforum.com/member.php...o&userid=33901
View this thread: http://www.excelforum.com/showthread...hreadid=537998

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips
 
Posts: n/a
Default 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" wrote in message
...

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
potzo
 
Posts: n/a
Default multiply with - if text


it works after i strggled a little bit
=IF(E3="$";F3*J2;IF(E3="?";F3*I2;))


--
potzo
------------------------------------------------------------------------
potzo's Profile: http://www.excelforum.com/member.php...o&userid=33901
View this thread: http://www.excelforum.com/showthread...hreadid=537998

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
potzo
 
Posts: n/a
Default multiply with - if text


Bob Phillips Wrote:
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" wrote in
message
...

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

Code:
--------------------
=IF(E3="$";F3*J2;IF(E3="?";F3*I2;))
--------------------


Thanks a lot!!!


--
potzo
------------------------------------------------------------------------
potzo's Profile: http://www.excelforum.com/member.php...o&userid=33901
View this thread: http://www.excelforum.com/showthread...hreadid=537998

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Shade cell according to text? Ltat42a Excel Discussion (Misc queries) 0 January 3rd 06 06:37 PM
Using Concatenate function to generate text in Text Box Mary S. Charts and Charting in Excel 1 December 14th 05 08:55 PM
merged cells into one text cell, size varies dependant on text dat Jazzylady825 Excel Discussion (Misc queries) 0 December 9th 05 08:26 PM
SUMPRODUCT vs Text??? Ken Excel Worksheet Functions 2 April 9th 05 07:21 PM
Read Text File into Excel Using VBA Willie T Excel Discussion (Misc queries) 13 January 8th 05 12:37 AM


All times are GMT +1. The time now is 06:12 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"