Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ian Ian is offline
external usenet poster
 
Posts: 109
Default Pulling info 2 cells and putting it in one

I have two separate cells, one in worksheet 1 and another worksheet2. I would
like to make it so when I enter info in either of them it will automatically
populate a cell on worksheet 3. I would like the cell in worksheet 3 to pull
the info from either cell automatically in worksheet 1 or 2. Any thoughts?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 158
Default Pulling info 2 cells and putting it in one

You don't say what you're trying to populate cell 3 with, but if it simply is
the combined contents of the two other cells you can use this in cell 3:

=Sheet1!A1&Sheet2!A1

Adjust the cell references as appropriate. To insert a space between them:

=Sheet1!A1&" "&Sheet2!A1

"Ian" wrote:

I have two separate cells, one in worksheet 1 and another worksheet2. I would
like to make it so when I enter info in either of them it will automatically
populate a cell on worksheet 3. I would like the cell in worksheet 3 to pull
the info from either cell automatically in worksheet 1 or 2. Any thoughts?

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ian Ian is offline
external usenet poster
 
Posts: 109
Default Pulling info 2 cells and putting it in one

THanks, I think that should work fine!

"andy62" wrote:

You don't say what you're trying to populate cell 3 with, but if it simply is
the combined contents of the two other cells you can use this in cell 3:

=Sheet1!A1&Sheet2!A1

Adjust the cell references as appropriate. To insert a space between them:

=Sheet1!A1&" "&Sheet2!A1

"Ian" wrote:

I have two separate cells, one in worksheet 1 and another worksheet2. I would
like to make it so when I enter info in either of them it will automatically
populate a cell on worksheet 3. I would like the cell in worksheet 3 to pull
the info from either cell automatically in worksheet 1 or 2. Any thoughts?

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Pulling info 2 cells and putting it in one

I'm assuming that both sheets will not have an entry at the same time. If
they do then Sheet1 will take precedence.

=IF(Sheet1!A1="",IF(Sheet2!A1="","",Sheet2!A1),She et1!A1)

--
Biff
Microsoft Excel MVP


"Ian" wrote in message
...
I have two separate cells, one in worksheet 1 and another worksheet2. I
would
like to make it so when I enter info in either of them it will
automatically
populate a cell on worksheet 3. I would like the cell in worksheet 3 to
pull
the info from either cell automatically in worksheet 1 or 2. Any thoughts?



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
Pulling Info Schwimms Excel Discussion (Misc queries) 0 June 6th 07 09:00 PM
Pulling info from a list Patrick Excel Worksheet Functions 2 May 2nd 07 09:44 AM
pulling 5 lines of info from a sheet stub1toe Excel Worksheet Functions 4 July 24th 06 06:22 PM
Pulling info into another sheet Teric506 Excel Worksheet Functions 0 September 26th 05 05:08 PM
Pulling parts of information from one cell and putting in another Mcobra41 Excel Discussion (Misc queries) 3 March 4th 05 07:01 PM


All times are GMT +1. The time now is 09:16 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"