i have two sheets
sheet 2 is linked to sheet 1 and both have values in column A
1
2
3
0
5
I sort column A and filter out amount 0 so that sheet 2 becomes
1
2
3
5
now when i update sheet 1 with
1
2
3
0
5
6
sheet 2 becomes as below because of the already filter property
1
2
3
5
the 6 is missing. can this filter be refreshed so that it only filter out 0? sheet 2 should become automatically when sheet 1 is refreshed. it should be
1
2
3
5
6
with the hiding
sheet 2 is linked to sheet 1 and both have values in column A
1
2
3
0
5
I sort column A and filter out amount 0 so that sheet 2 becomes
1
2
3
5
now when i update sheet 1 with
1
2
3
0
5
6
sheet 2 becomes as below because of the already filter property
1
2
3
5
the 6 is missing. can this filter be refreshed so that it only filter out 0? sheet 2 should become automatically when sheet 1 is refreshed. it should be
1
2
3
5
6
with the hiding