Hello,
I need help adding one more criterion to this formula I am using to pull data from one sheet (Budget) and give me a total expense in another sheet (Staffing).
=SUMIF({5320182 VENDOR}, @cell = [Last Name]@row, {5320182 EXPENSE})
This formula is pulling the data fine but I need to narrow it down one more time by searching another column in the BUDGET sheet called SUBCODE - but there are at least 2 if not up 6 different subcodes to search. ie 5111 and 5112, or 5011, 5012, 5111 and 5112, etc.
I tried various versions (in front, middle and end) of adding this to the formula to narrow to one subcode total with no success.
{5320182 SUBCODES}, @cell = 5111
{5320182 SUBCODES}, @cell = "5111"
{5320182 SUBCODES}, = 5111
Thank you!
Angela