I have a formula using a curly braces array:
Veriations on this formula are used in multiple places in the workbook and I want to be able to easlly add or remove values from the array.
Is there a way to do this sort of thing but referencing a table rather than an array in the formula. Something like:
RequestExtract[Resolution], {TableName[ColumnName]}
Thanks in advance for any help, this one has me stumped.
Excel Formula:
=SUM(COUNTIFS(RequestExtract[P],F$13, RequestExtract[Resolution],{"New","Validated","In progress","Test failed"} ))
Veriations on this formula are used in multiple places in the workbook and I want to be able to easlly add or remove values from the array.
Is there a way to do this sort of thing but referencing a table rather than an array in the formula. Something like:
RequestExtract[Resolution], {TableName[ColumnName]}
Thanks in advance for any help, this one has me stumped.
Last edited: