To enter data in columns in required order in some special way and toensure this

S

Subodh

I have a series of data in excel.
But the datas should be in required order.
The datas should be in three columns and the number of rows varies.
I want to ensure the following in the rows data:
1. Of the threee rows, the data should be in only one of the three
rows
2. Also, the first data should be in first row and the last data in
the third row.
3. Except for the last row, as the data entered in the last column
the next should be
in the first column.
How can i ensure this ?
Any programming tips.
Thanks in advance.
 
S

Subodh

I think you need to describe the entrie problem.  There may be an
easier algorithm than requiring data to be entered in a specific order.
It may be better after all the data is entered to re-arrange the data.

--
joel
------------------------------------------------------------------------
joel's Profile:http://www.thecodecage.com/forumz/member.php?u=229
View this thread:http://www.thecodecage.com/forumz/showthread.php?t=196315

http://www.thecodecage.com/forumz

No.
In fact i want to do as i have wrote.
I want three columns.
Say A,B and C
In the row 1(ie. the first row there should only be the data in the
first column)
And the data after this should be in the second or third column
But in no row data can be in more than one column.
And so on.
Can you help.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top