SOLVED

Automatically populating information from one sheet to another

Copper Contributor

Hello.

 

I have two tabs where one is the Master, and the other is the Display.  

 

I would like to have information from Master E30, F30 and H30 populate Display C11, D11 and E11 respectfully.  

 

E30 First Name

F30 Last Name

H30 Position number

 

The anchor data would be Master H30, which would match Display E11.  

 

Thus any information changed in Master E30 and F30, would automatically change in Display D11 and E11.

 

Would prefer not to change the columns.  

 

Please advise.

 

 

 

4 Replies
best response confirmed by allyreckerman (Microsoft)
Solution

@noibad 

I suspect you want something more than you describe. Based on your post, it would be very simple:

In C11: =Master!E30

In D11: =Master!F30

In E11: =Master!H30

Thank you Hans.

I am a novice user.

Would I be able to merge the data of Master E30 and F30 to show in one cell, Display 11?

The help did work. Just trying to be juicy now with the merge.

@noibad 

For example:

 

=Master!E30&" "&Master!F30

 

if you want the full name in the form "Jane Roe", or

 

=Master!F30&", "&Master!E30

 

if you prefer "Roe, Jane"

Hans, worked like a charm.

Thank you once again.
1 best response

Accepted Solutions
best response confirmed by allyreckerman (Microsoft)
Solution

@noibad 

I suspect you want something more than you describe. Based on your post, it would be very simple:

In C11: =Master!E30

In D11: =Master!F30

In E11: =Master!H30

View solution in original post