ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   date check with exchange rate (https://www.excelbanter.com/excel-discussion-misc-queries/263648-date-check-exchange-rate.html)

tj

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


wickedchew

Quote:

Originally Posted by TJ (Post 953189)
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)


All times are GMT +1. The time now is 12:18 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com