Ranges can be specified as a parameters to a function call.
Both of the following function calls produce the same result as =a1+b1+c1+a2+b2+c2+a3+b3+c3+a4+b4+c4 however the 2nd version uses a range and is much shorter. without a range =SUM(a1,b1,c1,a2,b2,c2,a3,b3,c3,a4,b4,c4) with a range =SUM(a1:c4)
Example: the following function call has 3 parameters. There are two ranges (a1:b2 and c4:c7), one number (100) and one cell reference (d3) =SUM(a1:b2,100,c4:c7,d3) Is the same as: =SUM(a1,a2,b1,b2,100,c4,c5,c6,c7,d3)
Interesting, right?
This is just a sneak preview of the full presentation. We hope you like it! To see the rest of it, just click here to view it in full on PowerShow.com. Then, if you’d like, you can also log in to PowerShow.com to download the entire presentation for free.