+ Reply to Thread
Results 1 to 9 of 9

data transpose as per digit

  1. #1
    Forum Contributor
    Join Date
    01-23-2016
    Location
    karachi
    MS-Off Ver
    2007
    Posts
    316

    data transpose as per digit

    Hi Experts,
    I need formula to transpose data like result should be like that, if 1.0 it will be level 1, 1.1,1.2 etc it will be level 2, if 1.1.1 or 1.1.2 etc it will be level 3, colculsion is if 1 digit it will be level 1, if 2 digit it will level 2, if 3 digit 3 it will level 3 so on....


    Thanks in Advance.

    Farhan
    Attached Images Attached Images
    Attached Files Attached Files

  2. #2
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,079

    Re: data transpose as per digit

    If you are happy to change the 1.0 to 1 you could use this in E3 copied down and acroos
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Then change the red 1 to 3, 5 7 & 9 for columns F, G etc

  3. #3
    Forum Contributor
    Join Date
    01-23-2016
    Location
    karachi
    MS-Off Ver
    2007
    Posts
    316

    Re: data transpose as per digit

    not showing any result.
    Attached Images Attached Images

  4. #4
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,079

    Re: data transpose as per digit

    It does for me

    Excel 2013 32 bit
    E
    F
    G
    H
    I
    2
    Level 1 Level 2 Level 3 Level 4 Level 5
    3
    Farhan Inam Shah Noman Word
    4
    Khan Qadir Duty
    5
    Gul Excel Book
    6
    Rizwan Booker
    Sheet: Sheet1

    Excel 2013 32 bit
    E
    F
    G
    H
    I
    3
    =IFERROR(INDEX($B$3:$B$15,AGGREGATE(15,6,ROW($B$3:$B$15)-ROW($B$3)+1/(LEN($A$3:$A$15)=1),ROWS($1:1))),"") =IFERROR(INDEX($B$3:$B$15,AGGREGATE(15,6,ROW($B$3:$B$15)-ROW($B$3)+1/(LEN($A$3:$A$15)=3),ROWS($1:1))),"") =IFERROR(INDEX($B$3:$B$15,AGGREGATE(15,6,ROW($B$3:$B$15)-ROW($B$3)+1/(LEN($A$3:$A$15)=5),ROWS($1:1))),"") =IFERROR(INDEX($B$3:$B$15,AGGREGATE(15,6,ROW($B$3:$B$15)-ROW($B$3)+1/(LEN($A$3:$A$15)=7),ROWS($1:1))),"") =IFERROR(INDEX($B$3:$B$15,AGGREGATE(15,6,ROW($B$3:$B$15)-ROW($B$3)+1/(LEN($A$3:$A$15)=9),ROWS($1:1))),"")
    Sheet: Sheet1

  5. #5
    Forum Contributor
    Join Date
    01-23-2016
    Location
    karachi
    MS-Off Ver
    2007
    Posts
    316

    Re: data transpose as per digit

    I'm using Microsoft Excel 2007

  6. #6
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,079

    Re: data transpose as per digit

    As far as I'm aware all those functions are available in 2007, if they weren't you'd get the #NAME error.
    Attached Files Attached Files

  7. #7
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,211

    Re: data transpose as per digit

    Please try at E3 drag across and down

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Attached Files Attached Files

  8. #8
    Forum Contributor
    Join Date
    01-23-2016
    Location
    karachi
    MS-Off Ver
    2007
    Posts
    316

    Re: data transpose as per digit

    Thank You Experts

  9. #9
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,079

    Re: data transpose as per digit

    You're welcome & thanks for the feedback

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 6
    Last Post: 02-03-2019, 06:05 AM
  2. Bank Recon - How to convert 8 digit formatted check numbers to 6 digit
    By Quisp in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 06-21-2017, 09:55 PM
  3. Replies: 4
    Last Post: 03-07-2015, 12:03 PM
  4. Replies: 3
    Last Post: 12-24-2014, 04:52 PM
  5. [SOLVED] LOTTERY FILTER#4, Find if 1 Digit Sum of 2 Digit or 3 Digit, Single Cell w/ dash
    By david gonzalez in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 03-08-2014, 12:57 AM
  6. Replies: 2
    Last Post: 06-17-2010, 08:36 PM
  7. Replies: 3
    Last Post: 09-24-2007, 03:14 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1