Jump to content
Sign in to follow this  
dwagner13

DB problem

Recommended Posts

My league combines WR and TE. In doing so, when I used DB and selected TE for position for Tony Gonzalez, there were no player names listed, no big deal, I just changed the position to WR and there they were. The problem is that when Gonzalez is selected, his team and bye columns show #N/A.

 

The formula is looking for him in the WR_2_detail column, but he is not there due to the fact that he is in the TE_2_detail column. If we set it up to combine WR/TE shouldn't he be imported to the WR column and not the TE column? Any easy way to fix this?

 

Thanks,

 

Doug

Share this post


Link to post
Share on other sites

Hi Doug. After you've selected his name from the WR drop-down, switch the position back to TE. I didn't realize this quirk in Buddy before so I'll have to address this for next season.

Share this post


Link to post
Share on other sites

I did that to make it work. I just wasn't sure if there was an easy way to extend the WR_2_detail column easily.

 

This also affects the "Who Won" tab that I created (following a previous poster)

 

=IF(V45="","",VLOOKUP(V45,INDIRECT(CONCATENATE($B45,"_Detail")),4,0))

 

returns #N/A. If I change it to

 

=IF(V45="","",VLOOKUP(V45,INDIRECT(CONCATENATE($B44,"_Detail")),4,0))

 

it calculates the correct projected points.

 

Just thought you might want to know that as well.

 

Doug

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×