Hello I need assistance,
I have the following code:
=IF(AG_TBL[SUPLoc]=AG_TBL[WORKLoc], "Target","Non-target")
Is working fine, however, here is a drawback. If both SupLoc and WorlLoc are blank I'm returning as “target”. Is there a way I can:
A) Identify if both fields are blank to leave them blank
B) Identify if SUPLoc=WORKloc identify them as “target’, else “non-target”
I’m new to powerpivot and i have difficulty translating the code.
Thanks
I have the following code:
=IF(AG_TBL[SUPLoc]=AG_TBL[WORKLoc], "Target","Non-target")
Is working fine, however, here is a drawback. If both SupLoc and WorlLoc are blank I'm returning as “target”. Is there a way I can:
A) Identify if both fields are blank to leave them blank
B) Identify if SUPLoc=WORKloc identify them as “target’, else “non-target”
I’m new to powerpivot and i have difficulty translating the code.
Thanks