i would like to ask, is there a function to sum a number for a given number of times retaining the cumulative total. For example 100 for 5 times, cumulative should read (100*1)+(100*2)+(100*3)+(100*4)+(100*5)=1500. Does this function exist where you input 100 and 5 and get a 1500 result?
Bookmarks