This is probably a stupid question, but is there any way that I can get amounts in euros to display in the French format ("," instead of decimal point) in certain cells in Excel spreadsheets?
I can't seem to find any way to format the cells to do that.
TierFlyer
Sep 19, 06, 9:11 am
Not a stupid question at all.
Highlight, right click, Format Cells, Number, use , as 1000 seperator. The adjust the decimal place showing as necessary.
There are excellent "excel tip" websites for stuff like that too.
Just remember, MS has tried three times to remove the 2^16 limit on Excel cells and failed, so it's not like it is supposed to be easy!
Tennisbum
Sep 19, 06, 9:22 am
I'm sorry, I'm missing something here. I'm trying to get an amount that would be, say, 30.65 if it were in dollars, to display as 30,65 because it's in euros.
But thanks for trying. Maybe I'm just more than usually dense today.
nmenaker
Sep 19, 06, 1:32 pm
This is certainly possible, just go into the advanced setting for currency, IN THAT FIELD. You can either set it across the whole system, or just in the cells.
It will work in a whole column, row, or cell by cell.
Tennisbum
Sep 19, 06, 3:05 pm
The only place I'm seeing an advanced setting for currency is in the euro conversion toolbar and, 1st, I'm not actually converting currency, and 2nd, it doesn't offer a formatting option with a "," in place of a ".".
I guess I'm still not seeing something.
nmenaker
Sep 19, 06, 3:27 pm
Yes, I think I have some regional and language support loaded in my office install. I think it is from the MSFT website though.
alanh
Sep 19, 06, 4:48 pm
You can go to Tools > Options > International and change it Excel-wide. This may not be what you want, though.
KenJohn
Sep 19, 06, 4:59 pm
Choose
Format
Cell
Custom
From the menu, select 0,000.00;-0,000.00
In the space where this appears at the top of the list, literally, highlight the "." and just type in ",".
This should now appear as 0,000,00;-0,000,00
You can put in anything you want:
, or a or ~ or|
bollar
Sep 19, 06, 7:46 pm
Great work, KenJohn!
I'm curious though... Why would one want to mix formats on the same spreadsheet? It seems confusing -- Americans expect numbers to be in comma/decimal format and the French the opposite. I'm not sure what I'd do if I saw them mixed based on currency. (Well, I would assume there's an error on the speadsheet first off...)
Tennisbum
Sep 20, 06, 3:16 am
Choose
Format
Cell
Custom
From the menu, select 0,000.00;-0,000.00
In the space where this appears at the top of the list, literally, highlight the "." and just type in ",".
This should now appear as 0,000,00;-0,000,00
You can put in anything you want:
, or a or ~ or|
When I do that "1,892.83" displays as "1,893".
Tennisbum
Sep 20, 06, 3:21 am
Great work, KenJohn!
I'm curious though... Why would one want to mix formats on the same spreadsheet? It seems confusing -- Americans expect numbers to be in comma/decimal format and the French the opposite. I'm not sure what I'd do if I saw them mixed based on currency. (Well, I would assume there's an error on the speadsheet first off...)
It's because of this weird project I'm doing. I'm paying for materials and labor in euros, but I'm actually costing it for myself in dollars. So I want to be able to print the euro parts for artisans and suppliers in the format they're used to seeing.
Louie_LI
Sep 20, 06, 5:48 am
There is a workaround, but it reformats the cell to text so you'll have to create a hidden column with the numbers with a decimal point for your calculations. Also, all numbers must be rounded to 2 places.
This will give you a comma for a decimal and a space for the thousands separator.
You may need to add the format "# ##0.00" to the custom formats for cells.
Tennisbum
Sep 20, 06, 6:41 am
There is a workaround, but it reformats the cell to text so you'll have to create a hidden column with the numbers with a decimal point for your calculations. Also, all numbers must be rounded to 2 places.