Hi Expert,
In a given cell I have following sample data that runs in thousands rows but in one column
Task is to pull out any word (DXB or ABU in this case) that is 3rd from right, only if cell has 4 blank spaces in between two words or cell has 5 words in total
SYD EK DXB EK SYD
ADL EK DXB EK DEL
ISB EY ABU EY MEL
Task is to pull out 5th word (LGW or LON in this case) , only if cell has 8 blank spaces in between two words or cell has 9 words in total
PER EK DXB EK LGW EK DXB EK PER
SYD EK DXB EK LON EK DXB EK MLE
Rows runs in mix of above two
Currently I use following function to pull out specific words
=IF(COUNT(SEARCH("DXB",A1)),"DXB"," ")
Request for any function that may be able to assist based on blank spaces
Thanks
Karnik
Bookmarks