• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Pulling out List

Leonora Bayona

New Member
Hello Ninja Excel,

I would like to ask for help, currently I'm using the microsoft 365 to pull out the list from different tabs within the worksheet, and the formula is working. But when I send it to my colleague its not working because they have a lower version of Excel.
Kindly help me to translate the formula in the PO Pagoda tab that will work for a lower version of Excel.

Regards,
Leonora
 

Attachments

i tried to use this =IFERROR(INDEX('4 COGS PRE PACK'!$D$7:$D$3000,SMALL(IF(('4 COGS PRE PACK'!$A$7:$A$3000=$J$2)*('4 COGS PRE PACK'!$K$7:$K$3000=$B$6),ROW('4 COGS PRE PACK'!$D$7:$D$3000)-ROW('4 COGS PRE PACK'!$D$7)+1),ROWS(R$7:R8))),IF(ROWS(R$7:R8)=1,"No items found","")) but items is duplicated. Please help me how can i remove the duplicates. Thank you
 
whats the lower version of excel you need it to work in, this matters as a lot of functions are added to different versions of excel

Maybe VBA is the way to go - I dont provide VBA to forums
 
whats the lower version of excel you need it to work in, this matters as a lot of functions are added to different versions of excel

Maybe VBA is the way to go - I dont provide VBA to forums
using 2019 Version, is there a way to use the index match and put column helper. Honestly, i havent use VBA. I will put in my list to learn basic of this.

Leonora Bayona

It was already suggested above

that yes, this can be solved with a VBA script. I've attached the file below with this solution; open it and play with it. I think you'll understand the meaning and logic. Good luck.
Thank you Mike, please help to give a background for VBA. I havent use VBA before.
 
using 2019 Version, is there a way to use the index match and put column helper. Honestly, i havent use VBA. I will put in my list to learn basic of this.

Thank you Mike, please help to give a background for VBA. I havent use VBA before.
VBA is scarier than it appears! Start small with code to do minor tasks, and before you know it, you'll be challenging yourself to more complicated code. Fortunately, there are plenty of resources out there.

@MikeVol has kindly started the process for you - kudos to him!
 
VBA is scarier than it appears! Start small with code to do minor tasks, and before you know it, you'll be challenging yourself to more complicated code. Fortunately, there are plenty of resources out there.

@MikeVol has kindly started the process for you - kudos to him!
Duh - VBA is less scary than it appears ..... which is the opposite of what I said above ...
 
Back
Top