Hi all,
Lets say that I have these values in Column A:
I need to decrease the value of each cell by 1 and then: 1) sum these new values; 2) get an average of these new values.![]()
5 20 7 12 18
Is it possible to write some smart function that would do that? For instance I wrote this formula:(I thought that in this way excel will decrrease the cells values by 1 and then will sum new values), but it didn't work....![]()
=sum(A:A;-1)
Bookmarks