• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

vlookup problem

fahadferoz

Member
Hi

There are two sheets in the attached file :
Outlet wise due and Memo Tracker
I want to see Memo Tracker sheet's T column Data (Total) in Outlet wise due sheet's F column (Total Memo Numbers) based on the UID (column C).

I used Vlookup but cant get it done.

Any help would be highly appreciated.

Thanks!
 

Attachments

  • Vlookup problem.xlsx
    521.7 KB · Views: 8
1) T-column is 17th value, not 16th!
2) 'Memo Tracker' has duplicates in 'Customer Names'
=> You'll get the 1st value!
 
there is no duplication in UID value. UID is Unique Identification Number, which is very unique to each outlet. Would you please let me know how should i do it? cause i have changed it to 16 but does not help. The formula i used is:

=VLOOKUP(C3,'Memo Tracker'!$D$3:$T$202,17,0)

Please help!
 
@fahadferoz
If You send this kind of case here ...
Screen Shot 2017-03-30 at 22.43.31.png
Then You are using 'Customer Name' from 'OUTLET WISE DUE' - Okay?
Screen Shot 2017-03-30 at 22.45.54.png
And for my eyes, there are duplicates - hmm?
>>
If You suddenly change 'formula' to other ...
=VLOOKUP(C3,'Memo Tracker'!$D$3:$T$202,17,0)
as VLOOKUP's syntax tells ... which column should be 1st - which?
D-column is still 'Outlet Name' or it that changed too?
for 1st column ... You'll count how many columns should go to right ... and so on
Questions?
 
Try,

Changed your F3 VLOOKUP formula into :

=VLOOKUP(C3,'Memo Tracker'!$F$3:$T$202,15,0)

and copied down

p.s. Your E3 formula use C3 as criteria, so in F3 the VLOOKUP formula also use C3 as criteria.

Regards
 
Last edited:
Back
Top