i have two sheet that conected. so if you put a row in sheet A, it can show in sheet B, and then some user can add an information in the sheet B. i already put some excel formula like =“Sheet A!A1” in row A1 sheet B, so it can show the information on sheet A. But i’m afraid something happen in the future, so is there any other solution? an appsheet way? Thankyou.
Hi @shiverly
Maybe you could use an on save action to copy the data from table A to table B when you save the entry in A rather than excel formula.
1 Like
can you tell me how to do it please?