0
4

1 回答 1

3

If you add a temp column and fill it with this, the new column should have the desired data. Assuming data is in column A, populate B1 yourself and then put this in B2 and fill down:

=if(A2<>"",A2,B1)
于 2012-12-02T19:40:28.110 回答