View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
Lise Lise is offline
external usenet poster
 
Posts: 102
Default Vlookup query - Biff

Yes that's right - so the 1 (using your example) shows on 3 seperate rows in
the sheet I want the answers to go to but the data in the others columns
(which is different each time) does not it only keeps repeating the first
data.

am I asking too much do you think?
--
Thanks as always

Lise


"T. Valko" wrote:

I'm not sure I understand.

This is what it sounds like to me...

Your lookup value in A59 has more than one instance in Tasks!B$2:B$576 so
the formula is returning the same result from Tasks!A$2:A$576 for each
instance of the lookup value. For eample:

A59 = 1

1...first
1...second
1...third

Every time you lookup 1 the result is first.

--
Biff
Microsoft Excel MVP


"Lise" wrote in message
...
Hi Biff - sorry your #1 Pain again!! I did put this in a thread but don't
think it went through.

all is working well (+ I've made some changes based on other tips from you
on previous notes) however there are still issues with duplicates.

Currently I have as an example
=IF(COUNTIF(Tasks!B$2:B$576,A59),INDEX(Tasks!A$2:A $576,MATCH(A59,Tasks!B$2:B$576,0)),"-")

On the tasks sheet row 59,60 and 61 column B are all the same which is the
same as the number listed on the current sheet in A59, A60 & A61 - but the
data I'm collecting from the tasks sheet in columns D, F & J (same rows)
change on each row which the formula isnt picking up

The formula gives the correct answer for A59 but when I drag down to use
for
A60 and A61 it only provides the row 59 answers again.

Gosh I hope this makes it clearer Biff its the only way I can think to
clarify for you.

Any assistance as always appreciated


Lise

--
Thanks as always

Lise



.