Kenja824_home
Automotive
- Jun 24, 2023
- 6
This is for an excel spreadsheet I am creating for my fantasy football league.
In the attached file, there are three tabs. The LEAGUE tab is all auto filled using formulas. The PLAYERS tab is the one I update when I need to.
I would like to change the formulas I am currently using to be a bit more efficient than they are.
Currently if a team owner drops a player, adds a new player or trades a player, I need to adjust the owner names (which is no problem) and change the number listed in column D. THis column is added to the Concatenate in Col.A. I would like to in the League TAB to only show QB and remove the column D in the PLAYERS tab.
I need a formula for C6 in the LEAGUE tab. It will look for B6 in col B in the PLAYERS tab. It will also look for the Owners name (C2) in col L of the PLAYERS tab.
There will be anywhere from 1 to 12 players who will match these two columns. I want it to look in col C (Rank) in the PLayers tab and return the option that has the lowest rank.
Then in the next sell, C7, I want it to do the same thing but this time return the player with the 2nd lowest rank.
****
I know that VB coding would be much more efficient than formulas here. If I was even halfway decent with VB coding, I would use it. Believe me when I tell you that I have tried to grasp coding. It is the only thing I have ever set my mind to learning that I could not learn enough to use it. If someone wants to build a form of this using the code, I will be glad to use it, but for building it myself, I am limited to formulas.
Thank you in advance for any help. And I am sorry if I wrote this confusingly. I have that problem sometimes. I tend to make things more confusing the more I try to clarify them. lol
In the attached file, there are three tabs. The LEAGUE tab is all auto filled using formulas. The PLAYERS tab is the one I update when I need to.
I would like to change the formulas I am currently using to be a bit more efficient than they are.
Currently if a team owner drops a player, adds a new player or trades a player, I need to adjust the owner names (which is no problem) and change the number listed in column D. THis column is added to the Concatenate in Col.A. I would like to in the League TAB to only show QB and remove the column D in the PLAYERS tab.
I need a formula for C6 in the LEAGUE tab. It will look for B6 in col B in the PLAYERS tab. It will also look for the Owners name (C2) in col L of the PLAYERS tab.
There will be anywhere from 1 to 12 players who will match these two columns. I want it to look in col C (Rank) in the PLayers tab and return the option that has the lowest rank.
Then in the next sell, C7, I want it to do the same thing but this time return the player with the 2nd lowest rank.
****
I know that VB coding would be much more efficient than formulas here. If I was even halfway decent with VB coding, I would use it. Believe me when I tell you that I have tried to grasp coding. It is the only thing I have ever set my mind to learning that I could not learn enough to use it. If someone wants to build a form of this using the code, I will be glad to use it, but for building it myself, I am limited to formulas.
Thank you in advance for any help. And I am sorry if I wrote this confusingly. I have that problem sometimes. I tend to make things more confusing the more I try to clarify them. lol