I have: =HLOOKUP(Table4[[#This Row],[parent_product_line]],UK_GBP!$B$11:$DK$65,4,FALSE)
What I want to do is have "UK_GBP!" be a valye which comes from another cell so I tried:
BE18 = UK_GBP
=HLOOKUP(Table4[[#This Row],[parent_product_line]],CONCATENATE(BE18,"!")$B$11:$DK$65,4,FALSE)
It errored out...any ideas on how I can accomplish this?
Thanks
MIke
What I want to do is have "UK_GBP!" be a valye which comes from another cell so I tried:
BE18 = UK_GBP
=HLOOKUP(Table4[[#This Row],[parent_product_line]],CONCATENATE(BE18,"!")$B$11:$DK$65,4,FALSE)
It errored out...any ideas on how I can accomplish this?
Thanks
MIke