Hi, If anyone can help my problem, I'd appreciate:
I have a spreadsheet where I insert a new row at the top of the spreadsheet every day. I then have another sheet which anaylses the data from the 1st sheet, counting how many of the data entries fit certain criteria.
i.e. =Sumproduct(('sheet 1'!$B$3:$B$10000=A3)*('sheet 1'!$C$3:$C$10000="Large"),('sheet 1'!$T$3:$T$10000))
The trouble is, if I insert a new row, the formula changes to
=Sumproduct(('sheet 1'!$B$4:$B$10001=A3)*('sheet 1'!$C$4:$C$10001="Large"),('sheet 1'!$T$4:$T$10001))
I know this is how excel usually behaves so that changing cell locations will automatically change anything it affects, but is there a way that I can stop this for this page alone?
Thanks
I have a spreadsheet where I insert a new row at the top of the spreadsheet every day. I then have another sheet which anaylses the data from the 1st sheet, counting how many of the data entries fit certain criteria.
i.e. =Sumproduct(('sheet 1'!$B$3:$B$10000=A3)*('sheet 1'!$C$3:$C$10000="Large"),('sheet 1'!$T$3:$T$10000))
The trouble is, if I insert a new row, the formula changes to
=Sumproduct(('sheet 1'!$B$4:$B$10001=A3)*('sheet 1'!$C$4:$C$10001="Large"),('sheet 1'!$T$4:$T$10001))
I know this is how excel usually behaves so that changing cell locations will automatically change anything it affects, but is there a way that I can stop this for this page alone?
Thanks