Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 661
Default pulling data from one worksheet onto another

Hi just wondering if anyone knows if there is an easy way to pull information
from 3 cells on one worksheet into a singe cell on another worksheet?
wondering if I should use a macro or cell formula?
thanks
--
Paul G
Software engineer.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 180
Default pulling data from one worksheet onto another

Hi Paul,

Not very sure if your cells contain text or numbers or both. Here's how you
can do this
Assuming the cells are A1, B1 and C1 on Sheet1 and you want them to be
clubed in cell A1 on Sheet2. Type the below formula in cell A1 on Sheet2

=Sheet1!A1 &" "& Sheet1!B1 &" "& Sheet1!C1

& is used to join the srings. I have just added extra space between the
strings.
You refer to cells as <sheet name!<cell address for eaxmple Sheet1!A1

Hope this helps!!

--
Pranav Vaidya
VBA Developer
PN, MH-India
If you think my answer is useful, please rate this post as an ANSWER!!


"Paul" wrote:

Hi just wondering if anyone knows if there is an easy way to pull information
from 3 cells on one worksheet into a singe cell on another worksheet?
wondering if I should use a macro or cell formula?
thanks
--
Paul G
Software engineer.

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 661
Default pulling data from one worksheet onto another

thanks it worked!
--
Paul G
Software engineer.


"Pranav Vaidya" wrote:

Hi Paul,

Not very sure if your cells contain text or numbers or both. Here's how you
can do this
Assuming the cells are A1, B1 and C1 on Sheet1 and you want them to be
clubed in cell A1 on Sheet2. Type the below formula in cell A1 on Sheet2

=Sheet1!A1 &" "& Sheet1!B1 &" "& Sheet1!C1

& is used to join the srings. I have just added extra space between the
strings.
You refer to cells as <sheet name!<cell address for eaxmple Sheet1!A1

Hope this helps!!

--
Pranav Vaidya
VBA Developer
PN, MH-India
If you think my answer is useful, please rate this post as an ANSWER!!


"Paul" wrote:

Hi just wondering if anyone knows if there is an easy way to pull information
from 3 cells on one worksheet into a singe cell on another worksheet?
wondering if I should use a macro or cell formula?
thanks
--
Paul G
Software engineer.

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 data into today's worksheet from yesterday's worksheet Big UT Fan Excel Discussion (Misc queries) 4 December 12th 08 07:20 PM
Pulling data through to another worksheet Sarah (OGI) New Users to Excel 0 June 6th 08 02:30 PM
Pulling data from one worksheet to another JoeJoe Excel Programming 3 August 17th 06 07:26 PM
Pulling data from one worksheet to another JoeJoe Excel Worksheet Functions 3 August 17th 06 04:51 PM
Pulling data from different worksheet smith_gw Excel Programming 2 January 11th 05 05:15 PM


All times are GMT +1. The time now is 08:19 PM.

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"