I have two formulas with issues due to my own lack of excel knowledge
formula 1
=IF(AND(D2="PWG : Picked and packed wrong goods",Q2="Yes"),VLOOKUP(RIGHT(H2,7)+0,'FY18-FY19 PPD.xlsx'!PPD_3[#All],17,0),"Non WH Error")
& below is where i would like to get to
If cell D2 = PWG : Picked and packed wrong goods or DE : Despatch Error
and cell Q2 = Yes
Then lookup the right 7 numbers & display whats in column 17
IF
cell L3 Matches in column G
I hope that makes sense
formula 2
im trying it count distinct values from a column in a table from another workbook if the values are between a certain date range(cell a1 & cell a2).
my current formula for the most part is
=SUM(--(FREQUENCY('FY18-FY19 PPD.xlsx'!$B$2:$B$51003,'FY18-FY19 PPD.xlsx'!$B$2:$B$51003)>0))
but how do i add if between date in cell a1 & b2?
any help appreciated
formula 1
=IF(AND(D2="PWG : Picked and packed wrong goods",Q2="Yes"),VLOOKUP(RIGHT(H2,7)+0,'FY18-FY19 PPD.xlsx'!PPD_3[#All],17,0),"Non WH Error")
& below is where i would like to get to
If cell D2 = PWG : Picked and packed wrong goods or DE : Despatch Error
and cell Q2 = Yes
Then lookup the right 7 numbers & display whats in column 17
IF
cell L3 Matches in column G
I hope that makes sense
formula 2
im trying it count distinct values from a column in a table from another workbook if the values are between a certain date range(cell a1 & cell a2).
my current formula for the most part is
=SUM(--(FREQUENCY('FY18-FY19 PPD.xlsx'!$B$2:$B$51003,'FY18-FY19 PPD.xlsx'!$B$2:$B$51003)>0))
but how do i add if between date in cell a1 & b2?
any help appreciated