View Single Post
 
Old 11-05-2018, 12:47 PM
jeffreybrown jeffreybrown is offline Windows Vista Office 2007
Expert
 
Join Date: Apr 2016
Posts: 673
jeffreybrown has a spectacular aura aboutjeffreybrown has a spectacular aura about
Default

Give this a try based on the sample you provided...

=IF(A1=A2,C1,IF(ISNUMBER(SEARCH("APP G",B2)),"Y","N"))
Reply With Quote