Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 - |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 - |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
#7
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
#8
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula to add based on information from 2 different cells | Excel Worksheet Functions | |||
Formatting a cell based on another cells value | Excel Discussion (Misc queries) | |||
How do I set a colour to 4 cells based on the value of a cell | Excel Discussion (Misc queries) | |||
Coloured cells based on formula | Excel Worksheet Functions | |||
sum cells based on another cell value | Excel Worksheet Functions |