• 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 Function for Horizontal Range

SRICHARAN

New Member
Hello Experts,

To Put my Question in Simpler terms, Sumif function can be used for a range which is in vertical i want to do a Sumif for Horizontal Data.

in the attached sample workbook in Sheet named "data" from I2:Z2 is the Range for which i want to apply Sumif
now in the sheet named "summary", i have CGST, SGST and IGST in Rows and E,0,5,12,18,28 in Columns Respectively, to match with my Range in data sheet from I2:Z2 i will concatenate the Row Data and Column Data in summary Sheet Say for Example in Summary Sheet,
= Concatenate($A8,E$6) would Give me Result "SGST12" Like wise the rest.
now i want excel to sum only the Values in Data!I:I in the Cell Summary!B7
like wise it Should Sum only Values in Data!Y:Y in cell Workings!F9

i tried to Use Sumif with index Plus match, but couldn't achieve the desired result.
i would be thankful if any Expert over here Solves this and gives the sheet to me.
i have attached the Sheet too.
Thanks in Advance.
 

Attachments

  • Test WB.xlsx
    41.1 KB · Views: 13
Hi ,

See if this is OK. I have used the SUMPRODUCT function.

Narayan

Dear Narayan,
Thanks as lot for Immediate Response.:):)
This Perfectly Suits my purpose.
Thanks a lot for this Solution.
Looks like SUMPRODUCT Function has more utility than i know. ;);)
 
Back
Top