• 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.

SUMIFS

madocar

Member
Hi there,

I would like to use formula =sumifs to sum the first 40 rows.
Could you help me please.
More in attachment

Thanks
 

Attachments

  • sumifs_chandoo.xlsx
    10.3 KB · Views: 7
Hi ,

SUMIF / SUMIFS are used only where criteria which span an entire range are involved e.g. you might want to sum all positive numbers , all those numbers greater than a threshold limit , all those numbers whose corresponding value in a second column satisfy some other criterion ....

In your case , you want to sum the first 40 numbers ; this is simply done by :

=SUM(OFFSET($B$2,,,40))

Narayan
 
Back
Top