2 min readfrom Microsoft Excel | Help & Support with your Formula, Macro, and VBA problems | A Reddit Community

Continuous billing/ bench formula

Hi everyone,

I have employee-level daily billing data for the last 8 months. Each employee belongs to a band, and each band has a fixed utilization target, for example:

A1 → 100%

A2 → 90%

A3 → 80%

---

What I’m trying to calculate

I want to calculate bench days per employee with the following business rules:

---

Rules / Scenarios

  1. Continuous Billing Rule

If an employee is continuously billed for 42 days or more, their bench days should reset to 0.

Once they go into bench after this 42-day billing streak, bench days should start counting again from that point.

---

  1. Bench Calculation (when not billed 42 days continuously)

For each bench day, bench value = (utilization target * 1)

Example:

A2 target = 90% → bench value per bench day = 0.90

Total bench = sum of this value for each bench day until reset conditions are met.

---

  1. Scenario Example

Employee was on bench for 50 days

Then billed continuously for 40 days (less than 42)

Then goes back to bench

✅ Bench should continue from 50 days (no reset, because 42-day billing condition not met)

---

  1. Another Reset Scenario

Employee billed continuously for 42+ days

Bench resets to 0

From the next bench day, bench starts accumulating again using band target logic

---

What I need help with

I’m looking for an Excel formula (or approach) to calculate this bench value:

Based on daily billing status

With band-wise targets

Handling 42-day continuous billing reset logic

Preferably without using VBA (Excel formulas / Power Query also fine)

submitted by /u/PM2981
[link] [comments]

Want to read more?

Check out the full article on the original site

View original article

Tagged with

#Excel alternatives for data analysis
#generative AI for data analysis
#natural language processing for spreadsheets
#Excel compatibility
#financial modeling with spreadsheets
#Excel alternatives
#AI formula generation techniques
#rows.com
#formula generator
#big data management in spreadsheets
#enterprise-level spreadsheet solutions
#conversational data analysis
#business intelligence tools
#cloud-based spreadsheet applications
#real-time data collaboration
#intelligent data visualization
#data visualization tools
#enterprise data management
#big data performance
#data analysis tools
Continuous billing/ bench formula