Forum Discussion
Excel formula help
- Nov 02, 2018
This is the difficult part!
Anyway, I've updated the workbook with another formula.
Hi again,
You can use this formula for each request column:
=IFERROR(INDEX(CONTACT!I:I,MATCH(B4,CONTACT!B:B,0))&"","")
But it will return the full player name that corresponds to each member in the Contact sheet.
Oh my goodness. That's incredible! Thanks so much!
Dean
I have another problem that I wanted to see if you could help with. If not, that's ok. Attached is another Excel sheet. I want to be able to track teams playing against teams without having to copy paste everything each time. If I plug in a coaches name in game 1, I want the players rostered. Then when I put in the points for each player, I want that to put the number into the Totals tab so that can track the players points during the season. Is this something that Excel can do? Thanks!
Dean
- Haytham AmairahDec 01, 2018Silver Contributor
Hi,
I'm sorry, but this is not easy!
You need to rearrange the data in Teams sheet to make the players to next coach head.
You can hide these extra columns or make their font color White.
After that, you can use some sort of functions to link them to the Game 1 sheet.
Please see the attached file.