Formula for Counting the sum of a number range

Hello,

Can someone please share the formula for ‘Counting the sum of a number range’ ?
For eg. What is the sum of numbers from 1 to 150?

Many thanks!

1 Like

If it is starting from 1, you can use the formula n(n+1)/2, where n is 150 in the above example case

1 Like

Thanks a lot!