Skip to content
Prev 199148 / 398506 Next

enter "missing" into missing fields

if ive got an incomplete data set thats got thousands of rows and 80 columns
with random missing fields...like this say...

3 b 3
4    1
1 x 2

? how do i turn it into....

3    b       3
4 missing  1
1    x       2

...i.e., i want to insert a line of text like.."missing"... into the empty
fields ?