Number of Part-time Employees (Historical)
Returns the count of part-time employees reported by the company for a historical period. Part of workforce composition analysis.
Notes
- Not all companies report this metric
- Definition of part-time varies by company/region
- Compare with full-time employee count
- May return NA for companies that don't disclose
Examples
=hf_Number_of_Part_Time_Employees("AAPL", 2023)=hf_Number_of_Part_Time_Employees("MSFT", 2023, 2)=hf_Number_of_Part_Time_Employees("GOOGL", "lq")=hf_Number_of_Part_Time_Employees("TSLA", "ly")=hf_Number_of_Part_Time_Employees(A1, B1, C1)When to Use
Workforce analysis, labor cost modeling, operational efficiency analysis
When NOT to Use
| Need total employees | Look for total employee functions |
| Need sales per employee | hf_Sales_per_employee() |
Common Issues & FAQ
Q: What year formats are accepted? A: Use numeric years (2023) or period codes: lq (last quarter), ly (last year), lt (last twelve months), lq-1 (quarter before last).
Q: Why am I getting "NA"? A: The company may not report this metric, or data may not be available for the requested period.
Q: What's the difference between quarterly and TTM? A: Quarter shows one quarter's data. TTM (trailing twelve months) sums the last 4 quarters.
