Hey sorry I haven't touched this in awhile.
I have an expense report and a dropdown for category. I need to then sum the expenses based on that dropdown.
Something like:
If ExpenseDesction[n] ="abc" or "bca" or "cba" then
sum ExpenseAmount(n)
Else
sum ExpenseAmount(n)
Seems super simple.