Nov 20 2023 03:05 PM
Hi, I have an excel problem and hopefully someone could help me. I wanted the column H to display the date from "Date of ASTS LTR". The criteria are if Column B matches the Column D and if Column B has "A (not bold)" from Column Q.
Nov 20 2023 10:30 PM
To display the date from "Date of ASTS LTR" (column M) in column H based on your criteria, you can use a combination of the IF, INDEX, MATCH, and AND functions. Assuming your data starts from row 2, you can use the following formula in cell H2 and then drag it down:
=IF(AND(B2=D2,Q2="A (not bold)"), INDEX(M:M, MATCH(B2, D:D, 0)), "")
The formula must be adapted to the necessary cells in the columns.
Here is a breakdown of the formula:
Drag this formula down in column H, and it should display the date from "Date of ASTS LTR" based on your specified criteria. The text and steps were edited with the help of AI.
My answers are voluntary and without guarantee!
Hope this will help you.
Was the answer useful? Mark as best response and Like it!
This will help all forum participants.