Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sumif and countif only look at the UsedRange.
so =Sumif(A:A,1,B:B) would take no more resources than =Sumif(A1:A10,1,B1:B10) if the used range ends at row 10. That isn't true for most other functions. So using $A$68:$A$2000 shouldn't be a problem. -- Regards, Tom Ogilvy " wrote: Hi Bob! Does that not use more memory and/or computation? Also, the App may well have rather large possible data items. "Bob Phillips" wrote: Why not juts use a range bigger than you would ever need? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Leaving a formula cell blank when data has not yet been added. | Excel Discussion (Misc queries) | |||
Formula needed: argument changes as more data is added | Excel Worksheet Functions | |||
Array in formula Vlookup changes when data list is added to | Excel Worksheet Functions | |||
Parameters of SUMIF in VBA | Excel Programming | |||
When I click buttons I have added the font or button resize, Why? | Excel Discussion (Misc queries) |