+ Reply to Thread
Results 1 to 4 of 4

Split the row number from the link

  1. #1
    Registered User
    Join Date
    08-30-2012
    Location
    UAE
    MS-Off Ver
    Excel 2016,office 365
    Posts
    69

    Split the row number from the link

    Dear Experts

    I want to split the row number from the linked cell (as attached in sheet 2, "B" column), how to get this using formula not macros

    Rgds
    Krishna
    Attached Files Attached Files

  2. #2
    Forum Contributor LokeshKumar's Avatar
    Join Date
    03-31-2015
    Location
    India
    MS-Off Ver
    All, mostly 2010 now..
    Posts
    471

    Re: Split the row number from the link

    Hi,

    I am not sure there are many genius will give you very short formula...till then use the following.
    Its CSE (when entering this in cell press CTRL+Shift+Enter)
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Please Click STAR to Add Reputation if my/someone's answer helped!
    Lokesh Kumar
    Stay Hungry.. Stay Foolish..
    _________________________________________________________
    Please Click STAR to Add Reputation if my/someone's answer helped!

  3. #3
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,662

    Re: Split the row number from the link

    At the moment (but maybe the real data are not the same???) the row number is identical to the number in the reference, so =row() will give you the answer.

    However, if that is just a coincidence; this regular formula will also do the job:

    =LOOKUP(99^99,--(0&MID(A3,MIN(FIND({0,1,2,3,4,5,6,7,8,9},A3&1234567890)),ROW(INDIRECT("1:"&LEN(A3)+1)))))

    or this:

    =--RIGHT(A3,1+LEN(A3)-MIN(SEARCH({0,1,2,3,4,5,6,7,8,9},A3&"0123456789")))
    Last edited by Glenn Kennedy; 07-15-2015 at 01:52 AM.
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU

  4. #4
    Forum Expert cbatrody's Avatar
    Join Date
    04-15-2014
    Location
    Dubai
    MS-Off Ver
    Microsoft Office 365 ProPlus
    Posts
    2,136

    Re: Split the row number from the link

    Try the following formula in B3:

    =1*SUBSTITUTE(RIGHT(A3,LEN(A3)-SEARCH("B",A3,1)),"$","")

+ 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. [SOLVED] SPLIT number
    By mokht in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 04-30-2015, 07:19 AM
  2. Replies: 9
    Last Post: 03-04-2015, 06:53 PM
  3. [SOLVED] Split a number
    By mrichmond in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 07-28-2014, 09:28 AM
  4. Split up number
    By rizmomin in forum Excel Formulas & Functions
    Replies: 20
    Last Post: 02-16-2014, 01:32 PM
  5. Replies: 6
    Last Post: 11-26-2013, 05:21 PM
  6. Macro to Split by date, do a few easy calcualtion, and provide a link page :)
    By Tmc2159 in forum Excel Programming / VBA / Macros
    Replies: 17
    Last Post: 06-12-2013, 10:13 AM
  7. Split number data
    By VBisgreat in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-19-2011, 05:36 PM

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