How to write a VBA code to get the below output.
If Column A = Internal, Then column F = ok and
If Column C = Long or Short Then column F = ok
and if Column A is anything else, then it should check if Column C = Long or Short if yes then column F = ok else column F = check.
Thank you in Advance
If Column A = Internal, Then column F = ok and
If Column C = Long or Short Then column F = ok
and if Column A is anything else, then it should check if Column C = Long or Short if yes then column F = ok else column F = check.
Thank you in Advance