Forum Discussion
mvaughn88
May 19, 2022Copper Contributor
VLOOKUP with IF across 2 sheets
Hello, I have a workbook that has multiple sheets. One of the sheets if named TICKETS. It has columns A thru J and has 501 rows. Columns A has unique ticket numbers, the other columns are details ...
harshulz
May 20, 2022Iron Contributor
another alternative can be
=IF(C2<>"",FILTER(TICKETS!A2:J27,TICKETS!A2:A27=WINNERS!C2,0),"")