Display result in same cell as formula

G

Guest

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.
 
G

Guest

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?
 
G

Guest

Thank you - I appreciate your time.

JLatham said:
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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top