R
rodchar
hey all,
i have a single column of rows
id,type
1,phone
2,
3,
4,email
5,
6,
is there an easy way to fill in the blanks with the previous non-blank type?
like this?
1,phone
2,phone
3,phone
4,email
5,email
6,email
thanks,
rodchar
i have a single column of rows
id,type
1,phone
2,
3,
4,email
5,
6,
is there an easy way to fill in the blanks with the previous non-blank type?
like this?
1,phone
2,phone
3,phone
4,email
5,email
6,email
thanks,
rodchar