M
mark1.thompson45
Hi,
can anyone help, I have a background in Perl, JScript etc but am
new to Excel/VBA. I need some hints or prefferably code that will
allow me to perform the following on an Excel worksheet.
I am trying to populate several "cells" from data which is external to
the Excel application, the data is in the format:
Player#Club#Cost
i.e. Ronaldo#Manchester United#8.0
I want the "Player" part of the data to be read into list form when a
cell is selected, if one of the players from the list is selected then
that player will populate that cell (D1
11) - ALSO, the "Club" will
populate another cell AND the "Cost" another cell, i.e.
Cells D1
11 will be the PALYERS
Cells E1:E11 will be the CLUBS
Cells F1:F11 will be the COSTS
If I could push my luck a little further then I would also like a bit
of data checking to be performed at the same time - I can only allow 2
players from the same club to be selected, anymore is not allowed - so
if cells E1:E11 contain MORE THAN 2 of the same string value then I
need a warning, maybe if the cells containing the cinflicting data
could FLASH in a red colour.
thanks for any help, Mark...
can anyone help, I have a background in Perl, JScript etc but am
new to Excel/VBA. I need some hints or prefferably code that will
allow me to perform the following on an Excel worksheet.
I am trying to populate several "cells" from data which is external to
the Excel application, the data is in the format:
Player#Club#Cost
i.e. Ronaldo#Manchester United#8.0
I want the "Player" part of the data to be read into list form when a
cell is selected, if one of the players from the list is selected then
that player will populate that cell (D1
populate another cell AND the "Cost" another cell, i.e.
Cells D1
Cells E1:E11 will be the CLUBS
Cells F1:F11 will be the COSTS
If I could push my luck a little further then I would also like a bit
of data checking to be performed at the same time - I can only allow 2
players from the same club to be selected, anymore is not allowed - so
if cells E1:E11 contain MORE THAN 2 of the same string value then I
need a warning, maybe if the cells containing the cinflicting data
could FLASH in a red colour.
thanks for any help, Mark...