Hi,
I am trying to write a nested if condition in power pivot query tab such as
If Month = Jan, feb, Mar, Apr and If Dealer = "ABC, XYZ, DEF then Sales rep = "N12"
Should I keep writing If condition to match above multiple criteria or if there is a simple way saying
if month in (jan, FEB, Mar) and Dealer in (ABC, XYZ, DEF) then Sales rep = "N12"
I am trying to write a nested if condition in power pivot query tab such as
If Month = Jan, feb, Mar, Apr and If Dealer = "ABC, XYZ, DEF then Sales rep = "N12"
Should I keep writing If condition to match above multiple criteria or if there is a simple way saying
if month in (jan, FEB, Mar) and Dealer in (ABC, XYZ, DEF) then Sales rep = "N12"