![]() |
Making a second column from data in first column
I have a column of numbers, the first being a date and the second a value,
etc.. I want to take every other value (the even numbered rows) and move them to a second column next to the date. Of course I'll end up with a blank every other row, so I'll then want to "collapse" the columns to eliminate the blanks. Any easy way to do this as I have several thousand pieces of data. Thanks in advance., Stephen |
Making a second column from data in first column
If your data starts in A1:
=INDIRECT("A"&(ROW()-1)*2+2) Regards Hans "sek0910" skrev i en meddelelse ... I have a column of numbers, the first being a date and the second a value, etc.. I want to take every other value (the even numbered rows) and move them to a second column next to the date. Of course I'll end up with a blank every other row, so I'll then want to "collapse" the columns to eliminate the blanks. Any easy way to do this as I have several thousand pieces of data. Thanks in advance., Stephen |
Making a second column from data in first column
Hi Stephen,
For a programmatic solution, see suggestion in Programming. --- Regards, Norman "sek0910" wrote in message ... I have a column of numbers, the first being a date and the second a value, etc.. I want to take every other value (the even numbered rows) and move them to a second column next to the date. Of course I'll end up with a blank every other row, so I'll then want to "collapse" the columns to eliminate the blanks. Any easy way to do this as I have several thousand pieces of data. Thanks in advance., Stephen |
All times are GMT +1. The time now is 07:19 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com