Forum Discussion

mvaughn88's avatar
mvaughn88
Copper Contributor
May 19, 2022

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 for that ticket.  The next sheet in WINNERS, on this sheet columns are C thru L.  Struggling with trying to create a formula that follows the logic below.

On the WINNERS sheet when I enter a winning ticket number in column C. I would like to search column A on the ticket sheet and auto-fill columns with corresponding data.  In my mind I see mapping like this

IF WINNERS Cx = vlookup column A from TICKETS

FILL CELLS FOR THAT ROW AS SUCH

WINNERS Dx = TICKETS (row where the value entred in WINNERS Cx = TICKETS column A

WINNERS Ex = TICKETS 

WINNERS Fx = TICKETS 

WINNERS Gx = TICKETS 

WINNERS Hx = TICKETS

WINNERS Ix = TICKETS

WINNERS Jx = TICKETS

WINNERS Kx = TICKETS

WINNERS Lx = TICKETS

 

Any help would be great, or if somone has a formula like this they have used

 

 

 

3 Replies

Resources