• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

sumif formula

Sreehari

Member
I want to calculate the sum of amounts for a specific year . Please help me with a formula for doing this.

sample attached.

Summary sheet-sheet1
upload_2017-12-1_17-14-53.png

Sheet 2

upload_2017-12-1_17-15-43.png
 
Hi ,

Try this :

=SUMIF(National_disputes_Outpay_Aging!$A$6:$A$43, B4, National_disputes_Outpay_Aging!$C$6:$C$44)

Narayan
 
Hi ,

one last question , if I want to express the values in millions then what modification I need to do in this formula.
 
Hi ,

one last question , if I want to express the values in millions then what modification I need to do in this formula.
Hi ,

If you want an actual value , then divide the posted formula by 1000000 ; otherwise , if you just want the displayed value to be in millions , then use a Custom cell format of :

#,##0.00,,

or

#,##0,,

depending on whether you want decimal places or not.

Narayan
 
Back
Top