Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 37
Default numeric picture formats

I have to compute euros.

Cell A Cell B = Cell C
3 10 000,00 30 000,00

Since the formatting for european money looks much different from US
currency. What would the formula look like. Someone mentioned that vb
doesn't accept the spaces... in that case, what do I need to do to get the
cells to compute correctly.
Assistance is always greatly appreciated.
Lenny
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,942
Default numeric picture formats

hi
you could use a custom format for display purposes only and let excel do the
math in the background and not worry about vb not handling the spaces.
highlight the area to format, right click the area and from the popup, click
format cells
on the format dialog, click number tab. in the catagory box, click custom
and enter this in the type: box

## ##0.00

you will see 30 000.00 on the sheet but 30000 will be in the formula bar.

regards
FSt1
"Lenny" wrote:

I have to compute euros.

Cell A Cell B = Cell C
3 10 000,00 30 000,00

Since the formatting for european money looks much different from US
currency. What would the formula look like. Someone mentioned that vb
doesn't accept the spaces... in that case, what do I need to do to get the
cells to compute correctly.
Assistance is always greatly appreciated.
Lenny

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 37
Default numeric picture formats

"Lenny" wrote: thank you for replying to my query.... I'll give it a try.
Regards

"FSt1" wrote:

hi
you could use a custom format for display purposes only and let excel do the
math in the background and not worry about vb not handling the spaces.
highlight the area to format, right click the area and from the popup, click
format cells
on the format dialog, click number tab. in the catagory box, click custom
and enter this in the type: box

## ##0.00

you will see 30 000.00 on the sheet but 30000 will be in the formula bar.

regards
FSt1
"Lenny" wrote:

I have to compute euros.

Cell A Cell B = Cell C
3 10 000,00 30 000,00

Since the formatting for european money looks much different from US
currency. What would the formula look like. Someone mentioned that vb
doesn't accept the spaces... in that case, what do I need to do to get the
cells to compute correctly.
Assistance is always greatly appreciated.
Lenny

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
XL2007 French Numeric Formats LPS Excel Discussion (Misc queries) 1 April 30th 10 08:43 PM
PICTURE RECOGNITION AS A ALPHA-NUMERIC CHARACTER Greg Wilson Excel Worksheet Functions 0 March 28th 07 12:15 AM
numeric cell formats David McColloch Excel Discussion (Misc queries) 1 January 8th 05 11:15 PM
French numeric formats Anthony LeBaron Excel Discussion (Misc queries) 3 January 7th 05 12:59 AM
Numeric formats Vern Jorgensen Excel Programming 1 April 27th 04 05:53 AM


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