Return on Invested Capital (Current Quarter)
Returns the Return on Invested Capital (ROIC) for the most recent quarter. ROIC measures how efficiently a company uses its capital to generate profits.
What is ROIC?
ROIC = Net Operating Profit After Tax (NOPAT) / Invested Capital
Where:
- NOPAT = Operating Income x (1 - Tax Rate)
- Invested Capital = Total Debt + Shareholders' Equity - Cash
Parameters
| Parameter | Required | Description |
|---|---|---|
| Symbol | Yes | Stock ticker symbol |
Notes
- ROIC is expressed as a decimal (0.20 = 20%)
- Higher ROIC indicates better capital efficiency
- Compare to cost of capital (WACC) for value creation assessment
Examples
=ReturnOnInvestedCapitalQuarter("AAPL")=ReturnOnInvestedCapitalQuarter("MSFT")=ReturnOnInvestedCapitalQuarter("GOOGL")Symbol from cell
=ReturnOnInvestedCapitalQuarter("AAPL") * 100When to Use
- Evaluating capital efficiency
- Comparing companies in same industry
- Assessing management effectiveness
- Value investing analysis
- Quality screening
When NOT to Use
Common Issues & FAQ
Q: Why am I getting "NA"? A: Check that:
- The symbol is valid
- The company has reported quarterly financials
- Financial data is available for ROIC calculation
Q: How do I convert to percentage?
A: Multiply by 100:
=ReturnOnInvestedCapitalQuarter("AAPL") * 100
Q: What's a good ROIC? A: Generally:
- Above 15% is considered good
- Above 20% is excellent
- Compare to industry averages and the company's WACC
