Copying cell data automatically?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

If you want something from cell (A) to appear in cell (B) and be dependent on
the first cell, i.e, when cell A text changes so does cell B, how do I do
that?
 
It depends

You can use an IF statement

=IF(A1=1,"Something","SomethingElse")

Or if there are many different inputs you can create a table somewhere

A One
B Two
C Three

And use VLOOKUP

HTH

PC
 
Acurran,

ANY formula in cell B which makes reference to cell A will automatically
change when cell A is altered. The formula could be as simple as "+A", or
can use only part of it eg. "LEFT(A,3), which will display only the left 3
positions of cell A in cell B.
 

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

Back
Top