I am trying to build a formula where the below values are pulled from a table where......SUPPORT = A1 WINTEL = A2 CITRIX = A3. The only way I can get the formula to work is to list out the value string as indicated below in purple. If I ever want to change the value string, I would like to change it in the table and not in the formula. Anyone know how to modify my formula to reference the corresponding cell numbers in the table?
A
-------------
1 SUPPORT
2 WINTEL
3 CITRIX
=SUM(COUNTIFS(
'RAW DATA'!$E:$E,{"SUPPORT","WINTEL","CITRIX"},
'RAW DATA'!$K:$K,"INC",
'RAW DATA'!$M:$M,"JAN",
'RAW DATA'!$N:$N,"2019"))
A
-------------
1 SUPPORT
2 WINTEL
3 CITRIX
=SUM(COUNTIFS(
'RAW DATA'!$E:$E,{"SUPPORT","WINTEL","CITRIX"},
'RAW DATA'!$K:$K,"INC",
'RAW DATA'!$M:$M,"JAN",
'RAW DATA'!$N:$N,"2019"))