Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi All,
A lot of functions have a limitation on the number of arguments/values, e.g. =SUM(cell_1, cell_2, ...., cell_30). (non-adjacent cells) The same limitation exists if values are used: =SUM(1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 ,1,1,1,1,1,1,1) But you can overrule the limitation if you write the function as: =SUM({1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1}) = 40 My question is if there is a way to write functions with ranges allowing to overrule the limitation? I've tried already something like =SUM({cell_1,cell_2}) but this doesn't work. Wkr, JP |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
can i extend the number of colums past IV | Excel Discussion (Misc queries) | |||
Using named range to extend print area for variable number of columns | Excel Worksheet Functions | |||
How do you extend the number of blank columns in a worksheet? | Excel Worksheet Functions | |||
Number of arguments | Excel Discussion (Misc queries) | |||
how can I extend number of columns in excel | Excel Discussion (Misc queries) |