Hiding Row

  • Thread starter Thread starter toe222
  • Start date Start date
T

toe222

i am converting a file from lotus to excel. lotus has a
thing that if you put "ll" in a cell it will not print
that entire row. it also moves the the other rows up so
there is not a gap in the spacing. i cannot find this in
excel....HELP! thanks...toe
 
Hi
not sure if this is what you want:
Select the rows you want to hide and goto 'Format - Rows - Hide'

Frank
 
no cause sometimes i need that row to print based on other
conditions. i wrote a function @if(a1=x,"ll",""). this
way if it saw an 'x' then it knew not to print that row.
thanks for the help though...toe
 
I'm not sure if you found your solution, but if you used that helper cell in a
column outside the print range (or just hide it before you print), you could
apply Data|Filter|autofilter and just show the cells "not equal to" ||.
 

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