Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Display result in same cell as formula

What I would like to do is type in a numeric value in one currency and have
it automatically convert to another currency in the same cell I enter it.

I know this is simple when you enter the original value in one cell and then
convert it with a formula in another cell, but I wish to have converted value
displayed in the same cell the original value is entered.

Any suggestions are appreciated.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,203
Default Display result in same cell as formula

The harsh reality is that this is a somewhat difficult trick to accomplish.
It would have to be done using a macro, it could be done by attaching code to
the _Change event of the worksheet, determining if a change had been made in
the particular cell or cells you are interested in and then running the code
when appropriate. Probably best to do it the old fashioned way, using 2
cells?

"J Strang" wrote:

What I would like to do is type in a numeric value in one currency and have
it automatically convert to another currency in the same cell I enter it.

I know this is simple when you enter the original value in one cell and then
convert it with a formula in another cell, but I wish to have converted value
displayed in the same cell the original value is entered.

Any suggestions are appreciated.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Display result in same cell as formula

Thank you - I appreciate your time.

"JLatham" wrote:

The harsh reality is that this is a somewhat difficult trick to accomplish.
It would have to be done using a macro, it could be done by attaching code to
the _Change event of the worksheet, determining if a change had been made in
the particular cell or cells you are interested in and then running the code
when appropriate. Probably best to do it the old fashioned way, using 2
cells?

"J Strang" wrote:

What I would like to do is type in a numeric value in one currency and have
it automatically convert to another currency in the same cell I enter it.

I know this is simple when you enter the original value in one cell and then
convert it with a formula in another cell, but I wish to have converted value
displayed in the same cell the original value is entered.

Any suggestions are appreciated.

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
Can a cell be *either text or the result of a formula? kvnexcel Excel Worksheet Functions 6 August 9th 06 07:11 PM
Formula result not displaying in cell [email protected] Excel Worksheet Functions 3 July 13th 06 09:30 PM
Currency to Text mytipi Excel Worksheet Functions 1 February 21st 06 11:43 PM
Formula displays result in formula box but not in cell bdyer30 Excel Worksheet Functions 0 February 8th 06 11:16 AM
Possible Lookup Table Karen Excel Worksheet Functions 5 June 8th 05 09:43 PM


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

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"