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

Help with Formula

Hello Excel Ninjas,

Can any body tell me whats wrong with this formula?

=SUMIF(RESUMEN!D:INDEX(RESUMEN!D:D,COUNTA(RESUMEN!D:D)),CEDIS!A4062,RESUMEN!D:INDEX(RESUMEN!D:D,COUNTA(RESUMEN!D:D)))
 
Hi ,

The highlighted letter should be followed by a row number :

=SUMIF(RESUMEN!D:INDEX(RESUMEN!D:D,COUNTA(RESUMEN!D:D)),CEDIS!A4062,RESUMEN!D:INDEX(RESUMEN!D:D,COUNTA(RESUMEN!D:D)))

Narayan
 
Hi ,

The row number has to be the same for the SUMIF to return a valid result ; the following works :

=SUMIF(resumen!D2:INDEX(resumen!D:D,COUNTA(resumen!D:D)),cedis!A4062,resumen!D2:INDEX(resumen!D:D,COUNTA(resumen!D:D)))

Narayan
 
Back
Top