PC Review


Reply
Thread Tools Rate Thread

Collecting data from multiple sheets

 
 
Gareth
Guest
Posts: n/a
 
      10th Dec 2009
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 With Quote
 
 
 
 
Jacob Skaria
Guest
Posts: n/a
 
      10th Dec 2009
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 With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Data collecting from different sheets Martin Microsoft Excel Programming 2 17th Nov 2009 01:53 PM
Collecting data from multiple files ronensis Microsoft Excel Misc 3 16th Jul 2009 01:32 PM
collecting data from multiple sheets Cindy E Microsoft Excel Misc 2 10th Mar 2008 07:57 PM
collecting data from many sheets to one sheet =?Utf-8?B?S2hvc2hyYXZhbg==?= Microsoft Excel Misc 12 7th Jun 2007 10:01 PM
Collecting data from multiple sheets in wbk =?Utf-8?B?TSBKb2hu?= Microsoft Excel Programming 0 22nd Feb 2006 09:11 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:48 PM.