G
Guest
Hi
I have two rows of data (header and data row) and I am trying to select only data matching the following criteria
If the data cell is empty, do not include cell or corresponding header cell in selection
Example
header1 header2 header
data1 data
selection should return {A1, A2, C1, C2
I know I can select blank cells by using "Edit", "Go To" ,"special" and then "blanks", but what I am looking for is the inverse of that selection with additional cells discluded based on any value in the cell directly below it. My explanation might not make much sense but I hope the above example is enough to illustrate my problem
Any help much appreciate
/Greg
I have two rows of data (header and data row) and I am trying to select only data matching the following criteria
If the data cell is empty, do not include cell or corresponding header cell in selection
Example
header1 header2 header
data1 data
selection should return {A1, A2, C1, C2
I know I can select blank cells by using "Edit", "Go To" ,"special" and then "blanks", but what I am looking for is the inverse of that selection with additional cells discluded based on any value in the cell directly below it. My explanation might not make much sense but I hope the above example is enough to illustrate my problem
Any help much appreciate
/Greg