Hi,
I wonder if this is possible to achieve.
I have a sheet with information since week 1 of the year.
And i am trying on a separate sheet to do a vlookup to separate the info for each week.
Example.
First sheet (spaces indicate a different column)
Name Week Number Delivery Success Customer Feedback Proof of Delivery Compliance
Anthony Baker WK1 99.9% 89.90% 90%
Daniel Nespral WK1 99.9% 88.0% 100%
Anthony Baker WK2 99.99% 100% 100%
And so on..
Example Screenshot:
(ignore conditional formatting)
On the other sheet that i am trying to Vlook has the following
Name of the person is within a dropdown range data validation
WK1 (static field)
Delivery Sucess
Customer Feedback
Proof of Delivery Compliance
And i want to extract all the info for Week 1 only.
Screenshot:
I have tried the following but it spills
=IF(Sheet1!B:B=C2,VLOOKUP(A2,Sheet1!A2:F6,2,FALSE)," ")
Is this possible at? Hopefully it makes sense
I wonder if this is possible to achieve.
I have a sheet with information since week 1 of the year.
And i am trying on a separate sheet to do a vlookup to separate the info for each week.
Example.
First sheet (spaces indicate a different column)
Name Week Number Delivery Success Customer Feedback Proof of Delivery Compliance
Anthony Baker WK1 99.9% 89.90% 90%
Daniel Nespral WK1 99.9% 88.0% 100%
Anthony Baker WK2 99.99% 100% 100%
And so on..
Example Screenshot:
(ignore conditional formatting)
On the other sheet that i am trying to Vlook has the following
Name of the person is within a dropdown range data validation
WK1 (static field)
Delivery Sucess
Customer Feedback
Proof of Delivery Compliance
And i want to extract all the info for Week 1 only.
Screenshot:
I have tried the following but it spills
=IF(Sheet1!B:B=C2,VLOOKUP(A2,Sheet1!A2:F6,2,FALSE)," ")
Is this possible at? Hopefully it makes sense