Hi n thanks i want a vba code like if in a row 3 value is abc and on the cells on (2,1) is correct or incorrect so take the value according to that row with correct or incorrect example


 
                 correct     incorrect    correct     incorrect      incorrect   

3      abc       123          444           67           444              000



output should be 



3    abc    correct        123      67     
4    abc    incorrect     444       444   000

its not only one line it should be a loop till it ends the rows


thank you