• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Change data format

sms2luv

Member
Team,

I am updating image here, need your assistance.

Above data is the format which I receive and I want to convert it into the format which is at this bottom.
 

Attachments

  • Screenshot_2016-03-03-05-43-47.png
    Screenshot_2016-03-03-05-43-47.png
    930 KB · Views: 13
Hard to tell if this will work, as your picture makes it hard to test anything .... anyway take a look at this ...

Or - upload a sample excel file - screenshots won't get you a definitive answer, unfortunately
 
Try,

1] B10 copy across to D10 and all copy down :

=IFERROR(INDEX(A$2:A$6,INT((ROWS(A$1:A1)-1)/(MATCH(9^9,$1:$1)-3))+1),"")

2] E10, copy down :

=IF(B10="","",OFFSET(C$1,,MOD(ROWS(A$1:A1)-1,MATCH(9^9,$1:$1)-3)+1))

3] F10, copy down :

=IF(B10="","",OFFSET(C$1,MATCH(B10,A$2:A$6,0),MOD(ROWS(A$1:A1)-1,MATCH(9^9,$1:$1)-3)+1))

Regards
Bosco
 

Attachments

Back
Top