I have 2 spreadsheets that contain the same tables. One of them has hidden rows and protection to stop users of that one from viewing some of the information. I know it's easy to set one to show data from the other with a formula like this...
=IF(ISBLANK('[Wood Street Room Booking Diary.xlsx]Tues 07-05-2024'!I5),"",[Wood Street Room Booking Diary.xlsx]Tues 07-05-2024'!I5)
However, this is obviouosly one-way. Is there a way of setting it up so that when someone enters a value in EITHER sheet, it automatically displays it in the same location of the other please?
=IF(ISBLANK('[Wood Street Room Booking Diary.xlsx]Tues 07-05-2024'!I5),"",[Wood Street Room Booking Diary.xlsx]Tues 07-05-2024'!I5)
However, this is obviouosly one-way. Is there a way of setting it up so that when someone enters a value in EITHER sheet, it automatically displays it in the same location of the other please?