Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I would like to establish two cells, one taking its value from the other.
For example, What value is found in C3 will automatically be placed in say, D4. I am a novice and could not find this calculaton in the function option. Advice sought |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
In D4, type the formula =C3
If you don't want D4 to show zero when C3 is empty, then use =IF(C3="","",C3) -- David Biddulph "Maurice" wrote in message ... I would like to establish two cells, one taking its value from the other. For example, What value is found in C3 will automatically be placed in say, D4. I am a novice and could not find this calculaton in the function option. Advice sought |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Much thanks for the timely and successful solution. I would like to include
one additional functon. I need to create a cell, say B2 to reflect the amount of say C8 minuse E8. The continued support is well appreciated. "David Biddulph" wrote: In D4, type the formula =C3 If you don't want D4 to show zero when C3 is empty, then use =IF(C3="","",C3) -- David Biddulph "Maurice" wrote in message ... I would like to establish two cells, one taking its value from the other. For example, What value is found in C3 will automatically be placed in say, D4. I am a novice and could not find this calculaton in the function option. Advice sought |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
In B2:
=C8-E8 -- Regards, RD --------------------------------------------------------------------------- Please keep all correspondence within the NewsGroup, so all may benefit ! --------------------------------------------------------------------------- "Maurice" wrote in message ... Much thanks for the timely and successful solution. I would like to include one additional functon. I need to create a cell, say B2 to reflect the amount of say C8 minuse E8. The continued support is well appreciated. "David Biddulph" wrote: In D4, type the formula =C3 If you don't want D4 to show zero when C3 is empty, then use =IF(C3="","",C3) -- David Biddulph "Maurice" wrote in message ... I would like to establish two cells, one taking its value from the other. For example, What value is found in C3 will automatically be placed in say, D4. I am a novice and could not find this calculaton in the function option. Advice sought |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Maurice
See Ragdyer's response for a formula. Please don't take this as criticism but perhaps a bit of basic training could help. Here are a few basic tutorials for Excel to get a beginner going. http://www.usd.edu/trio/tut/excel/index.html http://www.baycongroup.com/el0.htm http://office.microsoft.com/en-us/tr...831141033.aspx Gord Dibben MS Excel MVP On Sun, 6 Jan 2008 09:26:09 -0800, Maurice wrote: Much thanks for the timely and successful solution. I would like to include one additional functon. I need to create a cell, say B2 to reflect the amount of say C8 minuse E8. The continued support is well appreciated. "David Biddulph" wrote: In D4, type the formula =C3 If you don't want D4 to show zero when C3 is empty, then use =IF(C3="","",C3) -- David Biddulph "Maurice" wrote in message ... I would like to establish two cells, one taking its value from the other. For example, What value is found in C3 will automatically be placed in say, D4. I am a novice and could not find this calculaton in the function option. Advice sought |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Click in D4 and enter an equal sign ( = ),
Click in C3, and hit <Enter. -- HTH, RD --------------------------------------------------------------------------- Please keep all correspondence within the NewsGroup, so all may benefit ! --------------------------------------------------------------------------- "Maurice" wrote in message ... I would like to establish two cells, one taking its value from the other. For example, What value is found in C3 will automatically be placed in say, D4. I am a novice and could not find this calculaton in the function option. Advice sought |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Validate cell equality by conditional fill problem | Excel Discussion (Misc queries) | |||
Two apparently identical cells in excel fail an equality test,Y? | Excel Discussion (Misc queries) | |||
How to create/run "cell A equals Cell B put Cell C info in Cell D | Excel Discussion (Misc queries) | |||
How do I calculate the Root Mean Square (RMS) of line of equality | Excel Discussion (Misc queries) | |||
Cell Formula reference to cell Based On third Cell Content | Excel Discussion (Misc queries) |