D
Daniel Bonallack
In column A, in each cell I have up to 30 banks separated
by a semicolon. In column B, in each cell I have up to
thirty sales figures, separated by a semicolon (so each
bank has a sales figure).
So A1: "BankA; BankB; BankC; BankD;" etc
and B1: "23.7;22.8;12.6;14.6;" etc
I want to extract the sales figure for BankC into cell C1
with a formula. (I don't want to do Text-To-Colums). So
in this case, C1 would have 12.6.
Is this possible, either with a formula or simple code?
Thanks
by a semicolon. In column B, in each cell I have up to
thirty sales figures, separated by a semicolon (so each
bank has a sales figure).
So A1: "BankA; BankB; BankC; BankD;" etc
and B1: "23.7;22.8;12.6;14.6;" etc
I want to extract the sales figure for BankC into cell C1
with a formula. (I don't want to do Text-To-Colums). So
in this case, C1 would have 12.6.
Is this possible, either with a formula or simple code?
Thanks