Can I use a formula to determine if a cell is not in a hidden row/column?
I know that there are related formulas like subtotal and aggregate, but I don't quite understand those. And subtotal only seems to care about filtered row, not about hidden rows in general.
I'm looking for something like:
=ISVISIBLE(A1)
Is it possible combine formulas that arrive at that functionality?