I am trying to lookup only "DELIVERED" items and have it look up based on tracking number, then return the date it was delivered from Sheet 2 Col L to Sheet 1 Col J, but ONLY if Sheet 1, Col C status says DELIVERED, otherwise leave blank not some error code like Ref# or something else.
Also, how to write it from start to last row instead of L2:L100000?
Sheet 1
Column A- Tracking #
Column C - Status
Column J - Date Delivered
Sheet 2
Col E - Tracking #
Col L - Date Delivered
Also, how to write it from start to last row instead of L2:L100000?
Sheet 1
Column A- Tracking #
Column C - Status
Column J - Date Delivered
Sheet 2
Col E - Tracking #
Col L - Date Delivered
Excel Formula:
IF($C5="DELIVERED",LOOKUP($A5,SHEET2!E2:E10000,Sheet2!$L2:$L10000