View Single Post
 
Old 07-17-2017, 08:29 AM
NoSparks NoSparks is offline Windows 7 64bit Office 2010 64bit
Excel Hobbyist
 
Join Date: Nov 2013
Location: British Columbia, Canada
Posts: 842
NoSparks is a glorious beacon of lightNoSparks is a glorious beacon of lightNoSparks is a glorious beacon of lightNoSparks is a glorious beacon of lightNoSparks is a glorious beacon of light
Default

That Aisle part was not indicated in your sample.
To accommodate this in my code change this line
Code:
If arr(i, ii) <> "" Then
to
Code:
If InStr(arr(i, ii), ";") <> 0 Then
What "other cell" are you wanting to put the value(s) into ?
And what does your ID;Amount data really look like ?
Reply With Quote