Hi - I am trying to create a sheet for my company football pool (sorry if the topic is silly).
For each pool member they have their own sheet and each personal sheet has a list of teams and values.
The team list in column B is each NFL Team. The value list in column C is a data validation drop down with selections like: Available, Won, Loss, Current Selection and Pending Results.
On the sheet titled "Rankings", I have columns for win/loss results. I am looking to populate one or two cells with the current weeks selections. Each week a person takes two teams so at any given time there should be two teams that have a matching value of Current Selection.
I was able to work with VLookup to find the first match of "Current Selection" and return the right team. But I want to find both the teams that are marked as current selection and return both. The results can be displayed in one cell or individual cells.
Any suggestions around this? I would prefer to not use VBA as I am not sure all the pool members can enable the Dev tab. It is certainly an option but was hoping to be able to do this within the main excel worksheet.
Thanks,
Glenn
For each pool member they have their own sheet and each personal sheet has a list of teams and values.
The team list in column B is each NFL Team. The value list in column C is a data validation drop down with selections like: Available, Won, Loss, Current Selection and Pending Results.
On the sheet titled "Rankings", I have columns for win/loss results. I am looking to populate one or two cells with the current weeks selections. Each week a person takes two teams so at any given time there should be two teams that have a matching value of Current Selection.
I was able to work with VLookup to find the first match of "Current Selection" and return the right team. But I want to find both the teams that are marked as current selection and return both. The results can be displayed in one cell or individual cells.
Any suggestions around this? I would prefer to not use VBA as I am not sure all the pool members can enable the Dev tab. It is certainly an option but was hoping to be able to do this within the main excel worksheet.
Thanks,
Glenn