Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You have a couple of solutions to the abbreviating your formula.
I would just like to clarify your thoughts about curly braces inside formulas. Yes, you can use them to create arrays within a formula. =LOOKUP(B1,{1,2,3,4},{"A","B","C","D"})) which saves having to create a lookup table range on sheet. =SUM((LEN(A1)-LEN(SUBSTITUTE(A1,{1,2,3,4,5,6,7,8,9},"")))*{1,2,3 ,4,5,6,7,8,9}) Sums only numbers within a string like 1234abcd4321 Gord Dibben Microsoft Excel MVP On Thu, 1 Sep 2011 05:48:16 -0700 (PDT), wal wrote: I typed the braces myself, which is incorrect. You have to enter array formulas (including the braces) with control-shift-enter, but that only works if the whole formula is an array formula, right? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Array formula: how to join 2 ranges together to form one array? | Excel Worksheet Functions | |||
Find specific value in array of array formula | Excel Worksheet Functions | |||
Negative numbers use braces | Excel Discussion (Misc queries) | |||
Array formulas and braces { } | New Users to Excel | |||
Excel2000 A working formula has {braces} which disappear. Why? | Excel Worksheet Functions |