babaso_tawase
Board Regular
- Joined
- Feb 5, 2017
- Messages
- 73
- Office Version
- 2007
- Platform
- Windows
I have two excel sheets. Excel sheet 1 having data about 10000 row, in sheet 2 I am doing calculation using different formula. I have given right to delete insert row in sheet1 as it requires. In sheet 2 I have used below formula
above formula used because I can fill down for 10000 row. It work perfectly means after deletion or addition row in sheet 1 no impact on sheet2 data. But problem if data changed in sheet 1 then data in b column in sheet 2 not updating on saving or pressing F9. Is any solution for this?
a | b | c | |
1 | =INDIRECT("'Sheet1'!D"&a1) | 10 | =b1*c1 |
2 | =INDIRECT("'Sheet1'!D"&a2) | 20 | =b2*c2 |
3 | =INDIRECT("'Sheet1'!D"&a3) | 30 | =b3*c3 |
above formula used because I can fill down for 10000 row. It work perfectly means after deletion or addition row in sheet 1 no impact on sheet2 data. But problem if data changed in sheet 1 then data in b column in sheet 2 not updating on saving or pressing F9. Is any solution for this?