Forum Discussion

TexasTrophy's avatar
TexasTrophy
Copper Contributor
Jul 21, 2022
Solved

Suggestions in Shortening a Formula

I have a csv file, that I get on a daily basis, that contains data for adding/updating products on my website.  The 2 particular columns of data that I am dealing with in this inquiry is the Product ...
  • OliverScheurich's avatar
    OliverScheurich
    Jul 22, 2022

    TexasTrophy 

    =INDEX('proper names'!$B:$B,MATCH(LEFT('actual data'!B2,3),'proper names'!$A:$A,0))

    For the actual layout of your data you can try INDEX and MATCH.

Resources