View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default Excel Entering Identical Data in a Designated New Cell

In E44 enter:

=IF(B25="","",B25)
--
Gary''s Student - gsnu200903


"DisMusBeDaPlaz" wrote:

To whom it may concern, et al:

As I enter data in a cell, at the same time
I want it to show in another cell.

The information can be either numeric or
alpha-numeric.

Example 1: 302123 entered in Cell "B25", as it is
being typed, will enter into Cell "E44".

Example 2: Beech Ball entered in Cell "D24", will
show in Cell "B48".

Thanks in advance.

Korey