C
carl
My data looks like this:
Tag1 MessageType
SLV 120421C31.00bce00001 SailDirectedOrderNotice
SLV 120421C31.00bce00001 SailDirectedOrderAcceptation
SLV 140118C30.00bce00004 SailDirectedOrderNotice
SLV 111217P20.00bce00001 SailDirectedOrderNotice
SLV 111217P20.00bce00001
SailDirectedRoutedOrderRejectionAndQuoteResubmit
I have some Tag1 values in another sheet cell A1:
Tag1
SLV 120421C31.00bce00001
SLV 140118C30.00bce00004
SLV 111217P20.00bce00001
I need a macro or formula that for each Tag1 value, looks at my data
and creates a string of the associated MessageType. Like this:
Tag1 MessageTypeChain
SLV 120421C31.00bce00001
SailDirectedOrderNotice;SailDirectedOrderAcceptation
SLV 140118C30.00bce00004 SailDirectedOrderNotice
SLV 111217P20.00bce00001
SailDirectedOrderNotice;SailDirectedRoutedOrderRejectionAndQuoteResubmit
Is this possible ?
Thank you in advance.
Tag1 MessageType
SLV 120421C31.00bce00001 SailDirectedOrderNotice
SLV 120421C31.00bce00001 SailDirectedOrderAcceptation
SLV 140118C30.00bce00004 SailDirectedOrderNotice
SLV 111217P20.00bce00001 SailDirectedOrderNotice
SLV 111217P20.00bce00001
SailDirectedRoutedOrderRejectionAndQuoteResubmit
I have some Tag1 values in another sheet cell A1:
Tag1
SLV 120421C31.00bce00001
SLV 140118C30.00bce00004
SLV 111217P20.00bce00001
I need a macro or formula that for each Tag1 value, looks at my data
and creates a string of the associated MessageType. Like this:
Tag1 MessageTypeChain
SLV 120421C31.00bce00001
SailDirectedOrderNotice;SailDirectedOrderAcceptation
SLV 140118C30.00bce00004 SailDirectedOrderNotice
SLV 111217P20.00bce00001
SailDirectedOrderNotice;SailDirectedRoutedOrderRejectionAndQuoteResubmit
Is this possible ?
Thank you in advance.