Copy the value from a cell with condition. Help please

  • Thread starter Thread starter excel_guest
  • Start date Start date
E

excel_guest

Hi,
I have a column with say 100 cells. There are several 0s in this
column. What is the conditional formula to put ONLY the values
different from 0 to another column whitout cells with false or white
spaces?

Thanks
 
Thanks,
But I don't want those free spaces in my column for those cells with
0s.
 
the quotes are typed without spaces, but if you are doing it with a
formula you HAVE to have something in the TRUE and FALSE part of the if
statement to avoid seeing FALSE or TRUE in the cell! You COULD do it
with a macro if you want.
 
Apply a filter to the column which has the numbers (A ?), selecting
Custom | Not Equal To | 0 (zero). Then in the top-most visible cell of
the column next to it, type = then click on the cell next to it that
contains the number - this will have entered a formula like

=A5

into the cell, assuming row 5 is the first visible row. Press Enter,
then with the filter still active, click <copy> on the cell with the
formula and paste the formula into the other cells of that column where
there are numbers visible in column A. You can then remove the filter
(select ALL), and you should have what you want.

Hope this helps.

Pete
 

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