How to write a VBA code to get the below output. Thanks
If Column A = AAA , Column C = XXX , Column E = YYY Then column F = Yes
If Column A = BBB , Column C = XXX , Column E = YYY Then column F = Yes
If Column A = ZZZ , Column C = XXX , Column E = YYY Then column F = Yes
and if Column A is...