Hi,
Example:
<html><head><title>Excel Jeanie HTML</title></head><body>
<!-- ######### Start Created Html Code To Copy ########## -->
<!-- ######### End Created Html Code To Copy ########## -->
</body></html
I In column 1 (Data), I want to compare each string to each other from start to end of the dataset in the column, and it then must find a pattern and output the result in column 2 (Output).
Can this be done?
Thank you
Example:
<html><head><title>Excel Jeanie HTML</title></head><body>
<!-- ######### Start Created Html Code To Copy ########## -->
Excel Workbook | ||||
---|---|---|---|---|
B | C | |||
3 | Data | Output | ||
4 | sadckads cndshc shell samdh | shell | ||
5 | dhywqio shell nsdkhskj | shell | ||
6 | apple jschkjd bsfv | apple | ||
7 | gdhj765 sjsdh apple shcjkhd | apple | ||
Sheet1 |
<!-- ######### End Created Html Code To Copy ########## -->
</body></html
I In column 1 (Data), I want to compare each string to each other from start to end of the dataset in the column, and it then must find a pattern and output the result in column 2 (Output).
Can this be done?
Thank you