Hello,
It has been a while that I popped by here but everything worked for me without issue’s until today.
I have a challenge and I just can’t find the solution right now.
Following problem:
I have a workbook with much data, it is an invoices dump from SAP, I will spare you the details.
Let me see if I can explain what I need.
I have my “DATA” sheet and I have “CONTACT” sheet.
In my “CONTACT” sheet I need to get the DATE of an invoice but it has to be the oldest date. This information has to come from the “DATA” sheet.
In the “DATA” sheet I have my Vendor Column (A) and the Date Column (P)
The date has to show up in the CONTACT sheet Date Column (G) (in this sheet there is also a vendor column (B))
Now I have used:
=SMALL(VLOOKUP(B22;Data!A:P;16;0);1)
And
=MIN(VLOOKUP(B22;Data!A:P;16;0);1)
For the SMALL function it resulted in an old date but the incorrect one, it took10-3-2018 instead 23-6-2017:
Sample info:
23-6-2017
10-3-2018
24-12-2018
28-12-2018
10-3-2019
For the MIN function it resulted in 1-1-1900
So the SMALL Function would be the best but somehow the result is incorrect (All cells are format Short Date)
Where am I going wrong?
Please note I am a bit limited in resources, I am at work and the resources are limited.
Thank you in advance for your help,
Willem
It has been a while that I popped by here but everything worked for me without issue’s until today.
I have a challenge and I just can’t find the solution right now.
Following problem:
I have a workbook with much data, it is an invoices dump from SAP, I will spare you the details.
Let me see if I can explain what I need.
I have my “DATA” sheet and I have “CONTACT” sheet.
In my “CONTACT” sheet I need to get the DATE of an invoice but it has to be the oldest date. This information has to come from the “DATA” sheet.
In the “DATA” sheet I have my Vendor Column (A) and the Date Column (P)
The date has to show up in the CONTACT sheet Date Column (G) (in this sheet there is also a vendor column (B))
Now I have used:
=SMALL(VLOOKUP(B22;Data!A:P;16;0);1)
And
=MIN(VLOOKUP(B22;Data!A:P;16;0);1)
For the SMALL function it resulted in an old date but the incorrect one, it took10-3-2018 instead 23-6-2017:
Sample info:
23-6-2017
10-3-2018
24-12-2018
28-12-2018
10-3-2019
For the MIN function it resulted in 1-1-1900
So the SMALL Function would be the best but somehow the result is incorrect (All cells are format Short Date)
Where am I going wrong?
Please note I am a bit limited in resources, I am at work and the resources are limited.
Thank you in advance for your help,
Willem