• 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..Code for filtering a criteria and print an output

Hello Friends,

Need your help for a Data,where I apply filter to few columns in excel and update remarks in one column manually.Can you please help me with a vba code.

The conditions are as below :

Attached sheet for your reference with Read me file along with base file

upload_2017-7-8_0-0-23.png
 

Attachments

  • Sample -2.xlsx
    84.9 KB · Views: 5
Hi Dinesh,

If you are okay with formula based solution, try this in cell U2 and copy down:

=IF(COUNTIFS(R2,"TP -*",G2,"<>L3_MIGRATION /",G2,"<>L1_CORE /",G2,"<>L3_WG1_BDF /",G2,"<>L3_USR_ERP /"),"FUT",IF(COUNTIFS(R2,"<>TP -*",G2,"<>L3_MIGRATION /",G2,"<>L1_CORE /",G2,"<>L3_WG1_BDF /"),"SIT","Not in Scope"))

Regards,
 
Back
Top