Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Anupam
 
Posts: n/a
Default how can I extend number of columns in excel

Hi all,

I am using excel to download my data in the columns. I can only use Excel
for my purpose bcos thats how the machine is configured. I record the data in
columns every minute so I can only record only data for 256 mins. Its a real
time data I can only control it by stopping and starting the test after every
4 hrs which is not feasible. Please advice me for the situation. Is there a
way by which excel can start recording the data in next sheet after it has
finished recording in one sheet?

thanks
anupam
  #2   Report Post  
Harlan Grove
 
Posts: n/a
Default

Anupam wrote:
I am using excel to download my data in the columns. I can only use Excel
for my purpose bcos thats how the machine is configured. I record the data in
columns every minute so I can only record only data for 256 mins. Its a real
time data I can only control it by stopping and starting the test after every
4 hrs which is not feasible. Please advice me for the situation. Is there a
way by which excel can start recording the data in next sheet after it has
finished recording in one sheet?


Not without macros. Why not record downwards rather than rightwards? If
you record readings in cell B2, then B3, then B4, etc., you could
record 65535 readings in a single column. 65535 means a bit more than
45 1/2 days of readings could be stored in one column before having to
reset. Wouldn't that be sufficient?

If your machine is configured to record only going left to right, then
whether you want to accept it or not, you only have cells enough to
hold 4 1/4 hours worth of data. If you can't change how data is entered
(it'd have to be scripted in some way - do you have access to the
source code?), you have no alternative to stopping and restarting ever
4 1/4 hours. There's no way to have Excel automatically advance from
worksheet to worksheet.

  #3   Report Post  
Roy Wagner
 
Posts: n/a
Default

There's no way to have Excel automatically advance from
worksheet to worksheet.


But you can easily do it with vba. I was working on another solution the
other day for somebody else who was going past 65536 with their routine using
6 or 7 columns. In one experiment, I intercept the routine it at row 65536,
advanced the sheet(x) index and started at row 1 again. Shouldn't be a
problem if you have access to the source code.

How many sheets would you anticipate needing? That could be a problem too,
depending on machine memory. I also agree with Harlan, the natural way to go
is down instead of across, unless you are collecting so much data, that that
wouldn't work either. You might need to create the extra sheets in advance,
even if via code, depending on how fast the data is coming in so as not to
disrupt the flow.

Interesting.

Roy
--
(delete .nospam)




"Harlan Grove" wrote:

Anupam wrote:
I am using excel to download my data in the columns. I can only use Excel
for my purpose bcos thats how the machine is configured. I record the data in
columns every minute so I can only record only data for 256 mins. Its a real
time data I can only control it by stopping and starting the test after every
4 hrs which is not feasible. Please advice me for the situation. Is there a
way by which excel can start recording the data in next sheet after it has
finished recording in one sheet?


Not without macros. Why not record downwards rather than rightwards? If
you record readings in cell B2, then B3, then B4, etc., you could
record 65535 readings in a single column. 65535 means a bit more than
45 1/2 days of readings could be stored in one column before having to
reset. Wouldn't that be sufficient?

If your machine is configured to record only going left to right, then
whether you want to accept it or not, you only have cells enough to
hold 4 1/4 hours worth of data. If you can't change how data is entered
(it'd have to be scripted in some way - do you have access to the
source code?), you have no alternative to stopping and restarting ever
4 1/4 hours. There's no way to have Excel automatically advance from
worksheet to worksheet.


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
auto number columns in excel Laura Excel Discussion (Misc queries) 4 March 29th 05 02:39 PM
Difference in number of Excel NewsGroups Hari Prasadh Excel Discussion (Misc queries) 1 January 25th 05 11:32 AM
Add more lines and more columns in Excel Marc Charbonneau Excel Worksheet Functions 3 January 20th 05 03:44 AM
Can the number of times undo is used in Excel 2002 be increased? Austrian Hannes Setting up and Configuration of Excel 2 December 6th 04 05:54 PM
I have Excel columns with different statements (yes, no; numbers). David Verlander Excel Worksheet Functions 2 November 26th 04 10:27 PM


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

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"