monsierexcel
New Member
- Joined
- Nov 19, 2018
- Messages
- 29
Hello all i am stumped with this but this formula always returns the last * character in a list
{=IF(A2=""," ",INDEX(F2:F18,MATCH(TRUE,EXACT("*",E2:E18)),1))}
so regardless of the range i choose i always get the bottom result, in this example:
<tbody>
</tbody>
<colgroup><col style="width:48pt" width="64"> <col style="mso-width-source:userset;mso-width-alt:11985;width:258pt" width="343"> </colgroup><tbody>
[TD="width: 64"]correct cat[/TD]
[TD="width: 343"]_category[/TD]
</tbody>
Any help would be greatly appreciated!
{=IF(A2=""," ",INDEX(F2:F18,MATCH(TRUE,EXACT("*",E2:E18)),1))}
so regardless of the range i choose i always get the bottom result, in this example:
Bodyshop/Adhesive & Sealant always returns on the value when really i want the first value with * which is:
<tbody> </tbody> |
<tbody>
</tbody>
Bodyshop | |
Bodyshop/Primer | |
* | Bodyshop/Primer/1 Pack Primer |
Bodyshop | |
Bodyshop/Primer | |
* | Bodyshop/Primer/1 Pack Primer |
Bodyshop | |
* | Bodyshop/Activator/Hardener |
Bodyshop | |
Bodyshop/Fillers | |
* | Bodyshop/Fillers/Standard Filler |
Bodyshop | |
* | Bodyshop/Adhesive & Sealant |
| Bodyshop |
* | Bodyshop/Adhesive & Sealant |
Bodyshop |
<colgroup><col style="width:48pt" width="64"> <col style="mso-width-source:userset;mso-width-alt:11985;width:258pt" width="343"> </colgroup><tbody>
[TD="width: 64"]correct cat[/TD]
[TD="width: 343"]_category[/TD]
</tbody>
Any help would be greatly appreciated!