Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Jill_
 
Posts: n/a
Default Can you write a formul that will put multipal answers in multipal.

I am trying to write a formuls that has a constant value (we wil call it cell
C14) that looks up that number in a different worksheet and imputs the
coresponding names associated with that number in the cells (multipal answers
to the same number). How do I write this?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
pdberger
 
Posts: n/a
Default Can you write a formul that will put multipal answers in multipal.

Jill -- Let's say that your other sheet is named 'Other'. On that sheet,
your table of data is organized with 100 rows of data so that you compare
your cell C14 info to the info incolumn A, and you have names in columns B,
C, & D that you want to retrieve.

A
1 =VLOOKUP(c14,Other!a1:d100,2,false)
2 =VLOOKUP(C14,Other!a1:d100,3,false)
3 =VLOOKUP(C14,Other!a1:d100,4,false)

If the index info in column 'A' is in strict ascending order (either numeric
or alphabetic) then you don't need the 'false').

Hope that helps.

"Jill_" wrote:

I am trying to write a formuls that has a constant value (we wil call it cell
C14) that looks up that number in a different worksheet and imputs the
coresponding names associated with that number in the cells (multipal answers
to the same number). How do I write 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
Share write protection fails Mikael Schvili Excel Discussion (Misc queries) 0 March 22nd 06 11:12 AM


All times are GMT +1. The time now is 08:55 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"