Cell Equality
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
|