xcruc1at3r
Member
i am generating #ref error the transfer of data in the required sheet is perfect
The automatically generated sheet from main sheet...formula as :
in A2 : =IF(Database!I2="usm",MAX(A$1:A1)+1,"")
in B2 : =IF(ROW()>MAX($A:$A)+1,"",OFFSET(Database!$A$1,MATCH(ROW()-1,$A:$A,0)-1,COLUMN()-2))
and stretch still required data....but the MAIN ISSUE is that when I Delete the data from the main source sheet it shows #ref Error in reflected sheet....untill I drag A2 till Required ROW of data limit...
is there any way to come across this problem due to which i have to refresh all the populated sheets after deleting data from soruce sheet and updating the with new data...
The automatically generated sheet from main sheet...formula as :
in A2 : =IF(Database!I2="usm",MAX(A$1:A1)+1,"")
in B2 : =IF(ROW()>MAX($A:$A)+1,"",OFFSET(Database!$A$1,MATCH(ROW()-1,$A:$A,0)-1,COLUMN()-2))
and stretch still required data....but the MAIN ISSUE is that when I Delete the data from the main source sheet it shows #ref Error in reflected sheet....untill I drag A2 till Required ROW of data limit...
is there any way to come across this problem due to which i have to refresh all the populated sheets after deleting data from soruce sheet and updating the with new data...