ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   cell value based on another cells formula??? (https://www.excelbanter.com/excel-discussion-misc-queries/242640-cell-value-based-another-cells-formula.html)

Lance1961

cell value based on another cells formula???
 
Ill try to make this clear and in Excell-ese as much as possible! But I am
new. Thanks for your time.

I need to have a value from a formula in a cell, say u20, placed into
another cell, say c9.

said another way... I want a value to be placed in a cell without that cell
containing a formula or being directly inputted to.

Sounds like an easy task, however Im told this is not do-able. Im not
buying that.

Lance

Pete_UK

cell value based on another cells formula???
 
Put this formula in C9:

=IF(U20="","",U20)

Why do you not want a formula in C9 ?

Hope this helps.

Pete

On Sep 15, 10:40*am, Lance1961
wrote:
Ill try to make this clear and in Excell-ese as much as possible! But I am
new. Thanks for your time.

I need to have a value from a formula in a cell, say u20, placed into
another cell, say c9. *

said another way... I want a value to be placed in a cell without that cell
containing a formula or being directly inputted to.

Sounds like an easy task, however Im told this is not do-able. *Im not
buying that.

Lance



Mike H

cell value based on another cells formula???
 
Hi,

Sounds like an easy task, however Im told this is not do-able. Im not
buying that.


Well you had better start buying it because there are only 2 ways:-

1. A formula in U20 =C9
2. VB code which seems like gross overkill for wat you want

Mike

"Lance1961" wrote:

Ill try to make this clear and in Excell-ese as much as possible! But I am
new. Thanks for your time.

I need to have a value from a formula in a cell, say u20, placed into
another cell, say c9.

said another way... I want a value to be placed in a cell without that cell
containing a formula or being directly inputted to.

Sounds like an easy task, however Im told this is not do-able. Im not
buying that.

Lance


Lance1961

cell value based on another cells formula???
 
WOW you guys are fast! Thanks. What formula would work?

"Mike H" wrote:

Hi,

Sounds like an easy task, however Im told this is not do-able. Im not
buying that.


Well you had better start buying it because there are only 2 ways:-

1. A formula in U20 =C9
2. VB code which seems like gross overkill for wat you want

Mike

"Lance1961" wrote:

Ill try to make this clear and in Excell-ese as much as possible! But I am
new. Thanks for your time.

I need to have a value from a formula in a cell, say u20, placed into
another cell, say c9.

said another way... I want a value to be placed in a cell without that cell
containing a formula or being directly inputted to.

Sounds like an easy task, however Im told this is not do-able. Im not
buying that.

Lance


Lance1961

cell value based on another cells formula???
 
Thanks Pete,

Its simply a matter of the stubborn users and their adapability to change.
Currently they use a sheet where c9 is an input cell for them. Im adding a
more user friendly feature (one that automatically calcs the value in c9).
However I still need the sheet to function as it originally did.

Pete_UK" wrote:

Put this formula in C9:

=IF(U20="","",U20)

Why do you not want a formula in C9 ?

Hope this helps.

Pete

On Sep 15, 10:40 am, Lance1961
wrote:
Ill try to make this clear and in Excell-ese as much as possible! But I am
new. Thanks for your time.

I need to have a value from a formula in a cell, say u20, placed into
another cell, say c9.

said another way... I want a value to be placed in a cell without that cell
containing a formula or being directly inputted to.

Sounds like an easy task, however Im told this is not do-able. Im not
buying that.

Lance




Mike H

cell value based on another cells formula???
 
WOW you guys are fast! Thanks. What formula would work?

The one I gave you
=C9

which would go in U20

Mike

"Lance1961" wrote:

WOW you guys are fast! Thanks. What formula would work?

"Mike H" wrote:

Hi,

Sounds like an easy task, however Im told this is not do-able. Im not
buying that.


Well you had better start buying it because there are only 2 ways:-

1. A formula in U20 =C9
2. VB code which seems like gross overkill for wat you want

Mike

"Lance1961" wrote:

Ill try to make this clear and in Excell-ese as much as possible! But I am
new. Thanks for your time.

I need to have a value from a formula in a cell, say u20, placed into
another cell, say c9.

said another way... I want a value to be placed in a cell without that cell
containing a formula or being directly inputted to.

Sounds like an easy task, however Im told this is not do-able. Im not
buying that.

Lance


Pete_UK

cell value based on another cells formula???
 
You're welcome, Lance - thanks for the explanation.

As Mike said, the alternative is a macro, which your users might not
take to. You could always lock that cell, so users can't overwrite the
formula in there, and then in time they will get used to not having to
enter data into C9.

Pete

On Sep 15, 11:09*am, Lance1961
wrote:
Thanks Pete,

Its simply a matter of the stubborn users and their adapability to change..
Currently they use a sheet where c9 is an input cell for them. Im adding a
more user friendly feature (one that automatically calcs the value in c9)..
However I still need the sheet to function as it originally did.



Pete_UK" wrote:
Put this formula in C9:


=IF(U20="","",U20)


Why do you not want a formula in C9 ?


Hope this helps.


Pete


On Sep 15, 10:40 am, Lance1961
wrote:
Ill try to make this clear and in Excell-ese as much as possible! But I am
new. Thanks for your time.


I need to have a value from a formula in a cell, say u20, placed into
another cell, say c9. *


said another way... I want a value to be placed in a cell without that cell
containing a formula or being directly inputted to.


Sounds like an easy task, however Im told this is not do-able. *Im not
buying that.


Lance- Hide quoted text -


- Show quoted text -



Lance1961

cell value based on another cells formula???
 
Thanks man I appreciate your and Mike's time.

You nailed it on the macro thing! My company is a lot of freelance people so
I have no handle on their Excel setup. So no VB, no macros, and no add-ins!
And, Id rather try to teach a cat to use a toilet (loo) than try and re-train
my users! This program is so powerfull in almost every respect, I cant
believe there isnt a simple "c9=u9" function!
Thanks again.

Lance

P.S. Ill let you know IF I ever find a " 'round the barn" solution! That
would translate to an extremly convoluted, path to the answer! LOL!

"Pete_UK" wrote:

You're welcome, Lance - thanks for the explanation.

As Mike said, the alternative is a macro, which your users might not
take to. You could always lock that cell, so users can't overwrite the
formula in there, and then in time they will get used to not having to
enter data into C9.

Pete

On Sep 15, 11:09 am, Lance1961
wrote:
Thanks Pete,

Its simply a matter of the stubborn users and their adapability to change..
Currently they use a sheet where c9 is an input cell for them. Im adding a
more user friendly feature (one that automatically calcs the value in c9)..
However I still need the sheet to function as it originally did.



Pete_UK" wrote:
Put this formula in C9:


=IF(U20="","",U20)


Why do you not want a formula in C9 ?


Hope this helps.


Pete


On Sep 15, 10:40 am, Lance1961
wrote:
Ill try to make this clear and in Excell-ese as much as possible! But I am
new. Thanks for your time.


I need to have a value from a formula in a cell, say u20, placed into
another cell, say c9.


said another way... I want a value to be placed in a cell without that cell
containing a formula or being directly inputted to.


Sounds like an easy task, however Im told this is not do-able. Im not
buying that.


Lance- Hide quoted text -


- Show quoted text -





All times are GMT +1. The time now is 09:10 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com