SteveOranjin
Board Regular
- Joined
- Dec 18, 2017
- Messages
- 170
Hello,
I am attempting to use VLOOKUP to match the partial component of a text string. I cannot make it work presently.
What I’m looking to do is, match the image name from “Image Name” (A) Table 1 to “SKU” (C) in table 2 and based off of the match there, populate the corresponding information from image name into “Image”(D)
Table 1 and Table 2 are on two different tabs.
Table 1
<tbody>
</tbody>
TABLE 2
<tbody>
</tbody>
I believe this is a fairly simple problem to solve I'm just a little rusty right now with EXCEL.
I am attempting to use VLOOKUP to match the partial component of a text string. I cannot make it work presently.
What I’m looking to do is, match the image name from “Image Name” (A) Table 1 to “SKU” (C) in table 2 and based off of the match there, populate the corresponding information from image name into “Image”(D)
Table 1 and Table 2 are on two different tabs.
Table 1
Imagename (A) | Description (B) | | |
Bagetelle_1238-48H_BLK_1x1HR_BG_300PX.JPG | | | |
Bagatelle_1239-22_B_300PX.JPG | | | |
| | | |
<tbody>
</tbody>
TABLE 2
Brandname (A) | Brandecode (B) | SKU (C) | Image (D) | |
Snoopy | SNP | 1238-48H | Target Cell | |
| | | | |
| | | | |
<tbody>
</tbody>
I believe this is a fairly simple problem to solve I'm just a little rusty right now with EXCEL.