Using curly braces array in an IF formula but referencing a table.

Paul_K

New Member
Joined
Sep 1, 2016
Messages
29
I have a formula using a curly braces array:
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:

Excel Facts

Which lookup functions find a value equal or greater than the lookup value?
MATCH uses -1 to find larger value (lookup table must be sorted ZA). XLOOKUP uses 1 to find values greater and does not need to be sorted.
Yes you can do that, but do not include the curly braces.
 
Upvote 0
Solution
Yes you can do that, but do not include the curly braces.
Oh, that's so simple I didn't even think to try it. Thank you, working perfectly!

Excel Formula:
=SUM(COUNTIFS(RequestExtract[Severity],$B8,RequestExtract[P],F$13,RequestExtract[Resolution], Config_Status[Open]))
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,216,086
Messages
6,128,736
Members
449,466
Latest member
Peter Juhnke

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top