hello,
can someone please tell me how i can display the 2 values chosen by using vlookup, currently i have it so that if you put an X in column at the footer it shows the values listed under column B and C,. But if more then one x is placed in column A then only the first value is shown, what i want to do it show both.. can that be done?
Place an XIDName1Johnx3Bob4Kris6Steph5Mikechosen values3Bobthe vlookup formulas are
=VLOOKUP("x", A2:C6, 2, FALSE)
=VLOOKUP("x", A2:C6, 3, FALSE)
What i am having issues with is if i put an X under both ID, 3 and 4 it should show Chosen Values: 3,4 Bob, Kris
thanks, Summer
can someone please tell me how i can display the 2 values chosen by using vlookup, currently i have it so that if you put an X in column at the footer it shows the values listed under column B and C,. But if more then one x is placed in column A then only the first value is shown, what i want to do it show both.. can that be done?
Place an XIDName1Johnx3Bob4Kris6Steph5Mikechosen values3Bobthe vlookup formulas are
=VLOOKUP("x", A2:C6, 2, FALSE)
=VLOOKUP("x", A2:C6, 3, FALSE)
What i am having issues with is if i put an X under both ID, 3 and 4 it should show Chosen Values: 3,4 Bob, Kris
thanks, Summer