Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 127
Default Format Currency Cell

I have a column that is cell formatted in currency. I however want to pull
information from the column to another column picking their respective
currecy code but am unable to do that since the format is not showing
Currency. Any help and idea would be appreciated.

I want to use vlookup to pull up information from the coulmn on just the
currency but since currency is formatted I cannot. HELPPPP

Thanks a big bunch.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,805
Default Format Currency Cell

Your cell show $ 2.00 and you want to extract $?

Pl. give an example of what the cell has, what the format is and what you
want to get...

"Yossy" wrote:

I have a column that is cell formatted in currency. I however want to pull
information from the column to another column picking their respective
currecy code but am unable to do that since the format is not showing
Currency. Any help and idea would be appreciated.

I want to use vlookup to pull up information from the coulmn on just the
currency but since currency is formatted I cannot. HELPPPP

Thanks a big bunch.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 622
Default Format Currency Cell

Why does the format matter? Can't you change the format as needed?

If you have multiple currencies and need to calculate between them,
you probably should have the name of the currency at the top of the
column (or beginning of row) for visual reference, or Vlookup
reference. That would be easier than trying to make sure the numbers
are formatted with the proper symbol.

Or maybe I am completely misunderstanding you.
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 127
Default Format Currency Cell

My cell shows USD 2.00
CAN 2.00
EUR 50.00

just want to pick nly the CAN, EUR, USD, e.t.c using vlookup but cant since
it is formatted. I have thousands of rows. Any help totally appreciated. I am
using Excel 2007.

Thanks


"Sheeloo" wrote:

Your cell show $ 2.00 and you want to extract $?

Pl. give an example of what the cell has, what the format is and what you
want to get...

"Yossy" wrote:

I have a column that is cell formatted in currency. I however want to pull
information from the column to another column picking their respective
currecy code but am unable to do that since the format is not showing
Currency. Any help and idea would be appreciated.

I want to use vlookup to pull up information from the coulmn on just the
currency but since currency is formatted I cannot. HELPPPP

Thanks a big bunch.

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 622
Default Format Currency Cell

If it is always formatted like that, you can use the LEFT function to
look at the first 3 characters in the cell. But what exactly do you
need to do with it?

You said you want to pick the currency. Is that just to show it in
another cell? Are you try to add up all the EUR? Is the currency the
lookup_value in your Vlookup function to then look up something
elsewhere?


  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 127
Default Format Currency Cell

you are misunderstanding me. Excel 2007 allows formatting of currency e.g CAN
200, EUR 200, USD 200. Although I can see these currency format they are not
in the cell so even if I use the left formula it doesn't pick itup. This goes
back to my question.

My cell shows USD 2.00
CAN 2.00
EUR 50.00

just want to pick only the CAN, EUR, USD, e.t.c using vlookup but cant since
it is formatted. Any help would be totally appreciated.

Thanks

"Spiky" wrote:

Why does the format matter? Can't you change the format as needed?

If you have multiple currencies and need to calculate between them,
you probably should have the name of the currency at the top of the
column (or beginning of row) for visual reference, or Vlookup
reference. That would be easier than trying to make sure the numbers
are formatted with the proper symbol.

Or maybe I am completely misunderstanding you.

  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 622
Default Format Currency Cell

Oh, I see. Sorry for misunderstanding.

None of the built-in formulas can recognize the format like that. CELL
is the only one that can at all, and it cannot distinguish between
currencies like you want. You would need a UDF.

If you search at download.com for "morefunc", that set of UDFs
includes a function called XLM.GET.CELL, which can return the format
with more detail. So a formula to return "USD" from a cell showing
"USD 2.00" would be:
=LEFT(XLM.GET.CELL(53,A1),3)
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
Currency Format Only Certain Info in cell FormulaQuestioner Excel Discussion (Misc queries) 2 October 1st 08 09:32 PM
How to set 2 currency format in 1 cell?? Lee Excel Discussion (Misc queries) 2 April 22nd 08 07:29 PM
Changing cell format from text to currency RFJ Excel Worksheet Functions 2 November 19th 07 12:24 PM
Format Currency in-cell Lyners Excel Worksheet Functions 2 September 24th 07 06:22 PM
Change Currency Format of Cell based on another Cell Simon Excel Worksheet Functions 2 September 2nd 07 04:53 PM


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