ThrottleWorks
Excel Ninja
Hi,
I have a text value stored in a cell. For example value in cell A1 is
“gibberish, gibberish gibberish, Yamaha: $1.00 Suzuki: $11.00 Honda: $111.00 KTM: $1,111.00
Bajaj: $11,111.00 Audi: $111,111.00 BMW: $11,111,11.00 Benz:
$11.00 gibberish gibberish gibberish gibberish , gibberish”
This value is imported from another format, it has lot of empty spaces between.
I am trying to get output as below
Column 1, Column 2, one by one
Yamha $1.00 (Cell address B1 and C1)
Suzuki $11.00 (Cell address B2 and C2)
Honda $111.00 (Cell address B3 and C3)
KTM $1,111.00 (Cell address B4 and C4)
Bajaj $11,111.00 (Cell address B5 and C5)
Audi $111,111.00 (Cell address B6 and C6)
BMW $1,111,111.00 (Cell address B7 and C7)
Benz $11.00 (Cell address B8 and C8)
Since the space between 2 keywords is not uniform, I am not able to derive values correctly.
Amount relating to Yamaha can 1 or 999,999, and I am sure how to identify this.
Words marked in bold are for reference purpose. I need to search these keywords in text.
I tried using mid function but not able to get values correctly, for Mid I need to know second parameter.
I am not able find this.
I will upload sample file in some time and notify the same. Can anyone please help me in this.
I have a text value stored in a cell. For example value in cell A1 is
“gibberish, gibberish gibberish, Yamaha: $1.00 Suzuki: $11.00 Honda: $111.00 KTM: $1,111.00
Bajaj: $11,111.00 Audi: $111,111.00 BMW: $11,111,11.00 Benz:
$11.00 gibberish gibberish gibberish gibberish , gibberish”
This value is imported from another format, it has lot of empty spaces between.
I am trying to get output as below
Column 1, Column 2, one by one
Yamha $1.00 (Cell address B1 and C1)
Suzuki $11.00 (Cell address B2 and C2)
Honda $111.00 (Cell address B3 and C3)
KTM $1,111.00 (Cell address B4 and C4)
Bajaj $11,111.00 (Cell address B5 and C5)
Audi $111,111.00 (Cell address B6 and C6)
BMW $1,111,111.00 (Cell address B7 and C7)
Benz $11.00 (Cell address B8 and C8)
Since the space between 2 keywords is not uniform, I am not able to derive values correctly.
Amount relating to Yamaha can 1 or 999,999, and I am sure how to identify this.
Words marked in bold are for reference purpose. I need to search these keywords in text.
I tried using mid function but not able to get values correctly, for Mid I need to know second parameter.
I am not able find this.
I will upload sample file in some time and notify the same. Can anyone please help me in this.