ITALIAORIANA
Technical User
Hi,
I have an excel spreadsheet that I need to break out the data. I have 18 columns of information. The row count is variable. I need to break out the data as follows. Is there a better way to get this data broken out? The way I did it with the formula may be a convoluted way of doing this so any suggestions would be greatly appreciated.
A1 value with C1, C2, C3, etc.....all other data in each column would be exactly the same. Then I would need A2 value with C1, C2, C3, etc.
ABCD, 1/1/2007 0:00, ABCD, 12/31/9999 0:00, ZERO, N, N, 0, 0, 0, 0, 1, 1753-01-01 00:00:00.000
DEF6, 1/1/2007 0:00, DEF6, 12/31/9999 0:00, ZERO, N, N, 0, 0, 0, 0, 1, 1753-01-01 00:00:00.000
3FRJ, 1/1/2007 0:00, 3FRJ, 12/31/9999 0:00, ZERO, N, N, 0, 0, 0, 0, 1, 1753-01-01 00:00:00.000
ABC6, 1/1/2007 0:00, ABC6, 12/31/9999 0:00, ZERO, N, N, 0, 0, 0, 0, 1, 1753-01-01 00:00:00.000
SED8, 1/1/2007 0:00, SED8, 12/31/9999 0:00, ZERO, N, N, 0, 0, 0, 0, 1, 1753-01-01 00:00:00.000
JKL5, 1/1/2007 0:00, JKL5, 12/31/9999 0:00, ZERO, N, N, 0, 0, 0, 0, 1, 1753-01-01 00:00:00.000
I used the formula below to get it to work for A1 with C1 through C7 but I wasn't able to get it to work for A2 and beyond.
(=$A$2&" "&TEXT(B2,"m/d/yyyy")&" "&C2&" "&TEXT(D2,"m/d/yyyy")&" "&E2&" "&F2&" "&G2&" "&H2&" "&I2&" "&J2&" "&K2&" "&L2&" "&M2&" "&N2&" "&O2&" "&P2&" "&Q2&" "&R2)
Thanks
Deana
I have an excel spreadsheet that I need to break out the data. I have 18 columns of information. The row count is variable. I need to break out the data as follows. Is there a better way to get this data broken out? The way I did it with the formula may be a convoluted way of doing this so any suggestions would be greatly appreciated.
A1 value with C1, C2, C3, etc.....all other data in each column would be exactly the same. Then I would need A2 value with C1, C2, C3, etc.
ABCD, 1/1/2007 0:00, ABCD, 12/31/9999 0:00, ZERO, N, N, 0, 0, 0, 0, 1, 1753-01-01 00:00:00.000
DEF6, 1/1/2007 0:00, DEF6, 12/31/9999 0:00, ZERO, N, N, 0, 0, 0, 0, 1, 1753-01-01 00:00:00.000
3FRJ, 1/1/2007 0:00, 3FRJ, 12/31/9999 0:00, ZERO, N, N, 0, 0, 0, 0, 1, 1753-01-01 00:00:00.000
ABC6, 1/1/2007 0:00, ABC6, 12/31/9999 0:00, ZERO, N, N, 0, 0, 0, 0, 1, 1753-01-01 00:00:00.000
SED8, 1/1/2007 0:00, SED8, 12/31/9999 0:00, ZERO, N, N, 0, 0, 0, 0, 1, 1753-01-01 00:00:00.000
JKL5, 1/1/2007 0:00, JKL5, 12/31/9999 0:00, ZERO, N, N, 0, 0, 0, 0, 1, 1753-01-01 00:00:00.000
I used the formula below to get it to work for A1 with C1 through C7 but I wasn't able to get it to work for A2 and beyond.
(=$A$2&" "&TEXT(B2,"m/d/yyyy")&" "&C2&" "&TEXT(D2,"m/d/yyyy")&" "&E2&" "&F2&" "&G2&" "&H2&" "&I2&" "&J2&" "&K2&" "&L2&" "&M2&" "&N2&" "&O2&" "&P2&" "&Q2&" "&R2)
Thanks
Deana