I'm trying to create the following filters for a particular output and not sure how to go with this.
1) [Trade Date] = !Null() && [1256 (Y/N)] = 'Y' && [988(a)(1)(B)] = Null() && [988(c)(1)(D)] = Null() - Standard filter
2a) Filter for 'S' in column AP and filter for all numbers greater than 0 in column 'AI' and then filter for all blanks in column 'AD'. Take subtotal of column 'AI'.
Reset filters back to step 1.
2b) Filter for 'S' in column 'AP' and filter for all numbers greater than zero in column 'AJ'. Take subtotal of of 'AJ'.
Add 2a + 2b for final answer.
Greatly appreciate your help.