+ Reply to Thread
Results 1 to 4 of 4

Array case conversion

Hybrid View

bonk1954 Array case conversion 09-12-2011, 12:59 PM
shg Re: Array case conversion 09-12-2011, 01:02 PM
MarvinP Re: Array case conversion 09-12-2011, 01:19 PM
snb Re: Array case conversion 09-12-2011, 03:05 PM
  1. #1
    Registered User
    Join Date
    04-07-2011
    Location
    Manchester, Michigan
    MS-Off Ver
    Excel 2007
    Posts
    1

    Exclamation Array case conversion

    I definitely need help-
    I have a long list (very long) of movie title which need to be converted from lower to upper case (entire titles). I have been able to convert one title per try but have not yet been able to convert a list of titles. No matter what form I enter for an array formula the Excel response is #VALUE!
    I have tried, I think, every possible formula variation, e.g., =upper(j2)j10)
    =upper(J2:J10), =upper(J10)*(J2), on and on ad infintum.
    can anyone HELP ol' Grog???

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2010, 2019
    Posts
    40,689

    Re: Array case conversion

    Why use an array formula? Why not just use =UPPER(J2) and copy down?
    Entia non sunt multiplicanda sine necessitate

  3. #3
    Forum Guru MarvinP's Avatar
    Join Date
    07-23-2010
    Location
    Woodinville, WA
    MS-Off Ver
    Office 365
    Posts
    16,368

    Re: Array case conversion

    Hi bonk1954 and welcome to th forum,

    To better understand your question (it seems simple enough) it would help if we had a sample workbook

    To attach a sample, click on the "Go Advanced" below the message area and then on the Paper Clip Icon above the advanced message area. BTW - I like Proper() better than Upper().
    One test is worth a thousand opinions.
    Click the * Add Reputation below to say thanks.

  4. #4
    Forum Expert snb's Avatar
    Join Date
    05-09-2010
    Location
    VBA
    MS-Off Ver
    Redhat
    Posts
    5,649

    Re: Array case conversion

    If this needs to be done only once:

    Sub snb()
        [J1:J10] = [index(UPPER(J1:J10),)]
    End Sub



+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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