+ Reply to Thread
Results 1 to 10 of 10

Find position of the first lowercase in cell

Hybrid View

jopelou Find position of the first... 01-09-2013, 07:48 AM
jraj1106 Re: Find position of the... 01-09-2013, 08:22 AM
jopelou Re: Find position of the... 01-09-2013, 08:38 AM
twiggywales Re: Find position of the... 01-09-2013, 08:26 AM
twiggywales Re: Find position of the... 01-09-2013, 08:31 AM
twiggywales Re: Find position of the... 01-09-2013, 08:39 AM
jopelou Re: Find position of the... 01-09-2013, 10:32 AM
twiggywales Re: Find position of the... 01-09-2013, 11:14 AM
jopelou Re: Find position of the... 01-09-2013, 11:30 AM
twiggywales Re: Find position of the... 01-09-2013, 11:33 AM
  1. #1
    Registered User
    Join Date
    01-09-2013
    Location
    Porto, Portugal
    MS-Off Ver
    Excel 2007
    Posts
    4

    Find position of the first lowercase in cell

    I have in the first column something like this:

    GLOBAL DESCRIPTION
    GLOBAL DESCRIPTION1 Particular description1
    GLOBAL DESCRIPTION1 Particular description2
    GLOBAL DESCRIPTION2
    GLOBAL DESCRIPTION2 Particular description1
    GLOBAL DESCRIPTION2 Particular description2

    I want to to have in the second column:

    GLOBAL DESCRIPTION1
    Particular description1
    Particular description2
    GLOBAL DESCRIPTION2
    Particular description1
    Particular description2

    So far I have this: +IF(EXACT(A1;UPPERCASE(A1));A1;+RIGHT(A1;LEN(A1)-(FIND(X;A1;1)-1)))

    X standing for the position of the first lowercase, which I don't know how to get.

    Can anyone help? Thanks.

  2. #2
    Valued Forum Contributor
    Join Date
    02-09-2012
    Location
    Mauritius
    MS-Off Ver
    Excel 2007
    Posts
    1,055

    Re: Find position of the first lowercase in cell

    Hi

    I m not sure if this will help you. But try this code:

    findposlowercase.xlsm
    Click *, if my suggestion helps you. Have a good day!!

  3. #3
    Registered User
    Join Date
    01-09-2013
    Location
    Porto, Portugal
    MS-Off Ver
    Excel 2007
    Posts
    4

    Re: Find position of the first lowercase in cell

    jraj1106, I'm afraid your code doesn't work.

    The file I'm using is a Bill Of Quantities (BOQ). The scheme I used was to illustrate the organization of the BOQ, every cell has a different value.

  4. #4
    Valued Forum Contributor
    Join Date
    02-08-2012
    Location
    wales
    MS-Off Ver
    Excel 2007
    Posts
    964

    Re: Find position of the first lowercase in cell

    how about this

    =TRIM(RIGHT(A1,MIN(FIND(CHAR(ROW($A$97:$A$122)),A1&CHAR(ROW($A$97:$A$122)),1))+1))
    you'll have to change your delimiter though i think "," = ";" in your version
    Last edited by twiggywales; 01-09-2013 at 08:30 AM.
    The Importance of INDEX - A GUIDE TO INDEX'S OTHER USES
    <--- If a post helps hit the star

  5. #5
    Valued Forum Contributor
    Join Date
    02-08-2012
    Location
    wales
    MS-Off Ver
    Excel 2007
    Posts
    964

    Re: Find position of the first lowercase in cell

    also i forgot to mention this is an array formula

    (you need to enter with CONTROL + SHIFT + ENTER)

  6. #6
    Valued Forum Contributor
    Join Date
    02-08-2012
    Location
    wales
    MS-Off Ver
    Excel 2007
    Posts
    964

    Re: Find position of the first lowercase in cell

    can you post up a sample

    or does mine work?

  7. #7
    Registered User
    Join Date
    01-09-2013
    Location
    Porto, Portugal
    MS-Off Ver
    Excel 2007
    Posts
    4

    Re: Find position of the first lowercase in cell

    sample.xlsx

    twiggy, I can't make your work either, but I'm not sure what info I should put in the ROW function! I uploaded a sample of the file.

  8. #8
    Valued Forum Contributor
    Join Date
    02-08-2012
    Location
    wales
    MS-Off Ver
    Excel 2007
    Posts
    964

    Re: Find position of the first lowercase in cell

    try this

    sample.xlsx

  9. #9
    Registered User
    Join Date
    01-09-2013
    Location
    Porto, Portugal
    MS-Off Ver
    Excel 2007
    Posts
    4

    Re: Find position of the first lowercase in cell

    That worked. Thank you very much.

    Best regards,
    JP.

  10. #10
    Valued Forum Contributor
    Join Date
    02-08-2012
    Location
    wales
    MS-Off Ver
    Excel 2007
    Posts
    964

    Re: Find position of the first lowercase in cell

    no problem glad to help

    remember to mark it solved and star tap the helpers

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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