Hi,
Is there a way to make a reference to a cell in a power query sheet absolute?
I need to make "CountVendorByCategory[IntCategory]" absolute in the above Index/Match function
Thanks
Is there a way to make a reference to a cell in a power query sheet absolute?
Code:
=INDEX(CountVendorByCategory[NC.SumOfTransactionAmount],MATCH($A$2,CountVendorByCategory[IntCategory],0))
I need to make "CountVendorByCategory[IntCategory]" absolute in the above Index/Match function
Thanks