A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » New Users
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

lookup formula for currency



 
 
Thread Tools Display Modes
  #1  
Old April 18th, 2008, 02:42 AM posted to microsoft.public.excel.newusers
Graham
external usenet poster
 
Posts: 306
Default lookup formula for currency

On my spread sheet the relevant account currency is entered in column B. Can
other columns be formatted to bear the currency symbol entered in column B.?
E.g if A contains USD can G show as USD100.00 when 100.00 is entered and
will it still be a numeric value?

Also, if I have three rate tables can i have a formula the looks up one of
the currency rate tables depending on the country in column A.
  #2  
Old April 18th, 2008, 07:14 PM posted to microsoft.public.excel.newusers
Ron@Buy
external usenet poster
 
Posts: 348
Default lookup formula for currency

Graham
Not completely sure what you require but try looking at Format Cells
Custom.
You can create a format to suit. However the cell will only display the
format you enter and I get the impression that USD may not always be the
required format.
Another solution would be to insert a column in front of column G (your
current column G then becomes column H) that will hold the desired curreny
symbol (e.g. if B5 is where the relevant currency is entered then in the new
column G5 enter
=IF(AND(B5"",G50),B5,"")
Regarding Country selection perhaps a LOOKUP fomula will help, have a look
he
http://www.meadinkent.co.uk/xlvlookupmatch.htm




"Graham" wrote:

On my spread sheet the relevant account currency is entered in column B. Can
other columns be formatted to bear the currency symbol entered in column B.?
E.g if A contains USD can G show as USD100.00 when 100.00 is entered and
will it still be a numeric value?

Also, if I have three rate tables can i have a formula the looks up one of
the currency rate tables depending on the country in column A.

  #3  
Old April 18th, 2008, 07:19 PM posted to microsoft.public.excel.newusers
Ron@Buy
external usenet poster
 
Posts: 348
Default lookup formula for currency

Whoops
Formula should be:
=IF(AND(B5"",H50),B5,"")

"Ron@Buy" wrote:

Graham
Not completely sure what you require but try looking at Format Cells
Custom.
You can create a format to suit. However the cell will only display the
format you enter and I get the impression that USD may not always be the
required format.
Another solution would be to insert a column in front of column G (your
current column G then becomes column H) that will hold the desired curreny
symbol (e.g. if B5 is where the relevant currency is entered then in the new
column G5 enter
=IF(AND(B5"",G50),B5,"")
Regarding Country selection perhaps a LOOKUP fomula will help, have a look
he
http://www.meadinkent.co.uk/xlvlookupmatch.htm




"Graham" wrote:

On my spread sheet the relevant account currency is entered in column B. Can
other columns be formatted to bear the currency symbol entered in column B.?
E.g if A contains USD can G show as USD100.00 when 100.00 is entered and
will it still be a numeric value?

Also, if I have three rate tables can i have a formula the looks up one of
the currency rate tables depending on the country in column A.

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 05:20 AM.


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