Forum Discussion

drallam's avatar
drallam
Icon for Helper II rankHelper II
9 years ago
Solved

LOOKUPVALUE ERROR

Hi I'm trying to look up a region(text type) and assocaite zipcode to it, in Table 1 from Table 2 where both zipcode(whole number type) and region(text type) are present. Can anyone please help me...
  • v-huizhn-msft's avatar
    9 years ago

    Hi drallam,


    You can create a calculated column using the formula, please try and check if it returns expected result.

    associate zipcode=LOOKUPVALUE(Table[zipcode],Table[region],"the region wanted")


    If not, what's your error message? And what does your resource table look like? Could you please share your sample table or details for further analysis?

    Best Regards,
    Angelia