Dugzilla
New Member
- Joined
- Oct 11, 2023
- Messages
- 25
- Office Version
- 2021
- Platform
- MacOS
In the first table (above), I have a lookup formula that pulls from the table to the right of it. The table to the right (source) was downloaded from DraftKings (cvs format).
Here's the gotcha: Some pull the correct data, some don't. (Indicated by error code: "BYE or not on main slate") Colts (for example) should have pulled the data. The Eagles (not the band) failed until I retyped Eagles on the DraftKings (source) table. I have tried copy/paste values, changed from general to text and back again on both, but no difference. For the life of me I cannot figure why this is doing what it's doing. AND, I even exported the CVS as an excel sheet, but no difference. ONE LAST THING: It's only the team names... all the players work fine.
formula: =IFERROR(XLOOKUP(S4,DK!$C$3:$C$492,DK!$F$3:$G$492),"BYE or not on main slate!")
I promise if this is an easy solution, I will kick my own butt. Thank you!!!!