Forum Discussion

Deleted's avatar
Deleted
Nov 26, 2021
Solved

skip hidden rows when copying INTO a spreadsheet

I work with a lot of statistics, and was just wondering if it was possible when I paste some random statistics into a spreadsheet with active filters, how to not do it in the hidden rows.   To make...
  • Juliano-Petrukio's avatar
    Juliano-Petrukio
    Nov 26, 2021

    Deleted 

    I would suggest you using a formula to get these "NEW" values and then you can copy and paste special after apply the following formula.
    Lets say product values (Product Name, Product Price) in a table with ~3k different products.

    =INDEX(ColumnContainingNewPriceValues,
             MATCH(ProductName,ColumnContainingProducts,0),1)

    By doing it, you will get the "New Price value" in an auxiliar column and you can after copy and paste special these values.

Resources