Excel Entering Identical Data in a Designated New Cell

D

DisMusBeDaPlaz

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
 
M

Mike H

Hi,

Here's how to do it for your first example. Put this in E44

=IF(B25<>"",B25,"")

Mike
 
P

Pete_UK

Put this formula in E44:

=IF(B25="","",B25)

and this in B48:

=IF(D24="","",D24)

and so on.

Hope this helps.

Pete
 
D

DisMusBeDaPlaz

I would like to thank all of you that offered
a helping hand, in the solution to my issue.

Turns out, that the functions & formulas work!

I sincerely thank you all.

Korey


======================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top