T
Tarvirdi
correct total column in filtered list
Dear friends,
I have a list(table in 2007) as bellow
Serial
Item Code
Import
Export
Remain
1
10
20
20
2
20
10
10
3
10
30
40
4
30
10
50
5
20
20
30
note how last column (remain) is calculated (remain=up remain+import-expor)
if i filter (itemcode) for 10 the remain column value not calculated on new condition (correct calculation but useful for me)
how can I implement last column calculation to get as bellow list?
Serial
Item Code(=10)
Import
Export
Remain
1
10
20
20
3
10
30
50
Thanks
Tarvirdi
Dear friends,
I have a list(table in 2007) as bellow
Serial
Item Code
Import
Export
Remain
1
10
20
20
2
20
10
10
3
10
30
40
4
30
10
50
5
20
20
30
note how last column (remain) is calculated (remain=up remain+import-expor)
if i filter (itemcode) for 10 the remain column value not calculated on new condition (correct calculation but useful for me)
how can I implement last column calculation to get as bellow list?
Serial
Item Code(=10)
Import
Export
Remain
1
10
20
20
3
10
30
50
Thanks
Tarvirdi