A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Card Game Spreadsheet



 
 
Thread Tools Display Modes
  #1  
Old September 29th, 2004, 04:40 PM
BlackObsidian
external usenet poster
 
Posts: n/a
Default Card Game Spreadsheet


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 cards
with columns to reflect each of the attributes above. A=Name, B=ATK etc
etc

Instead of a user having to go through each cell and fill out the
relevant information I want to enable the user to begin typing the name
of the card and excel should reach a certain amount of characters before
knowing what card it is and give the user the option to hit return to
auto-fill the cell.

This in itself isn't a problem as I know I can type a list of cards
directly above the cell to be typed into and Hide those Cells so that
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!


--
BlackObsidian
------------------------------------------------------------------------
BlackObsidian's Profile: http://www.excelforum.com/member.php...o&userid=14843
View this thread: http://www.excelforum.com/showthread...hreadid=264706

  #2  
Old September 29th, 2004, 05:07 PM
jeff
external usenet poster
 
Posts: n/a
Default

Hi,

Yes, Use the Vlookup function which can look up the
characteristics based on the value in another column.

jeff


-----Original Message-----

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 cards
with columns to reflect each of the attributes above.

A=Name, B=ATK etc
etc

Instead of a user having to go through each cell and

fill out the
relevant information I want to enable the user to begin

typing the name
of the card and excel should reach a certain amount of

characters before
knowing what card it is and give the user the option to

hit return to
auto-fill the cell.

This in itself isn't a problem as I know I can type a

list of cards
directly above the cell to be typed into and Hide those

Cells so that
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!


--
BlackObsidian
---------------------------------------------------------

---------------
BlackObsidian's Profile:

http://www.excelforum.com/member.php?
action=getinfo&userid=14843
View this thread:

http://www.excelforum.com/showthread...hreadid=264706

.

  #3  
Old September 29th, 2004, 05:13 PM
JulieD
external usenet poster
 
Posts: n/a
Default

however the table_array would need to be in columns across the page
e.g.
A B C D E
Card Title Attack Defense Element type Level

or HLOOKUP can be used if it is down rows
Card Title
Attack
Defense
Element Type
Level

but then all the different cards titles etc need to be across columns from A
to IV

using VLOOKUP the formula would be similar to
=VLOOKUP(lookup_value, table_array, col_index_num, match_type)
=VLOOKUP(A1,Sheet2!A2:E102,2,0)

where A1 is the card that your players have chosen, sheet2!A2:E102 is the
list of cards as outlined above, 2 is the column number of the piece of data
you want to return & 0 means you want to do an exact match. Remember the
1st parameter (lookup_value) must be the leftmost column in the table_array
(2nd parameter)

Hope this helps
Cheers
JulieD



"jeff" wrote in message
...
Hi,

Yes, Use the Vlookup function which can look up the
characteristics based on the value in another column.

jeff


-----Original Message-----

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 cards
with columns to reflect each of the attributes above.

A=Name, B=ATK etc
etc

Instead of a user having to go through each cell and

fill out the
relevant information I want to enable the user to begin

typing the name
of the card and excel should reach a certain amount of

characters before
knowing what card it is and give the user the option to

hit return to
auto-fill the cell.

This in itself isn't a problem as I know I can type a

list of cards
directly above the cell to be typed into and Hide those

Cells so that
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!


--
BlackObsidian
---------------------------------------------------------

---------------
BlackObsidian's Profile:

http://www.excelforum.com/member.php?
action=getinfo&userid=14843
View this thread:

http://www.excelforum.com/showthread...hreadid=264706

.



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Updating spreadsheets from another spreadsheet Mitch General Discussion 1 September 28th, 2004 04:50 PM
linking a multiple paged Excel spreadsheet in PowerPoint Kris Powerpoint 1 September 1st, 2004 08:00 PM
Need help with formula in football pool spreadsheet Kfain Worksheet Functions 4 August 30th, 2004 01:52 PM
read spreadsheet with dao Dirk Goldgar General Discussion 6 August 27th, 2004 10:41 AM
IF E3 & E10 = TRUE set this cell to "Yes", else set to "No" Timothy L Worksheet Functions 5 August 27th, 2004 02:28 AM


All times are GMT +1. The time now is 08:50 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.