Hi,
I am trying to automate some a box on the page.
I have a cell with the below
When I hardcode B19 to ECM (Vehicle Delivery Service) Ltd it works, however if I reference it like above it doesnt pick up the value.
If I test a cell with =b19 it returns ECM (Vehicle Delivery Service)
So I think there is a missing quoate somewhere, anyone help?
Thanks
I am trying to automate some a box on the page.
I have a cell with the below
Code:
=IFERROR(GETPIVOTDATA("[Measures].[Count of c4]",Branches!$B$5,"[Query 1].[Month Name]","[Query 1].[Month Name].&["&$C$7&"]","[Query 1].[Year]","[Query 1].[Year].&["&$C$6&"]","[Query].[c30]","[Query].[c30].&["&B19&""),0)
When I hardcode B19 to ECM (Vehicle Delivery Service) Ltd it works, however if I reference it like above it doesnt pick up the value.
If I test a cell with =b19 it returns ECM (Vehicle Delivery Service)
So I think there is a missing quoate somewhere, anyone help?
Thanks