Thread: Cell Equality
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
RagDyeR RagDyeR is offline
external usenet poster
 
Posts: 3,572
Default Cell Equality

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