I have formula that checks if the cell starts with text "A" returns Pick up "B" for Collect and C for Prepaid.
But it doesn't seems to be working properly
Both A and C returns Prepaid...
=LOOKUP(LEFT(A1),{"A","B","C"},{"Pick Up","Collect","Prepaid"})