Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Trevor
 
Posts: n/a
Default using a number to select cell location

I am trying to create math worksheets for my students so that the words for
numbers can be substituted automatically. I have my word list in column A
and prepared a work sheet so that I can place numbers in one column say B and
would like the words to auto fill in column C. I have used the IF statement
however it is severly limited by 7 statement only. Is there a way to define
which cell in column A to obtain the word for column C by using a value in
column B?
  #2   Report Post  
Posted to microsoft.public.excel.misc
Gord Dibben
 
Posts: n/a
Default using a number to select cell location

Trevor

See help on VLOOKUP

Basically you have a list of numbers in a column and in an adjacent column a
list of words corresponding to those numbers.

1 one
2 two
3 three

=VLOOKUP(C1,$A$1:$B$3,2,FALSE) entered in D1

Enter a number in C1 and D1 will return the word.


Gord Dibben MS Excel MVP


On Thu, 29 Jun 2006 14:39:02 -0700, Trevor
wrote:

I am trying to create math worksheets for my students so that the words for
numbers can be substituted automatically. I have my word list in column A
and prepared a work sheet so that I can place numbers in one column say B and
would like the words to auto fill in column C. I have used the IF statement
however it is severly limited by 7 statement only. Is there a way to define
which cell in column A to obtain the word for column C by using a value in
column B?


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 31
Default using a number to select cell location

Beautiful....thanks a lot Gord. Works perfectly.
Trevor

"Gord Dibben" wrote:

Trevor

See help on VLOOKUP

Basically you have a list of numbers in a column and in an adjacent column a
list of words corresponding to those numbers.

1 one
2 two
3 three

=VLOOKUP(C1,$A$1:$B$3,2,FALSE) entered in D1

Enter a number in C1 and D1 will return the word.


Gord Dibben MS Excel MVP


On Thu, 29 Jun 2006 14:39:02 -0700, Trevor
wrote:

I am trying to create math worksheets for my students so that the words for
numbers can be substituted automatically. I have my word list in column A
and prepared a work sheet so that I can place numbers in one column say B and
would like the words to auto fill in column C. I have used the IF statement
however it is severly limited by 7 statement only. Is there a way to define
which cell in column A to obtain the word for column C by using a value in
column B?



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Conditional Format as a MACRO Gunjani Excel Worksheet Functions 3 March 29th 06 05:22 PM
Instead of a negative number, I'd like to show zero... Dr. Darrell Excel Worksheet Functions 6 December 7th 05 08:21 PM
select cell based on a number in another cell [email protected] New Users to Excel 3 December 6th 05 09:44 PM
Count Number of Characters in a cell? AHJuncti Excel Discussion (Misc queries) 2 June 16th 05 07:39 PM
Conversion SVC Excel Worksheet Functions 9 February 28th 05 02:29 PM


All times are GMT +1. The time now is 04:08 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"