newbie asking for help

  • Thread starter Thread starter faxman
  • Start date Start date
F

faxman

1.how do i exchange the position of any two rows[the whole horizonta
row]
{i know i can insert a new row to the destination row then cut an
paste the other ,im asking if theres any built-in function or whateve
can do the thing in a simpilier way}
2.how do i sort rows by how many filled cells they have?
thx alo
 
#1. I would do what you suggest, but another way would be to select one of the
rows
shiftclick on its border
drag to its new position.
then do the same with the second row.

#2. Insert a new column A
put this formula in A1:
=counta(b1:iv1)
and drag down
select the range to sort and use column A as the primary key.
1.how do i exchange the position of any two rows[the whole horizontal
row]
{i know i can insert a new row to the destination row then cut and
paste the other ,im asking if theres any built-in function or whatever
can do the thing in a simpilier way}
2.how do i sort rows by how many filled cells they have?
thx alot
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top