I have a table with shipment tracking ID and Carrier,
so i want following solutions.
if Carrier = Fedex then “track1”
if Carrier = DHL then “track2”
if Carrier = Blue Dart then “track3”
if Carrier = DTDC then “track4”
if Carrier = FedexLite then “track5”
I can do it with basic if function but got stuck with multiple conditions.
