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?
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, amp; 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.
quot;Jill_quot; wrote:
gt; I am trying to write a formuls that has a constant value (we wil call it cell
gt; C14) that looks up that number in a different worksheet and imputs the
gt; coresponding names associated with that number in the cells (multipal answers
gt; to the same number). How do I write this?
- Feb 22 Thu 2007 20:35
Can you write a formul that will put multipal answers in multipal.
close
全站熱搜
留言列表
發表留言