View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Steve[_77_] Steve[_77_] is offline
external usenet poster
 
Posts: 17
Default What's faster -- array formula or UD function?

I have a spreadsheet where I use a lot of array formulas to essentially
do a bunch of "SUM IFing". I am wondering in general if this method
calculates faster than were I to create some user defined functions
instead. Thanks.