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

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.
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,430
Messages
6,130,573
Members
449,585
Latest member
c_clark

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