Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27
Default Collecting data from multiple sheets

I have a spreadsheet with approx 15 sheets. The sheets are basically a list
of questions and the answers provided by users. What I need to do is
transfer the answers provided by users onto a single row on another sheet and
then save that sheet as a csv file so that it can be imported into our 'main'
database.

We use XL 2003.

I know that I haven't given much for you to go on but if you think you can
help, let me know and I will send you an example file.

Thanks in advance.

Gareth
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8,520
Default Collecting data from multiple sheets

Hi Gareth

--If the sheetnames are named after the username.. user1, user2 etc; then
arrange the user names in ColA

Col A Col B Col C Col D
Name Ques 1 Ques 2 Ques 3
User1 =
User2 =

--In cell B2 apply the below formula which will look at User1!B1. Copy down
the formula as required which will pick up the values from each user sheet.
=INDIRECT("'" & A2 & "'!B1")

--If the answer cells are arranged in an order you can modify the above
formula so that you dont need to have a separate formula for Question 2..

--
Jacob


"Gareth" wrote:

I have a spreadsheet with approx 15 sheets. The sheets are basically a list
of questions and the answers provided by users. What I need to do is
transfer the answers provided by users onto a single row on another sheet and
then save that sheet as a csv file so that it can be imported into our 'main'
database.

We use XL 2003.

I know that I haven't given much for you to go on but if you think you can
help, let me know and I will send you an example file.

Thanks in advance.

Gareth

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
Collecting data from multiple files ronensis Excel Discussion (Misc queries) 3 July 16th 09 01:32 PM
collecting fata from all sheets into one sheet lana.b Excel Worksheet Functions 4 January 26th 09 08:08 PM
collecting data from multiple sheets Cindy E Excel Discussion (Misc queries) 2 March 10th 08 07:57 PM
collecting data from many sheets to one sheet Khoshravan Excel Discussion (Misc queries) 12 June 7th 07 10:01 PM
Collecting data from multiple sheets in wbk M John Excel Programming 0 February 22nd 06 09:11 PM


All times are GMT +1. The time now is 07:22 AM.

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

About Us

"It's about Microsoft Excel"