• 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.

text/number in different column

sudipto3003

Member
dear friends,

I have a sheet attach here where I have a data, where name & numbers are in a single column, but I need them separately column wise. I have attached the sheet herewith for your reference. Please suggest the way out to do it.

thanks In advance
sudipta
 

Attachments

  • EXAMPLE.xlsx
    9.8 KB · Views: 11
one more...this is a non array solution

INDEX($A$2:$A$13,COLUMNS($A$1:A$1)+(ROWS($A$1:$A1)-1)*$J$1,1)

$J$1 referes to the block of rows as explained in the previous attachment..
 
Back
Top