Different words Same letters

panyagak

Active Member
Joined
Feb 24, 2017
Messages
299
Hi all MrExcelians!

I have 2 columns with different words. I would like to identify those different words with same letters.

Any non-Array formula would do to use on my smartphone.

thanks n regards
Patrick
 

Excel Facts

Will the fill handle fill 1, 2, 3?
Yes! Type 1 in a cell. Hold down Ctrl while you drag the fill handle.
It is quite impossible to achieve without an array on mobile. Even it is challenging to do on a non-365 platform.

If I were you I would go with a setup similar below.
1696832504980.png

The formula is:
Excel Formula:
=MID(OFFSET($A$2,COLUMN(A$1)-1,0),ROW($A1,1)
Then I would copy and paste the letters as Values.
Then I would apply filter and sort columns A to Z. This will make the eyeballing much more easier.
 
Upvote 0
@panyagak
I suggest that you update your Account details (or click your user name at the top right of the forum) so helpers always know what Excel version(s) & platform(s) you are using as the best solution often varies by version. (Don’t forget to scroll down & ‘Save’)

For example, if you have the relevant functions available, you might be able to use something like this, where the number in column B indicates how many words in the list contain the same letters as the adjacent word in column A.

23 10 09.xlsm
ABC
1angel3aegln
2angle3aegln
3Heart2aeHrt
4there1eehrt
5Earth2aEhrt
6dangle1adegln
7glean3aegln
Check letters
Cell Formulas
RangeFormula
B1:B7B1=COUNTIF(C$1:C$7,C1)
C1:C7C1=CONCAT(SORT(MID(A1,SEQUENCE(LEN(A1)),1)))
 
Upvote 0

Forum statistics

Threads
1,215,340
Messages
6,124,382
Members
449,155
Latest member
ravioli44

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top