Forum Discussion

wanalearn's avatar
wanalearn
Brass Contributor
Aug 29, 2022
Solved

furmulas

I have data in column ''a'' but it's not in order there is on a1, a5, a7, Etc. I want on  column p  it should copy only the cells with data inside I would do =(a1:a1000) but I will get ''0'' where there is no data In column A

  • wanalearn 

    Put this formula in cell P1:

    =FILTER($A$1:$A$1000,A1:A1000<>"")

     

    You will need a relatively new version of Excel for FILTER to work.

1 Reply

  • mathetes's avatar
    mathetes
    Gold Contributor

    wanalearn 

    Put this formula in cell P1:

    =FILTER($A$1:$A$1000,A1:A1000<>"")

     

    You will need a relatively new version of Excel for FILTER to work.