M
matt
I've got a list of data with some values missing. Is there a way that I can
leave the data unaltered, while listing which values are missing from each
column?
So if my data looks like this:
<header> <data 1> <data 2<
1 .5 .6
2 .4
3
4 .6 .2
my list will have
data 1 data 2
2 3
3
Any help would be greatly appreciated.
leave the data unaltered, while listing which values are missing from each
column?
So if my data looks like this:
<header> <data 1> <data 2<
1 .5 .6
2 .4
3
4 .6 .2
my list will have
data 1 data 2
2 3
3
Any help would be greatly appreciated.