I have a table of data with headers in A2:AB2 and actual data in A3:AB15. Column A is a listing of Product Names and columns K:AB contain alternating stocktake numbers and the date that stocktake was done.
From this data, I need to return the latest stocktake date in a particular row that meets two criteria.
If cell A20 contains the Product Name of interest, I need to find the row where this Product Name appears AND "X" appears in C3:C10 ("X" is text)
There may be multiple instances of A20, but only one of these will also have "X" in column C.
From the row identified above, find the MAX value in that row (this will be a date)
I'd be grateful for any help.
From this data, I need to return the latest stocktake date in a particular row that meets two criteria.
If cell A20 contains the Product Name of interest, I need to find the row where this Product Name appears AND "X" appears in C3:C10 ("X" is text)
There may be multiple instances of A20, but only one of these will also have "X" in column C.
From the row identified above, find the MAX value in that row (this will be a date)
I'd be grateful for any help.