In your formula: =VLOOKUP(B4,DATASET,7,FALSE)
The range DATASET contains column A:G
VLOOKUP(Bmeans that it's comparing the value in column B to the value in column 
A of sheet2.There are no matches.
you need to change it to:=VLOOKUP(A4,DATASET,7,FALSE)----it was probably copied 
from column F, which probably originally read:=VLOOKUP(A4,DATASET,6,FALSE)
because A4 is a "relative" address, copying the cell one column to the right 
caused it to increment from A to B.
If you used an "ABSOLUTE" reference for the column 
($):=VLOOKUP($A4,DATASET,6,FALSE)When you copied it from column F to column G, 
the Lookup_value would have stayed the same, and you would simply change the 
column index returned from 6 to 7:=VLOOKUP($A4,DATASET,7,FALSE)
Paul-----------------------------------------
“Do all the good you can,
By all the means you can,
In all the ways you can,
In all the places you can,
At all the times you can,
To all the people you can,
As long as ever you can.” - John Wesley
-----------------------------------------
 
      From: Izhar <izharra...@gmail.com>
 To: excel-macros@googlegroups.com 
 Sent: Wednesday, October 7, 2015 12:57 AM
 Subject: $$Excel-Macros$$ VLOOKUP NOT WORKING
   
in the workbook, i have two worksheet i.e. SHEET1 & SHEET2, i want to look the 
quantity in SHEET2 which does not exist in SHEET1, i applied a formula but does 
not work, please look at it and correct the formula.

keep in mind, I've applied this formula after filtering those rows which does 
not have the quantity


Thanks in advance.

-- 
Izhar Ul Haq



Cell# 009203069072597
-- 
Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s 
=TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ 
https://www.facebook.com/discussexcel
 
FORUM RULES
 
1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.
2) Don't post a question in the thread of another member.
3) Don't post questions regarding breaking or bypassing any security measure.
4) Acknowledge the responses you receive, good or bad.
5) Jobs posting is not allowed.
6) Sharing copyrighted material and their links is not allowed.
 
NOTE : Don't ever post confidential data in a workbook. Forum owners and 
members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups "MS 
EXCEL AND VBA MACROS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to excel-macros+unsubscr...@googlegroups.com.
To post to this group, send email to excel-macros@googlegroups.com.
Visit this group at http://groups.google.com/group/excel-macros.
For more options, visit https://groups.google.com/d/optout.


   

-- 
Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s 
=TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ 
https://www.facebook.com/discussexcel

FORUM RULES

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.
2) Don't post a question in the thread of another member.
3) Don't post questions regarding breaking or bypassing any security measure.
4) Acknowledge the responses you receive, good or bad.
5) Jobs posting is not allowed.
6) Sharing copyrighted material and their links is not allowed.

NOTE  : Don't ever post confidential data in a workbook. Forum owners and 
members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups "MS 
EXCEL AND VBA MACROS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to excel-macros+unsubscr...@googlegroups.com.
To post to this group, send email to excel-macros@googlegroups.com.
Visit this group at http://groups.google.com/group/excel-macros.
For more options, visit https://groups.google.com/d/optout.

Reply via email to