stephleroux
New Member
Hi All
This is my First post so please bear with me
I have table structured like this:
month 1 month 2 month 3 month 4
q1 1 2 3 4
q2 blank 1 2 3
q3 blank blank 1 2
It contains GDP estimates for each quarter. The estimates are revised each month. What I want is a table that gives me all the 1st estimates in one column followed by all the second estimates in the next column.
Therefore I need to restructure it to look like this:
1st 2nd 3rd 4th
q1 1 2 3 4
q2 1 2 3 blank
q3 1 2 blank blank
I have success with getting first column using a formula that returns the first numeric value in a row. However, that does not help much with the rest of the table.
I have also seen posts on how to delete the blank cells. This works but it is not a solution as I have many large datasets and a manual option will be very time consuming.
Any help would be much appreciated.
This is my First post so please bear with me
I have table structured like this:
month 1 month 2 month 3 month 4
q1 1 2 3 4
q2 blank 1 2 3
q3 blank blank 1 2
It contains GDP estimates for each quarter. The estimates are revised each month. What I want is a table that gives me all the 1st estimates in one column followed by all the second estimates in the next column.
Therefore I need to restructure it to look like this:
1st 2nd 3rd 4th
q1 1 2 3 4
q2 1 2 3 blank
q3 1 2 blank blank
I have success with getting first column using a formula that returns the first numeric value in a row. However, that does not help much with the rest of the table.
I have also seen posts on how to delete the blank cells. This works but it is not a solution as I have many large datasets and a manual option will be very time consuming.
Any help would be much appreciated.