tijgerleks
New Member
- Joined
- Jul 26, 2017
- Messages
- 2
Hi everyone !
so i need some help with what i said in the title.
i will try the best i can to explain what i need.
i have three collums
product code, type , discount code
the 3rd collum will have a specified discount code which can be anything, for now i only have this one "FACELESSCAT10"
on a different page i want every row with the that specified discount code to give the product code but only where that discount code was used
imagine i have
A B C
product code / type / discount code /
----------------------------------------------------
2 HCMA014 / bracelet / FACELESSCAT10
3 HCMA016 / bracelet / no code used
4 HCMA021 / sunnycord / FACALESSCAT10
in a different page i want all the products that were bought with the discount code FACELESSCAT10 to be there whenever they are entered in the first page
so it would look something like this
A B
product code / type /
--------------------------------
2 HCMA014 / bracelet /
3 HCMA021 / sunnycord /
i imagine the formula would look something like this
=VLOOKUP(lookup_value, IF(lookup_value="FACELESSCAT10",range1,range2),2,0)
but i am not sure what the values would be
i hope someone can help me
thanks in advance!
so i need some help with what i said in the title.
i will try the best i can to explain what i need.
i have three collums
product code, type , discount code
the 3rd collum will have a specified discount code which can be anything, for now i only have this one "FACELESSCAT10"
on a different page i want every row with the that specified discount code to give the product code but only where that discount code was used
imagine i have
A B C
product code / type / discount code /
----------------------------------------------------
2 HCMA014 / bracelet / FACELESSCAT10
3 HCMA016 / bracelet / no code used
4 HCMA021 / sunnycord / FACALESSCAT10
in a different page i want all the products that were bought with the discount code FACELESSCAT10 to be there whenever they are entered in the first page
so it would look something like this
A B
product code / type /
--------------------------------
2 HCMA014 / bracelet /
3 HCMA021 / sunnycord /
i imagine the formula would look something like this
=VLOOKUP(lookup_value, IF(lookup_value="FACELESSCAT10",range1,range2),2,0)
but i am not sure what the values would be
i hope someone can help me
thanks in advance!