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

Nested IF statements

basavarajkh

New Member
Hi, I need a nested formula,


Data's are stated below:


In column A = City Name ( Bangalore, Simla ), Column B = City Code 1,2 and 3 and In column c = Amount.


I need the sum of amount for city code 1 for Bangalore city.


Thanks.
 
=Sumproduct(1*(City_Name_Range = "Bangalore, Simla")*(City_Code_Range = 1)*(Amount Range) )
 
Back
Top