is it possible to lock-link cells?

P

petit.miette

I am working on a spreadsheet for a fund raising dinner. I have one
worksheet that lists all guests, including hosts, table#, and seat#. Then, I
have a series of other "donation tally" worksheets...one per table...that
autofills host, guest, table#, and seat# based on the comprehensive
worksheet. Right now, they are connected by cell location (i.e. Guests!B42).


The problem is this...when the comprehensive worksheet is sorted or an extra
"seat" is added...the tally sheets become incorrectly populated.

Is there a way to lock-link cells, so that they are forever connected
regardless of sorting or inserting additional rows?
 
E

Eduardo

Hi,
Use Vlookup function
=+VLOOKUP(A3,Sheet2!A:D,2,FALSE)
Where Sheet2 columns A and B is where you have your information , in Sheet 1
cell A3 is where you enter the name and 2 means the column where you retrive
the information
If this was helpful please say yes, thank
 
P

petit.miette

You are a genius! Thank you so much!!

Eduardo said:
Hi,
Use Vlookup function
=+VLOOKUP(A3,Sheet2!A:D,2,FALSE)
Where Sheet2 columns A and B is where you have your information , in Sheet 1
cell A3 is where you enter the name and 2 means the column where you retrive
the information
If this was helpful please say yes, thank
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top