lafata2000
New Member
- Joined
- Sep 29, 2021
- Messages
- 4
- Office Version
- 365
- Platform
- Windows
Hi all... I need to be able to get the most common text in a string out of 3 rows..... Example below:
I have tried the below and it is does not return any text..... any thoughts?
=INDEX(B2:D2,MODE(MATCH(B2:D2,B2:D2,0)))
=INDEX(B2:D2,MODE(IF(ISTEXT(B2:D2),MATCH(B2:D2,B2:D2,0))))
Column 1 | Column 2 | Column 3 | Formula Needed | |
ARM KIT,,FR SUSP RH | CONTROL ARM | Suspension Control Arm | Arm | |
Sensor | OIL LEVEL SENDER | Engine Oil Level Sensor | Sensor | |
TS WATER PUMP | Water Pump 1 EA CQWPS | Engine Water Pump | Water Pump |
I have tried the below and it is does not return any text..... any thoughts?
=INDEX(B2:D2,MODE(MATCH(B2:D2,B2:D2,0)))
=INDEX(B2:D2,MODE(IF(ISTEXT(B2:D2),MATCH(B2:D2,B2:D2,0))))