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

match with criteria (and or) if condition.

bhasoriya

Member
searching one formula for match with criteria (and or) if condition.


have some 17 columns and around 5000 rows..

For example.

Col A = In date (has many dates)

col B = Order number. (has many order numbers)

col C = Order type. (type of order, Either New order Or Change)

col D = Out date.. (In dated order completion date)


Can't explain here very well.

Please download file from below given link

downloadlink;

https://rapidshare.com/files/3902136358/Daily_Report_New_1.xlsx;


Thanks
 
Hi bhasoriya,


Is it possible for you to create a dummy data sheet and upload here so everyone can help you with your request ?


Regards,


Z.
 
It also sounds like you might be able to just use an AutoFilter and filter down on the criteria you have to get what you need.
 
Yes, please download from below given link


downloadlink;

https://rapidshare.com/files/3902136358/Daily_Report_New_1.xlsx;
 
Change :


D2: =IF(C2="Change Advt","CHG PROCESS","NEW PROCESS")

E2: =SUMPRODUCT((Report!B:B=Sheet2!D2)*(Report!C:C=Sheet2!B2),(Report!N:N))


Then copy both down
 
Back
Top