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?
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?
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?
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks