How to "Teach" Excel to Learn Names?
Solved/Closed
HoomanCz
Posts
2
Registration date
Monday May 22, 2017
Status
Member
Last seen
May 23, 2017
-
May 22, 2017 at 02:40 AM
HoomanCz Posts 2 Registration date Monday May 22, 2017 Status Member Last seen May 23, 2017 - May 23, 2017 at 10:42 PM
HoomanCz Posts 2 Registration date Monday May 22, 2017 Status Member Last seen May 23, 2017 - May 23, 2017 at 10:42 PM
Related:
- How to "Teach" Excel to Learn Names?
- Ideogram ai names - Guide
- My contacts list names - Guide
- How to count names in excel - Guide
- Number to words in excel - Guide
- Wow monk names - Guide
1 response
TrowaD
Posts
2921
Registration date
Sunday September 12, 2010
Status
Moderator
Last seen
December 27, 2022
555
Updated on May 23, 2017 at 11:25 AM
Updated on May 23, 2017 at 11:25 AM
Hi HoomanCz,
You can build a table for it, where the left column has the 'faulty' names and the right column has the 'correct' names. Then use the VLOOKUP formula to pull the 'correct' names from the table.
Example:
Sheet2
Column A
Blue Carpet - S
Small Carpet - Blue
100 x 20 Carpet - Blue
Blue Small Carpet
Sheet2
Column B
Small Carpet - Blue
Small Carpet - Blue
Small Carpet - Blue
Small Carpet - Blue
Sheet1
Column A
Blue Carpet - S
Small Carpet - Blue
100 x 20 Carpet - Blue
Blue Small Carpet
Sheet1
Column B
=VLOOKUP(A1,Sheet2!$A$1:$B$4,2,0)
Drag formula down
Best regards,
Trowa
Monday, Tuesday and Thursday are usually the days I'll respond. Bear this in mind when awaiting a reply.
You can build a table for it, where the left column has the 'faulty' names and the right column has the 'correct' names. Then use the VLOOKUP formula to pull the 'correct' names from the table.
Example:
Sheet2
Column A
Blue Carpet - S
Small Carpet - Blue
100 x 20 Carpet - Blue
Blue Small Carpet
Sheet2
Column B
Small Carpet - Blue
Small Carpet - Blue
Small Carpet - Blue
Small Carpet - Blue
Sheet1
Column A
Blue Carpet - S
Small Carpet - Blue
100 x 20 Carpet - Blue
Blue Small Carpet
Sheet1
Column B
=VLOOKUP(A1,Sheet2!$A$1:$B$4,2,0)
Drag formula down
Best regards,
Trowa
Monday, Tuesday and Thursday are usually the days I'll respond. Bear this in mind when awaiting a reply.
May 23, 2017 at 10:42 PM