What do you understand by Rangesum() function? How is it different from the Sum() function?
Answer Posted / Abhinav Shanker
Rangesum() calculates the sum of a numeric expression for all records within a range specified. It's different from Sum() because Sum() calculates the sum of all records in a table, while Rangesum() only calculates the sum within a specific range.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers