I have a workbook with several sheets. I have the dates of sheets that I update the same value daily.
For example on Sheet1, the date is in cell A1, in sheet 2, the date is in cell C2, does not follow any particular sequence, but I can update them according to the same price daily updates I do
Can I link anyway the cells, then the changes made in any one affect the rest?
In your example, why not the following are the formulas in cell C2 on sheet 2?
= Sheet1! A1 Then you have to change the prices on only one sheet.
Comments
Post a Comment