간단한 비용 배분 추적기

총 예산과 부서별 비율을 입력하여 비용을 배분하고 월별 실제 지출을 추적할 수 있는 간단한 비용 배분 추적기를 만드세요.

3 uses 0 likes
Step 1: Enter your total budget as [totalBudget].
Step 2: Define each department and its allocation percentage using [departmentList] and [allocationPercentages].
Step 3: The tracker calculates allocated amounts per department automatically.
Step 4: Input actual monthly expenses for each department using [monthlyExpenses] to monitor spending versus allocation.

Fill in the variables