I have 2 rows that contain data like this :
Row A
- El Cafe Latte
- Carrick Hill Restaurant
- Great Birmingham Hotel
Row B
- La Tombola
- Adelaide Cafe
- El Café Latte
- Hilton Hotel
- Carrick Hills Restaurant
- NSW Hotel and Restaurant
- Birmingham Hotel
I want to compare between Row A-1 with Row B-1 until Row B-7 and after that I will compare Row A-2 with Row B-1 until Row B-7.
I tried with EXACT function, but it doesn't help because the data is not exact. I want the formula can show me where the data have similar value.
As example : When formula compare Row A-1 (El Cafe Latte), the formula will show Row B-3 have probability similar value.
Thank you.