VLookup

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

Here's my problem: I need to look up values which are marked with "*"
Here my worksheet:
* 2,000.1
* 1,000.0
* 5,000.0
When I do a Vlookup, Excel only returns the first value, 2,000.12. How can I formulate my Vlookup to make sure that Excel goes to each "*" in my worksheet ?
Jef
 
You did not share your lookup table or your formula.

--
Don Guillett
SalesAid Software
(e-mail address removed)
Jeff said:
Hi,

Here's my problem: I need to look up values which are marked with "*".
Here my worksheet:
* 2,000.12
* 1,000.00
* 5,000.00
When I do a Vlookup, Excel only returns the first value, 2,000.12. How can
I formulate my Vlookup to make sure that Excel goes to each "*" in my
worksheet ?
 
You can't, it's better to use a filter instead. There are some formula
workarounds like

=INDEX($B$1:$B$10,SMALL(IF($A$7:$A$10=$D$1,ROW($A$7:$A$10)),ROW(1:1)))

entered with ctrl + shift & enter and copied down until you get an error
will return multiple "hits"
D1 holds the lookup value

--

Regards,

Peo Sjoblom

Jeff said:
Hi,

Here's my problem: I need to look up values which are marked with "*".
Here my worksheet:
* 2,000.12
* 1,000.00
* 5,000.00
When I do a Vlookup, Excel only returns the first value, 2,000.12. How can
I formulate my Vlookup to make sure that Excel goes to each "*" in my
worksheet ?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

VLookup 1
macro to Subtotal by Group 2
VLOOKUP 2
EXCEL - IF(IFERROR(VLOOKUP question 0
Combining IF Statement and Vlookup 0
VLOOKUP HELP 5
Vlookup or Other vs Sort? 1
VLOOKUP returning #N/A result 2

Back
Top