Patcheen
Active Member
- Joined
- Sep 28, 2015
- Messages
- 394
- Office Version
- 365
- Platform
- Windows
Hi All hope your all ok.
Im trying to find a partial word in a column if it partrial matches a word in cell "A1"
so if i put deo in A1 it should return all for modeos in the required column
this is my formula - IFERROR(@INDEX('All Vehicles Data'!D:D,SMALL(INDEX(('All Vehicles Data'!$D$20:$D$995,$A$1)*ROW('All Vehicles Data'!$D$20:$D$995),0),COUNTIF('All Vehicles Data'!$D$20:$D$995,"<>"&$A$1)+ROWS($20:20))),"")
is there any way of just editing the above formula?
Im trying to find a partial word in a column if it partrial matches a word in cell "A1"
so if i put deo in A1 it should return all for modeos in the required column
this is my formula - IFERROR(@INDEX('All Vehicles Data'!D:D,SMALL(INDEX(('All Vehicles Data'!$D$20:$D$995,$A$1)*ROW('All Vehicles Data'!$D$20:$D$995),0),COUNTIF('All Vehicles Data'!$D$20:$D$995,"<>"&$A$1)+ROWS($20:20))),"")
is there any way of just editing the above formula?