I have a problem with identifying some fields.
In column R I have a three-digit code (all numeric) but could be converted to text if that provides a better solution.
In column T I have to identify the code as follows:
Using "?" as a wild card.
11? "MAM"
32? "XRAY"
35? "CT"
61? "MRI"
67? "US"
all others "OTH"
Except for
483 "ECHO"
but 484, 485, 486 are "others"
Just not sure if this works better with a lookup or a pivot table and I am stumped about using wild cards.
All ideas are appreciated
Thank you
SRMORGAN
In column R I have a three-digit code (all numeric) but could be converted to text if that provides a better solution.
In column T I have to identify the code as follows:
Using "?" as a wild card.
11? "MAM"
32? "XRAY"
35? "CT"
61? "MRI"
67? "US"
all others "OTH"
Except for
483 "ECHO"
but 484, 485, 486 are "others"
Just not sure if this works better with a lookup or a pivot table and I am stumped about using wild cards.
All ideas are appreciated
Thank you
SRMORGAN