Good morning all,
As the title says, I have a a blank line that sometimes returns at the last row due to the difference of the amount of items a gift pack may contain. (I've tried to upload the mini book but can't seem to get it to work so I'll have to post images)
If the Gift pack contains 5 components, naturally the 5th row will reference data. However, if the gift pack has 4 components, you can see from the image that the low row is "0" & "#N/A", respectively. I've tried using the FILTER function but FILTER still evades me as to how it actually works.
The above formula is what i'm using to pull those components codes.
Additionally, is there any way to shorten or make the formulas easier to read rather than having it spammed with "F:\Quality Control\Ingredient Listings\[CD Ingredient List (EFACS).xlsx]Finished'!$A:$A" ?
Thank you for any replies, have a nice day!
As the title says, I have a a blank line that sometimes returns at the last row due to the difference of the amount of items a gift pack may contain. (I've tried to upload the mini book but can't seem to get it to work so I'll have to post images)
If the Gift pack contains 5 components, naturally the 5th row will reference data. However, if the gift pack has 4 components, you can see from the image that the low row is "0" & "#N/A", respectively. I've tried using the FILTER function but FILTER still evades me as to how it actually works.
=IF($A$2="","",XLOOKUP(A3,'F:\Quality Control\Ingredient Listings\[CD Ingredient List (EFACS).xlsx]Finished'!$A:$A,'F:\Quality Control\Ingredient Listings\[CD Ingredient List (EFACS).xlsx]Finished'!$B:$B))
The above formula is what i'm using to pull those components codes.
Additionally, is there any way to shorten or make the formulas easier to read rather than having it spammed with "F:\Quality Control\Ingredient Listings\[CD Ingredient List (EFACS).xlsx]Finished'!$A:$A" ?
Thank you for any replies, have a nice day!