Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

custom sum

Hi All,

I have data like the following :

DateAmount1Amount2
Jan. 20141001000
Feb. 20141502000
Mars 20142005000
Apr. 20143003000

I need to create a table where Amount2 of the last month = sum(Amount2) of all the months :

Header 1Header 2Header 3
Jan. 2014100-
Feb. 2014150-
Mars 2014200-
Apr. 201430010000

Regards

1 Solution

Accepted Solutions
Not applicable
Author

found

if(Date=max(ALL Date), sum(TOTAL  Amount2)

View solution in original post

1 Reply
Not applicable
Author

found

if(Date=max(ALL Date), sum(TOTAL  Amount2)