+ Reply to Thread
Results 1 to 7 of 7

Processing a sting of text

  1. #1
    Registered User
    Join Date
    10-24-2012
    Location
    IL, USA
    MS-Off Ver
    Excel 2007
    Posts
    26

    Processing a sting of text

    I used a formula [MATCH(9.9E307,A:A,1)] to find the last cell in column A. It returns a value of 1912 because that is the last row with data (not to actual cell value) in column A. Now I want to determine what the value is in A1912. I know I can do [=A1912] but the last cell will change all the time in my spreadsheet. I want to avoid typing in the last cell number. How can I do this automatically? Thanks

  2. #2
    Forum Expert José Augusto's Avatar
    Join Date
    10-29-2014
    Location
    Portugal
    MS-Off Ver
    2013-2016
    Posts
    3,329

    Re: Processing a sting of text

    Try
    =INDEX(A:A,MATCH(9.9E307,A:A,1),1)

  3. #3
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: Processing a sting of text

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


    if A:A contains text use
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    and for numbers
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Last edited by AlKey; 09-09-2016 at 10:37 AM.
    If you like my answer please click on * Add Reputation
    Don't forget to mark threads as "Solved" if your problem has been resolved

    "Nothing is so firmly believed as what we least know."
    --Michel de Montaigne

  4. #4
    Registered User
    Join Date
    10-24-2012
    Location
    IL, USA
    MS-Off Ver
    Excel 2007
    Posts
    26

    Solved!

    Quote Originally Posted by AlKey View Post
    Or this
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    if A:A contains text use
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    and for numbers
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    I got the last o e to work
    Last edited by HDeuce; 09-09-2016 at 10:57 AM.

  5. #5
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: Processing a sting of text

    Ok, you have mixed values
    Formula: copy to clipboard
    Please Login or Register  to view this content.

  6. #6
    Registered User
    Join Date
    10-24-2012
    Location
    IL, USA
    MS-Off Ver
    Excel 2007
    Posts
    26
    Quote Originally Posted by AlKey View Post
    Ok, you have mixed values
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Thank you AlKey. I got the number one to work. I tried the mixed values one and i got an error saying "excel ran out of resources while attempting to calculate one or more formulas"

    Either way the lookup(10^308,A:A) worked...thanks

  7. #7
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: Processing a sting of text

    You're welcome. Please don't forget to thank those who helped by clicking on Add Reputation * and please mark thread as "Solved" if your issue has been resolved. (Selecting Thread Tools-> Mark thread as Solved).

+ 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. help with multiline textbox and manipulating text sting
    By yoursamrit2000 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-05-2015, 03:35 AM
  2. Sheet-related processing causes Excel VBA Userform to stop processing Tab/Enter
    By Joaquin M Lopez Muno in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 03-22-2014, 03:02 PM
  3. Reduce processing time for processing multiple excel sheets
    By rexer231 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-06-2014, 09:25 AM
  4. [SOLVED] Separating specific numbers from a long sting of text
    By Platinum3x in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 10-17-2012, 10:43 PM
  5. Combine cells into CSV Text Sting
    By Patchworks in forum Excel General
    Replies: 3
    Last Post: 12-03-2010, 08:57 PM
  6. Extracting characters from text sting
    By madmanmac in forum Excel General
    Replies: 3
    Last Post: 12-05-2008, 03:04 PM
  7. Count Characters In A Text Sting
    By mark_richards in forum Excel General
    Replies: 1
    Last Post: 02-01-2005, 09:08 AM

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