Hi Guys,
Firstly, please excuse my ignorance on the subject of basic excel programming. I am a psyc student completing my masters research and need to do a bit of manipulation on the data...Any help would be MUCH appreciated !!!
Anyway, the situation is that I have a large worksheet, with approx 30,000 rows and approx 35 columns. The sheet is a collection of psychometric test candidate answers, with each question (item) being represented across the top, and each candidate being represented in a row. Some of the candidates did not answer some of the questions. I need to remove these candidates (rows) that did not answer at least one of the questions.
I found some code that would delete the row if it found an empty cell, but now it appears the cells arent actually 'empty' but are 'blank' and contain data (I hope I got that distinction right). Would someone be able to point me in the right direction here?
I might have to first use code that can change the 'blank' (data containing) cells into empty cells, and then use the other code I found to delete the rows containing 'empty' cells.
Once again, I would be greatly indebted to anyone that could assist.


