Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
tj tj is offline
external usenet poster
 
Posts: 71
Default date check with exchange rate

Hi,

I have below information

Cell A=dates
Cell B =Amount
Cell C= CurrencyYEN or USD
Cell D= CDN equivalanet ( formula)

Pick data
Cell G=dates
Cell H=USD
Cell I=Yen
=ROUND(IF($G$5<=A7,$H$5*B7,IF($G$4<=A7,$H$4*B7,IF( $G$3<=A7,$H$3*B7,IF($G$2<=A7,$H$2*B7)))),2)
I want the formula to check for what type of currency (USD or YEN) it is &
then automatically pick up the exchange rate
Plus if I go below the date range it works but If I pick up future date it
gives me the last exchange rate
I hope I have listed all the information, I can email sheet if required

thank you for your time & assistance
TJ

  #2   Report Post  
Senior Member
 
Location: Philippines
Posts: 161
Default

Quote:
Originally Posted by TJ View Post
Hi,

I have below information

Cell A=dates
Cell B =Amount
Cell C= CurrencyYEN or USD
Cell D= CDN equivalanet ( formula)

Pick data
Cell G=dates
Cell H=USD
Cell I=Yen
=ROUND(IF($G$5<=A7,$H$5*B7,IF($G$4<=A7,$H$4*B7,IF( $G$3<=A7,$H$3*B7,IF($G$2<=A7,$H$2*B7)))),2)
I want the formula to check for what type of currency (USD or YEN) it is &
then automatically pick up the exchange rate
Plus if I go below the date range it works but If I pick up future date it
gives me the last exchange rate
I hope I have listed all the information, I can email sheet if required

thank you for your time & assistance
TJ
If you are manually entering a prefix such as $ for USD and Y for Yen, then you can use:

=IF(Left(B1,1)="$",Look up for the dollar,Look up for the Yen)
__________________
Asobi Wa Owari Da
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
Keeping Exchange Rate With Status Tufail Excel Discussion (Misc queries) 5 September 13th 09 01:06 PM
FORMULA: calculating an exchange rate Shevvie Excel Discussion (Misc queries) 1 January 26th 09 01:33 PM
euro-sterling exchange rate Roger on Excel Excel Discussion (Misc queries) 2 November 25th 07 02:52 PM
vlookup for exchange rate Gábor Excel Worksheet Functions 2 July 21st 06 09:41 PM
how to calculate exchange rate? papa404 Excel Discussion (Misc queries) 2 August 2nd 05 01:43 PM


All times are GMT +1. The time now is 09:24 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"