I mean it's not like they're fantasy studs but how does Barry Enright, Justin Duchscherer, Travis Hafner, Rich Harden, Todd Helton, Juan Rivera, Alex Sanabia, & Barry Zito not even make the top 450?????
rookies and cream wrote:Big update tonight. Added ADP's from Yahoo, ESPN, CBS, and Fantasy Game Day. Will work on Tiers over next week.
Don't forget to donate!!
Well now you just sound like a wh0re
JK - thanks alot R&C - great job you do here.
Ha! Not my intention, of course! But, I can tell you that there is huge difference between the quantity of donations between this year and last year. The $ isn't the reason I do this, but it sure helps, especially after I spend an hour trying to figure out why there is an extra space after each players' name when extracting ADP's from Yahoo (which of course, affects the vlookup function).
rookies and cream wrote:Big update tonight. Added ADP's from Yahoo, ESPN, CBS, and Fantasy Game Day. Will work on Tiers over next week.
Don't forget to donate!!
Well now you just sound like a wh0re
JK - thanks alot R&C - great job you do here.
Ha! Not my intention, of course! But, I can tell you that there is huge difference between the quantity of donations between this year and last year. The $ isn't the reason I do this, but it sure helps, especially after I spend an hour trying to figure out why there is an extra space after each players' name when extracting ADP's from Yahoo (which of course, affects the vlookup function).
Yeah, I ran into the exact same problem with spaces when I imported my league rosters from last year into my spreadsheet... thanks again!
"The government cannot give to anyone anything that it does not first take from someone else"
Bloody Sox wrote:Well now you just sound like a wh0re
JK - thanks alot R&C - great job you do here.
Ha! Not my intention, of course! But, I can tell you that there is huge difference between the quantity of donations between this year and last year. The $ isn't the reason I do this, but it sure helps, especially after I spend an hour trying to figure out why there is an extra space after each players' name when extracting ADP's from Yahoo (which of course, affects the vlookup function).
Yeah, I ran into the exact same problem with spaces when I imported my league rosters from last year into my spreadsheet... thanks again!
Yeah, it was a real pain. I first tried using the trim function (which is supposed to remove spaces), but it didn't work because they weren't actually text spaces. Turns out that it was an HTML character instead. So, I then had to add the substitute function to replace the HTML character with a space before running trim.