Q
quietning
I have a form like this:
a 11-010001
b meat
c 1
d 2
a 11-010003
b apple
c 4
d 3
a 11-010012
b orange
c 2
d 4
…………
and i want to change the data above to:
a b c d
11-010001 meat 1 2
11-010003 apple 4 3
11-010012 orange 2 4
don't tell me to use copy & paste because the original data is more
than 60000 rows.
anybody please help!!
a 11-010001
b meat
c 1
d 2
a 11-010003
b apple
c 4
d 3
a 11-010012
b orange
c 2
d 4
…………
and i want to change the data above to:
a b c d
11-010001 meat 1 2
11-010003 apple 4 3
11-010012 orange 2 4
don't tell me to use copy & paste because the original data is more
than 60000 rows.
anybody please help!!