#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 57
Default Store Data

I was wondering if this was possible to get data from worksheet and
put it on another worksheet on a single row. The range of the data
worksheet is A1:N74, with various questions and answers.

Maggie

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,588
Default Store Data

Keeping in mind there are only 256 columns (<xl2007) it might be difficult to fit that on a single row.

Maybe you could provide more details?

--
Tim Williams
Palo Alto, CA


"Maggie" wrote in message ups.com...
I was wondering if this was possible to get data from worksheet and
put it on another worksheet on a single row. The range of the data
worksheet is A1:N74, with various questions and answers.

Maggie



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 57
Default Store Data

On Mar 9, 5:31 pm, "Tim Williams" <timjwilliams at gmail dot com
wrote:
Keeping in mind there are only 256 columns (<xl2007) it might be difficult to fit that on a single row.

Maybe you could provide more details?

--
Tim Williams
Palo Alto, CA



"Maggie" wrote in oglegroups.com...
I was wondering if this was possible to getdatafrom worksheet and
put it on another worksheet on a single row. The range of thedata
worksheet is A1:N74, with various questions and answers.


Maggie- Hide quoted text -


- Show quoted text -


I have a table with various input cells that a reviewer has to input.
The reviewer must look at 50 different loans. I want to record the
input on a single row for each loan so that I will not have huge
excel file. My range for the table is A1:N74. Is that possible?

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,588
Default Store Data

Each loan has how many different inputs?
As long as it's less than 256 then it can be done.



--
Tim Williams
Palo Alto, CA


"Maggie" wrote in message ups.com...
On Mar 9, 5:31 pm, "Tim Williams" <timjwilliams at gmail dot com
wrote:
Keeping in mind there are only 256 columns (<xl2007) it might be difficult to fit that on a single row.

Maybe you could provide more details?

--
Tim Williams
Palo Alto, CA



"Maggie" wrote in oglegroups.com...
I was wondering if this was possible to getdatafrom worksheet and
put it on another worksheet on a single row. The range of thedata
worksheet is A1:N74, with various questions and answers.


Maggie- Hide quoted text -


- Show quoted text -


I have a table with various input cells that a reviewer has to input.
The reviewer must look at 50 different loans. I want to record the
input on a single row for each loan so that I will not have huge
excel file. My range for the table is A1:N74. Is that possible?



  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 57
Default Store Data

On Mar 12, 4:29 pm, "Tim Williams" <timjwilliams at gmail dot com
wrote:
Each loan has how many different inputs?
As long as it's less than 256 then it can be done.

--
Tim Williams
Palo Alto, CA



"Maggie" wrote in oglegroups.com...
On Mar 9, 5:31 pm, "Tim Williams" <timjwilliams at gmail dot com
wrote:
Keeping in mind there are only 256 columns (<xl2007) it might be difficult to fit that on a single row.


Maybe you could provide more details?


--
Tim Williams
Palo Alto, CA


"Maggie" wrote in oglegroups.com...
I was wondering if this was possible to getdatafrom worksheet and
put it on another worksheet on a single row. The range of thedata
worksheet is A1:N74, with various questions and answers.


Maggie- Hide quoted text -


- Show quoted text -


I have a table with various input cells that a reviewer has to input.
The reviewer must look at 50 different loans. I want to record the
input on a single row for each loan so that I will not have huge
excel file. My range for the table is A1:N74. Is that possible?- Hide quoted text -


- Show quoted text -


It has only 66 different inputs for each loan. How would I go about
doing this now? I am a beginner at this type of stuff.

Maggie



  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,588
Default Store Data

Maggie,

You would create a "summary" sheet with all the required headers, then map each field from your "input" form onto that sheet.
To do this you'd have to specify which input field goes in which column in the summary sheet: you could do this in code or create a
mapping table with cell addresses and column numbers on a third sheet.

A little complex to explain from first principles, particularly if you're new to coding...

--
Tim Williams
Palo Alto, CA


"Maggie" wrote in message ps.com...
On Mar 12, 4:29 pm, "Tim Williams" <timjwilliams at gmail dot com
wrote:
Each loan has how many different inputs?
As long as it's less than 256 then it can be done.

--
Tim Williams
Palo Alto, CA



"Maggie" wrote in oglegroups.com...
On Mar 9, 5:31 pm, "Tim Williams" <timjwilliams at gmail dot com
wrote:
Keeping in mind there are only 256 columns (<xl2007) it might be difficult to fit that on a single row.


Maybe you could provide more details?


--
Tim Williams
Palo Alto, CA


"Maggie" wrote in oglegroups.com...
I was wondering if this was possible to getdatafrom worksheet and
put it on another worksheet on a single row. The range of thedata
worksheet is A1:N74, with various questions and answers.


Maggie- Hide quoted text -


- Show quoted text -


I have a table with various input cells that a reviewer has to input.
The reviewer must look at 50 different loans. I want to record the
input on a single row for each loan so that I will not have huge
excel file. My range for the table is A1:N74. Is that possible?- Hide quoted text -


- Show quoted text -


It has only 66 different inputs for each loan. How would I go about
doing this now? I am a beginner at this type of stuff.

Maggie



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
Is there a way to use the P.O. template and collect/store data. Leebob Excel Discussion (Misc queries) 0 April 13th 07 01:46 PM
store inventory sheet(ex:sports equipment store) vardan Excel Worksheet Functions 1 October 11th 06 12:51 AM
Addins store data gabch[_23_] Excel Programming 1 May 10th 06 09:25 AM
How Do You Take Data Off A Sheet and Store It In An Array Raleigh Excel Programming 2 January 17th 06 08:47 PM
Using forms to store data oscarooko[_10_] Excel Programming 3 November 22nd 05 11:26 PM


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