I have a sheet in which I have data from two different sources.I’ve a blank row between them.I want to make this blank row as my delimiter.How can I find out if the entire row is blank or not.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you’re talking a literal entire row then code similar to this should work (so long as there are no formulas or spaces present in any of the cells as well):
Otherwise, for a range from a row:
(Source: http://www.ozgrid.com/forum/showthread.php?t=26509&page=1)