Excel processes the range (A1:A10) by converting it into an array in memory. This array is what Excel works with to calculate the sum. The distinction is subtle but important: while the range is the ...
I was just thinking about this: fundamentally, what is the difference between a spreadsheet file with many sheets (technically, isn't it a relational database?) and an SQL DB?<BR><BR>There has to be ...