Thread: Cell Equality
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
David Biddulph[_2_] David Biddulph[_2_] is offline
external usenet poster
 
Posts: 8,651
Default 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