INDEX across sheets; deleting rows on active sheet issue

MaatWoodfriend

New Member
Joined
Mar 17, 2025
Messages
2
Office Version
  1. 365
Platform
  1. MacOS
Hello Excel Gods,

I have (what I hope) is a fairly simple issue, but have cooked my brain trying to find a solution. There's a good chance my brain was already cooked though, apologies in advance. Here's a silly, bare-bones example to illustrate:
  • On my first sheet I have a database of friends invited to a party - plus columns for their details and meal preference.
  • On my second sheet I'm using INDEX to pull the list of friends, and VLOOKUP to pull only their meal preference column. On this sheet, there's also a "notes" column for specific meal-related info.
  • When a friend tells me they can't come, I delete their row from the first sheet. When I invite a new friend, I add a new row in the first sheet.
  • After adding or deleting a row, the second sheet's INDEX and VLOOKUP columns update as expected - but the "notes" column is static, so its data is out of sync.
My question - how can I ensure that the data in the "notes" column stays in sync with the rest of the sheet?

I've uploaded the mini-sheet thing here, for what it's worth. What a cool function.

Thanks team!

Book1
ABCD
1NAMEEMAILLOCATIONMEAL
2Friend 1email@placeLondonBeef
3Friend 2thing@whatParisChicken
4Friend 3hello@blaNew YorkPork
5Friend 4schmee@gpKatoombaPrawn
6Friend 5ex@mpleBogotaCabbage
Sheet1


Book1
ABC
1NAMEMEALNOTES
2Friend 1Beef
3Friend 2Chicken
4Friend 3PorkAllergic to apple sauce
5Friend 4Prawn
6Friend 5Cabbage
Sheet2
Cell Formulas
RangeFormula
A2:A6A2=INDEX(Sheet1!A2:A6,,1)
B2:B6B2=VLOOKUP(A2,Sheet1!A2:D25,4,FALSE)
Dynamic array formulas.
 
Hi kvsrinivasamurthy! Thanks for the speedy reply.

I wish it were simply a matter of pulling everything from sheet 1, however I've got a specific need for a solution to my problem as posted.

The actual, real world thing I'm trying to do involves multiple workbooks across multiple servers with multiple users and uses - though rather than explain that whole sausage I just presented the problem in its simplest form. I really hope there's a straightforward solution out there... I'm all out of ideas.
 
Upvote 0

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top