+ Reply to Thread
Results 1 to 16 of 16

How do i make this formula not case sensitive?

Hybrid View

Zargon How do i make this formula... 07-08-2012, 06:46 PM
Ron Coderre Re: How do i make this... 07-08-2012, 06:51 PM
Zargon Re: How do i make this... 07-09-2012, 05:24 PM
Ron Coderre Re: How do i make this... 07-09-2012, 06:41 PM
abousetta Re: How do i make this... 07-08-2012, 07:14 PM
Ron Coderre Re: How do i make this... 07-08-2012, 07:22 PM
MarvinP Re: How do i make this... 07-15-2012, 05:44 PM
abousetta Re: How do i make this... 07-08-2012, 09:18 PM
Ron Coderre Re: How do i make this... 07-08-2012, 09:55 PM
abousetta Re: How do i make this... 07-08-2012, 10:10 PM
Ron Coderre Re: How do i make this... 07-09-2012, 09:15 AM
abousetta Re: How do i make this... 07-09-2012, 09:26 AM
Zargon Re: How do i make this... 07-15-2012, 05:21 PM
TMS Re: How do i make this... 07-15-2012, 07:08 PM
MarvinP Re: How do i make this... 07-15-2012, 07:21 PM
TMS Re: How do i make this... 07-15-2012, 07:33 PM
  1. #1
    Forum Expert Ron Coderre's Avatar
    Join Date
    03-22-2005
    Location
    Boston, Massachusetts
    MS-Off Ver
    2013, 2016, O365
    Posts
    6,996

    Re: How do i make this formula not case sensitive?

    If you use this variation, you won't need to use CTRL+SHIFT+ENTER to make it an array formula.
    Regular formula:
    =SUMPRODUCT(LEN(BO5:BO14)-LEN(SUBSTITUTE(UPPER(BO5:BO14),"U","")))

    Is that something you can work with?
    Ron
    Former Microsoft MVP - Excel (2006 - 2015)
    Click here to see the Forum Rules

  2. #2
    Registered User
    Join Date
    07-08-2012
    Location
    Sweden
    MS-Off Ver
    Excel 2011
    Posts
    10

    Re: How do i make this formula not case sensitive?

    Quote Originally Posted by Ron Coderre View Post
    If you use this variation, you won't need to use CTRL+SHIFT+ENTER to make it an array formula.
    Regular formula:
    =SUMPRODUCT(LEN(BO5:BO14)-LEN(SUBSTITUTE(UPPER(BO5:BO14),"U","")))

    Is that something you can work with?


    Yes and no.
    Yes, cause thanks for an actual solution.
    No cause if i wanted to use it, i'd had to change way to much to make it worth it, it'd be easier to just change the lettering to capitals in the reports.
    can't i modify the original formula?

  3. #3
    Forum Expert Ron Coderre's Avatar
    Join Date
    03-22-2005
    Location
    Boston, Massachusetts
    MS-Off Ver
    2013, 2016, O365
    Posts
    6,996

    Re: How do i make this formula not case sensitive?

    I DID modify your original formula...
    I used the UPPER function to force the text to be uppercase and I replaced SUM with SUMPRODUCT (eliminating the need to CSE the formula).

    Perhaps you could do this...
    • Find/Replace all: = and replace with: |=....that will convert all formulas to text
    • Find/Replace all: SUBSTITUTE( and replace with: SUBSTITUTE(UPPER(
    • Find/Replace all: ;"U" and replace with: );"U"
    • Find/Replace all: |=SUM and replace with: =SUMPRODUCT

    That would convert all of your formulas to the new version.

    Is that something you can work with?

+ 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