Hi,

Change the comma to a semi-colon in your array: {"Non Billable";"Central Budget"}

Effectively you need to transpose this range (TRANSPOSE({"Non Billable","Central Budget"}) would equally work, though no need to call an extra function).

Regards