shellp
Board Regular
- Joined
- Jul 7, 2010
- Messages
- 208
- Office Version
- 365
- 2021
- 2010
- 2007
- Platform
- Windows
Hello,
I want to create filter formulae dynamically based on values in cells in the worksheet. The formula below works to filter [Fiscal Year] to the value in C4:
But what if I want the equal sign (=) to also be dynamic i.e. in B4 where the = or <> would be present in the above formula - what is the syntax? What if I want [Fiscal Year] to be dynamic based on a column name in C5 and how does that impact the formula above?
Any and all assistance greatly appreciated.
I want to create filter formulae dynamically based on values in cells in the worksheet. The formula below works to filter [Fiscal Year] to the value in C4:
Excel Formula:
Filter(raw_All, Indirect("raw_All[Fiscal Year]")=""&C4)
But what if I want the equal sign (=) to also be dynamic i.e. in B4 where the = or <> would be present in the above formula - what is the syntax? What if I want [Fiscal Year] to be dynamic based on a column name in C5 and how does that impact the formula above?
Any and all assistance greatly appreciated.