ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   I need to copy a text value from one worksheet to another (https://www.excelbanter.com/excel-discussion-misc-queries/118360-i-need-copy-text-value-one-worksheet-another.html)

Toria

I need to copy a text value from one worksheet to another
 
I am creating a report for my boss. In one worksheet I have fields where she
can enter text or numbers. Then in another worksheet I have some formulas
that work off the previous worksheet. I need a function that will copy the
text in a column on the first worksheet and place it in a specified cell on
the other worksheet.

I hope this makes sense. Example:
Cell A1 in Worksheet 1 = Financial Manager
Now I want to copy Financial Manager into Cell B4 in Worksheet 2

The trick is the text in cell A1 in Worksheet 1 will always change depending
on what my boss puts in it. But I want it to always copy to a specified cell
in the other worksheet.

Thank you!

tim m

I need to copy a text value from one worksheet to another
 
In B4 in sheet 2 put =Sheet1!A1

That will put the contents of A1 in sheet 1 into that cell, when A1 changes
the result will change in B4 sheet 2.

Is that what you wanted?

"Toria" wrote:

I am creating a report for my boss. In one worksheet I have fields where she
can enter text or numbers. Then in another worksheet I have some formulas
that work off the previous worksheet. I need a function that will copy the
text in a column on the first worksheet and place it in a specified cell on
the other worksheet.

I hope this makes sense. Example:
Cell A1 in Worksheet 1 = Financial Manager
Now I want to copy Financial Manager into Cell B4 in Worksheet 2

The trick is the text in cell A1 in Worksheet 1 will always change depending
on what my boss puts in it. But I want it to always copy to a specified cell
in the other worksheet.

Thank you!


Toria

I need to copy a text value from one worksheet to another
 
Thanks for responding.

I tried that and then my cell B4 doesn't display what is in the cell of A1
it displays the formula. How can I get it to hide the formula and just show
the value of field A1?

Thanks a bunch!

"tim m" wrote:

In B4 in sheet 2 put =Sheet1!A1

That will put the contents of A1 in sheet 1 into that cell, when A1 changes
the result will change in B4 sheet 2.

Is that what you wanted?

"Toria" wrote:

I am creating a report for my boss. In one worksheet I have fields where she
can enter text or numbers. Then in another worksheet I have some formulas
that work off the previous worksheet. I need a function that will copy the
text in a column on the first worksheet and place it in a specified cell on
the other worksheet.

I hope this makes sense. Example:
Cell A1 in Worksheet 1 = Financial Manager
Now I want to copy Financial Manager into Cell B4 in Worksheet 2

The trick is the text in cell A1 in Worksheet 1 will always change depending
on what my boss puts in it. But I want it to always copy to a specified cell
in the other worksheet.

Thank you!


tim m

I need to copy a text value from one worksheet to another
 
Hmph, it worked for me in my test. In sheet 2 under tools, options, view do
you have the 'formulas' box checked? If so uncheck it.

"Toria" wrote:

Thanks for responding.

I tried that and then my cell B4 doesn't display what is in the cell of A1
it displays the formula. How can I get it to hide the formula and just show
the value of field A1?

Thanks a bunch!

"tim m" wrote:

In B4 in sheet 2 put =Sheet1!A1

That will put the contents of A1 in sheet 1 into that cell, when A1 changes
the result will change in B4 sheet 2.

Is that what you wanted?

"Toria" wrote:

I am creating a report for my boss. In one worksheet I have fields where she
can enter text or numbers. Then in another worksheet I have some formulas
that work off the previous worksheet. I need a function that will copy the
text in a column on the first worksheet and place it in a specified cell on
the other worksheet.

I hope this makes sense. Example:
Cell A1 in Worksheet 1 = Financial Manager
Now I want to copy Financial Manager into Cell B4 in Worksheet 2

The trick is the text in cell A1 in Worksheet 1 will always change depending
on what my boss puts in it. But I want it to always copy to a specified cell
in the other worksheet.

Thank you!


Gord Dibben

I need to copy a text value from one worksheet to another
 
Toria

It is also possible that the cell that shows the formula was pre-formatted as
Text.

Format to General then F2 and ENTER.


Gord Dibben MS Excel MVP

On Fri, 10 Nov 2006 14:15:02 -0800, Toria
wrote:

Thanks for responding.

I tried that and then my cell B4 doesn't display what is in the cell of A1
it displays the formula. How can I get it to hide the formula and just show
the value of field A1?

Thanks a bunch!

"tim m" wrote:

In B4 in sheet 2 put =Sheet1!A1

That will put the contents of A1 in sheet 1 into that cell, when A1 changes
the result will change in B4 sheet 2.

Is that what you wanted?

"Toria" wrote:

I am creating a report for my boss. In one worksheet I have fields where she
can enter text or numbers. Then in another worksheet I have some formulas
that work off the previous worksheet. I need a function that will copy the
text in a column on the first worksheet and place it in a specified cell on
the other worksheet.

I hope this makes sense. Example:
Cell A1 in Worksheet 1 = Financial Manager
Now I want to copy Financial Manager into Cell B4 in Worksheet 2

The trick is the text in cell A1 in Worksheet 1 will always change depending
on what my boss puts in it. But I want it to always copy to a specified cell
in the other worksheet.

Thank you!



Toria

I need to copy a text value from one worksheet to another
 
Thank you Gord, that worked!!!!!

"Gord Dibben" wrote:

Toria

It is also possible that the cell that shows the formula was pre-formatted as
Text.

Format to General then F2 and ENTER.


Gord Dibben MS Excel MVP

On Fri, 10 Nov 2006 14:15:02 -0800, Toria
wrote:

Thanks for responding.

I tried that and then my cell B4 doesn't display what is in the cell of A1
it displays the formula. How can I get it to hide the formula and just show
the value of field A1?

Thanks a bunch!

"tim m" wrote:

In B4 in sheet 2 put =Sheet1!A1

That will put the contents of A1 in sheet 1 into that cell, when A1 changes
the result will change in B4 sheet 2.

Is that what you wanted?

"Toria" wrote:

I am creating a report for my boss. In one worksheet I have fields where she
can enter text or numbers. Then in another worksheet I have some formulas
that work off the previous worksheet. I need a function that will copy the
text in a column on the first worksheet and place it in a specified cell on
the other worksheet.

I hope this makes sense. Example:
Cell A1 in Worksheet 1 = Financial Manager
Now I want to copy Financial Manager into Cell B4 in Worksheet 2

The trick is the text in cell A1 in Worksheet 1 will always change depending
on what my boss puts in it. But I want it to always copy to a specified cell
in the other worksheet.

Thank you!





All times are GMT +1. The time now is 11:51 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com