Forum Discussion
joakimjernbro
Feb 10, 2020Copper Contributor
Filter function, custom format
Hey I´m using the =filter function to copy rows with a specific value to another worksheet. It works great but I want to use a custom format in some of the cells and the filter function does not...
SergeiBaklan
Feb 10, 2020Diamond Contributor
FILTER(), as any other function, returns values, not cell properties as format. You may apply desired format to the result using Format Painter.