Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 100
Default Need help on Indirect function

i am currently working on a workbook where i have a Name fiels Badge number
and phone number. I have successfully used the Indirect function and was able
to get the badge number to display in a cell below when i choose the name
(using a list). Assuming, Name to be in Cell B2, when i choose a name from
the list in Cell B2, The Badge number displays in Cell B3 (used =Indirect(B2)
function)
The data is stored in location B200-B215 (Name), C200-C215(badge Number) and
D200-D215 (Phone Number). all i want is, when i choose the name, the Cell B3
should show the Badge number (which it is doing now) and the Cell B4 should
show the Phone Number. How do i do this
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 79
Default Need help on Indirect function

Not sure how you got cell B3 to work with the INDIRECT function, but for B4
you can use:
=VLOOKUP(B2,B200:D215,3,FALSE)

-Simon


"Naveen" wrote:

i am currently working on a workbook where i have a Name fiels Badge number
and phone number. I have successfully used the Indirect function and was able
to get the badge number to display in a cell below when i choose the name
(using a list). Assuming, Name to be in Cell B2, when i choose a name from
the list in Cell B2, The Badge number displays in Cell B3 (used =Indirect(B2)
function)
The data is stored in location B200-B215 (Name), C200-C215(badge Number) and
D200-D215 (Phone Number). all i want is, when i choose the name, the Cell B3
should show the Badge number (which it is doing now) and the Cell B4 should
show the Phone Number. How do i do this

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,593
Default Need help on Indirect function

=VLOOKUP(INDIRECT(B2),C200:D215,2,FALSE)


--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Naveen" wrote in message
...
i am currently working on a workbook where i have a Name fiels Badge

number
and phone number. I have successfully used the Indirect function and was

able
to get the badge number to display in a cell below when i choose the name
(using a list). Assuming, Name to be in Cell B2, when i choose a name from
the list in Cell B2, The Badge number displays in Cell B3 (used

=Indirect(B2)
function)
The data is stored in location B200-B215 (Name), C200-C215(badge Number)

and
D200-D215 (Phone Number). all i want is, when i choose the name, the Cell

B3
should show the Badge number (which it is doing now) and the Cell B4

should
show the Phone Number. How do i do this



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 100
Default Need help on Indirect function

Thanks a lot guys, it worked. Definitely was a great help.
You have saved a lot of work for me.

"Bob Phillips" wrote:

=VLOOKUP(INDIRECT(B2),C200:D215,2,FALSE)


--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Naveen" wrote in message
...
i am currently working on a workbook where i have a Name fiels Badge

number
and phone number. I have successfully used the Indirect function and was

able
to get the badge number to display in a cell below when i choose the name
(using a list). Assuming, Name to be in Cell B2, when i choose a name from
the list in Cell B2, The Badge number displays in Cell B3 (used

=Indirect(B2)
function)
The data is stored in location B200-B215 (Name), C200-C215(badge Number)

and
D200-D215 (Phone Number). all i want is, when i choose the name, the Cell

B3
should show the Badge number (which it is doing now) and the Cell B4

should
show the Phone Number. How do i do this




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
Using INDIRECT in INDEX(LINEST.. ) function Incoherent Excel Worksheet Functions 4 January 10th 06 04:42 PM
include INDIRECT function into SUMPRODUCT formula markx Excel Worksheet Functions 1 November 9th 05 05:04 PM
Using Indirect Function Pester Excel Worksheet Functions 1 March 30th 05 01:04 AM
INDIRECT function question Joe Excel Worksheet Functions 1 February 14th 05 03:54 PM
Indirect( ) function loosing values when spreadsheets are closed Word4Dummies Excel Worksheet Functions 2 February 13th 05 12:41 PM


All times are GMT +1. The time now is 01:27 PM.

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

About Us

"It's about Microsoft Excel"