i am using excel 2010
I have data as follows:
col a colb volc col d TEST col
12345 abc uts CHECK
123 34567 ytx CHECK
12345 3456 uy34 869 OK
What I want to do is a check cloumn flag for all cells with NULL values I pressume I do this be checking each column with an IF and then somehow nesting the IFs. But I am unsure on the syntax
Or is there an even neater way and testing a whole block of data
I have data as follows:
col a colb volc col d TEST col
12345 abc uts CHECK
123 34567 ytx CHECK
12345 3456 uy34 869 OK
What I want to do is a check cloumn flag for all cells with NULL values I pressume I do this be checking each column with an IF and then somehow nesting the IFs. But I am unsure on the syntax
Or is there an even neater way and testing a whole block of data