B
BlackObsidian
Hi all!
Suppose I have a real-life card game with 100 cards.
Each card has a Card Title, Attack, Defense, Element type and Level
e.g.
The Warrior
ATK: 2000
DEF: 1000
Element: Water
Level: 6
I have designed a spreadsheet for people to design a deck of 20 card
with columns to reflect each of the attributes above. A=Name, B=ATK et
etc
Instead of a user having to go through each cell and fill out th
relevant information I want to enable the user to begin typing the nam
of the card and excel should reach a certain amount of characters befor
knowing what card it is and give the user the option to hit return t
auto-fill the cell.
This in itself isn't a problem as I know I can type a list of card
directly above the cell to be typed into and Hide those Cells so tha
when a user starts typing, it auto-fills that cell.
The problem occurs because I'd like to be able to fill in Column B, C
D and E with the relevant information for the card name entered.
Any suggestions?
Thanks all
Suppose I have a real-life card game with 100 cards.
Each card has a Card Title, Attack, Defense, Element type and Level
e.g.
The Warrior
ATK: 2000
DEF: 1000
Element: Water
Level: 6
I have designed a spreadsheet for people to design a deck of 20 card
with columns to reflect each of the attributes above. A=Name, B=ATK et
etc
Instead of a user having to go through each cell and fill out th
relevant information I want to enable the user to begin typing the nam
of the card and excel should reach a certain amount of characters befor
knowing what card it is and give the user the option to hit return t
auto-fill the cell.
This in itself isn't a problem as I know I can type a list of card
directly above the cell to be typed into and Hide those Cells so tha
when a user starts typing, it auto-fills that cell.
The problem occurs because I'd like to be able to fill in Column B, C
D and E with the relevant information for the card name entered.
Any suggestions?
Thanks all