
Hey there!
Nice to meet you! I'm Randy, an Independent Advisor.
Hi CT, You can try this. Set up your Excel sheet with columns for Date, Description, Amount (positive for charges, negative for payments), and User/Building Code, then use a SUMIF formula like =SUMIF(D:D,36,C:C) to total each user’s transactions or create a Pivot Table for quick per-user/monthly summaries. To track ongoing balances, add a running total column using =SUMIF($D$2:D2,D2,$C$2:C2), and at year-end carry the last balance forward to the next period; this way you can manage charges, payments, and outstanding amounts all in one place.
Hope that it helps.
Best regards,