Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 18
Default Automatic moving cell Info

Hi

If I add a number in cell A2, I want that number that i put into A2 an
the text that I already have in B2 to go to another page in P2. How Can I do
this

Thanks

Troy
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 303
Default Automatic moving cell Info

in P2 enter =A2&" "&B2
the middle bit is there to have a space between the number and the text.

If a2 and b2 are on different sheet..........
=Sheet2!A2&" "&Sheet2!B2

--
Greetings from New Zealand

"Troy" wrote in message
...
Hi

If I add a number in cell A2, I want that number that i put into A2 an
the text that I already have in B2 to go to another page in P2. How Can I
do
this

Thanks

Troy



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default Automatic moving cell Info

Troy

To actually "move" the data would require VBA because functions and formulas
cannot move anything.

If you just want the data to appear in P2 on another worksheet..............

In P2 enter =Sheet1!A2 & Sheet1!B2

With a space =Sheet1!A2 & " " & Sheet1!B2

No error check for blank cells.


Gord Dibben MS Excel MVP

On Mon, 30 Apr 2007 14:38:00 -0700, Troy wrote:

Hi

If I add a number in cell A2, I want that number that i put into A2 an
the text that I already have in B2 to go to another page in P2. How Can I do
this

Thanks

Troy


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
IF function? Moving the same info from one worksheet to another. Naomi Excel Worksheet Functions 3 October 26th 06 07:46 PM
Automatic Moving to the Next Cell 69-er Charts and Charting in Excel 1 August 11th 06 02:55 PM
excel, automatic date and time when info gets entered shorty Excel Worksheet Functions 4 April 26th 06 06:46 PM
How do you perform lookups when the info is always moving? Jeze77 New Users to Excel 3 March 31st 06 03:42 PM
Link info in one cell to info in several cells in another column (like a database) hansdiddy Excel Discussion (Misc queries) 1 February 22nd 06 02:27 AM


All times are GMT +1. The time now is 09:56 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"