hi all,
I have hundred rows of data like below, how can I spilt them into column with the numbers?
I have tried hlookup,index,etc.. but lost along the way.
Any hints will be very much appreciate
Capture.JPG
2.JPG
hi all,
I have hundred rows of data like below, how can I spilt them into column with the numbers?
I have tried hlookup,index,etc.. but lost along the way.
Any hints will be very much appreciate
Capture.JPG
2.JPG
Try this, where you have Apple, Orange and Grapes in F1:F3.
=SUBSTITUTE(INDEX($A1:$C1, MATCH("*"&F$1, $A1:$C1,0)),F$1,"")
If posting code please use code tags, see here.
Thanks so much! It works, by the way, I got error when the some of the cell has "10 fruits Apple", is there a way to do a partial match?
I also tried to use the entire range but it doesn't work?
Last edited by laksa; 07-08-2019 at 10:22 AM.
You could try this.
=SUBSTITUTE(INDEX($A1:$C1, MATCH("*"&F$1&"*", $A1:$C1,0)),F$1,"")
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks