HI,
I'm having a strange problem. I have 2 worksheets that are used to track our golf group's scores. The roster worksheet is used to store player's current quota of points. When I started using this there were 54 players in our group. Now there are only 50, so I deleted 4. Now any player who was initially below number 50 in the roster will not have his quota found. Here is the formula:
=IF(B6=" "," ",LOOKUP(B6,[ROSTER.XLSM]SHEET1!$B$3:$B$77,[ROSTER.XLSM]SHEET1!$C$3:$C$77))
Cell B6 in this case would contain the player's name, and
in the roster worksheet the player's name is in column B and the quota is in column C. I just cannot figure why this works until I remove a player. If I go to the bottom of the roster list and put in any players (i.e. zzz), then the formula works again. Any ideas?
Thanks in advance.
I'm having a strange problem. I have 2 worksheets that are used to track our golf group's scores. The roster worksheet is used to store player's current quota of points. When I started using this there were 54 players in our group. Now there are only 50, so I deleted 4. Now any player who was initially below number 50 in the roster will not have his quota found. Here is the formula:
=IF(B6=" "," ",LOOKUP(B6,[ROSTER.XLSM]SHEET1!$B$3:$B$77,[ROSTER.XLSM]SHEET1!$C$3:$C$77))
Cell B6 in this case would contain the player's name, and
in the roster worksheet the player's name is in column B and the quota is in column C. I just cannot figure why this works until I remove a player. If I go to the bottom of the roster list and put in any players (i.e. zzz), then the formula works again. Any ideas?
Thanks in advance.