I have two different sheets and I need them to automatically populate cell data when data is entered. I have sheet A (my department sheet) that has many columns and rows (many of which won't apply to B) and I have sheet B (another department sheet) that has a lot less columns and rows. I have set-up a column in each sheet that will host a unique ID, so that the IDs match (what is in sheet A will be in sheet B) for search capabilities. When someone enters data in specific cells of sheet B, I need sheet A to be populated. When I enter data in specific cells, which will be different cells, of sheet A, I need sheet B to be populated. I started small by having sheet A run a formula to pull in existing content from a cell in sheet B. But I can't get it to work. I've tried VLOOKUP (=IFERROR(IF([CAR code]@row = "", "", VLOOKUP([CAR code]@row, {CAR/CORPORATE TRACKING R1}, 7, false)), "")), which I understand takes a lot of power to run and I'd like to use something less taxing so I even tried INDEX and INDEX(MATCH), but I can't get it to work either. I'd like to set-up multiple cells within both sheets to auto-populate when data is entered so both departments are sharing details that are needed. For this first test cell, the column is a date column in sheet A and it is a date column in sheet B. I have used many formulas in my many years using Smartsheet, but this one has got me stumped and I know it's simple.
Question: How can I get the formula to work as a one directional function?
Thank you for any assistance you can provide.