Hello!
I would like to add up the currency column in my table for only dollar amounts that are classified as "open", ignoring all records classified as "closed." Table:
STATUS EXPENSE
open 500.00
closed 500.00
closed 500.00
TOTAL EXPENSES: ---> 500.00
I would like to place the total expenses in a text box on a form. (The box is there, it just doesn't work!) Tried SUMIF, and other methods, no luck, I just get a #NAME in the box if I get anything at all.
Thanks in advance!
I would like to add up the currency column in my table for only dollar amounts that are classified as "open", ignoring all records classified as "closed." Table:
STATUS EXPENSE
open 500.00
closed 500.00
closed 500.00
TOTAL EXPENSES: ---> 500.00
I would like to place the total expenses in a text box on a form. (The box is there, it just doesn't work!) Tried SUMIF, and other methods, no luck, I just get a #NAME in the box if I get anything at all.
Thanks in advance!