i have a spreadsheet that has a column of names and another column of sales $. I am going to add a 3rd column with an identifier for certain rows that I want to exclude in a total at the bottom. how can i write a sum that looks at a different column to know if it should include/exclude the Sales $ in the total?
Name Sales Include
1 10 N
2 15 Y
3 20 Y
I want the total to be 35 at the bottom of the sales column in this example.
Name Sales Include
1 10 N
2 15 Y
3 20 Y
I want the total to be 35 at the bottom of the sales column in this example.