Hi,
I'm working on optimizing a table with some information - Office 2010. I've applied on column N the following formula, which isn't supposed to be triggered if there aren't any values in column A (thus it stays empty/blank).
=IF(NOT(ISBLANK($A2)),IF(NOT(ISBLANK($M2)),YEAR($M2)),"")
I've applied it to several hundred rows after the actual data ends - so that I would make it easier in future. There is also a filter applied on the header row.
The issue is that if I decide to filter any of the other columns, it automatically hides the rows where the formula code is available, but there's no value (aka it's blank). Meaning that if I want to add a new entry on a new row, I have to remove filters or enter the formula code again - which is not optimal.
Is there a way to ensure that applying a filter on a column will not take into consideration the fact that there's a formula with no values in column N?
Thanks