Hello!
I am trying to create a filter which would intentionally leave a cell blank if it contained a certain value. More specifically, I'd like to leave a cell in the filename column blank if it contains the filename of a certain file. I believe I would need an if-then filter similar to the following:
if [filename] = "thisfile.xls" then (blank)
I am clearly a newbie to filters so any help would be appreciated. Thanks!