C
Cindy
I have a list of data.
A B C D
1 Name DOB Gender Y/N
2 Cindy 07/28 F Y
The list is anywhere from 2 rows to 100 rows of data.
This info is imported into Excel from a program we use
inhouse. I have to "prepare" the data to be used or
exported into several different outside programs. I have
a sheet for each set that reads the info and changes it
to whatever that program requires.
The one I'm working on now requires that if Col D
says "N" that it not be listed and that it not have a
blank row. Is there any way to use a lookup to do this?
Or how would I write a macro to look at the row, if it
says "N" delete the row and then move to the next row?
Thanks for any help you can send my way.
Cindy.
A B C D
1 Name DOB Gender Y/N
2 Cindy 07/28 F Y
The list is anywhere from 2 rows to 100 rows of data.
This info is imported into Excel from a program we use
inhouse. I have to "prepare" the data to be used or
exported into several different outside programs. I have
a sheet for each set that reads the info and changes it
to whatever that program requires.
The one I'm working on now requires that if Col D
says "N" that it not be listed and that it not have a
blank row. Is there any way to use a lookup to do this?
Or how would I write a macro to look at the row, if it
says "N" delete the row and then move to the next row?
Thanks for any help you can send my way.
Cindy.