S
Sheikh Saadi
Hi All,
I have an excel sheet, having data (Customer Records) in column A. The data
have 5 rows for for each customer. I want to convert 5 Rows data into 1 Row
data with 5 different columns. (After every 5th Row, new records starts). I
think it could be don with Index, but can't figure out how. Plz help...
The original data:
Col A
----------
ABC
Hard Disk
4
$50
$200
DEF
LCD
2
$150
$300
GHI
Printer
1
$175
$175
--------------------
will become:
A B C D E
I have an excel sheet, having data (Customer Records) in column A. The data
have 5 rows for for each customer. I want to convert 5 Rows data into 1 Row
data with 5 different columns. (After every 5th Row, new records starts). I
think it could be don with Index, but can't figure out how. Plz help...
The original data:
Col A
----------
ABC
Hard Disk
4
$50
$200
DEF
LCD
2
$150
$300
GHI
Printer
1
$175
$175
--------------------
will become:
A B C D E