Hi,
I need to have linked sheets in the same work book I want to link Sheet B to Sheet A, I have the rows limited to 300, i.e. if the linked data goes over 300 rows it will not update as that is all I need.
The sheets link well, the first 84 rows are populated, the remaining rows are displaying 0 though when i link them. What I want to do is link the sheet and replace any 0's with blanks, I'm using the following formula but it is not working
=IF(A85=0," ","Test'!B85")
my result at the moment is that I am getting the data for the 84 rows which are populated but for every row after that up to 300 I am getting the value of 0.
Would appreciate any help,
Thanks
I need to have linked sheets in the same work book I want to link Sheet B to Sheet A, I have the rows limited to 300, i.e. if the linked data goes over 300 rows it will not update as that is all I need.
The sheets link well, the first 84 rows are populated, the remaining rows are displaying 0 though when i link them. What I want to do is link the sheet and replace any 0's with blanks, I'm using the following formula but it is not working
=IF(A85=0," ","Test'!B85")
my result at the moment is that I am getting the data for the 84 rows which are populated but for every row after that up to 300 I am getting the value of 0.
Would appreciate any help,
Thanks