Sales Per Share (Historical)
Returns the historical sales (revenue) per share for a company. This normalizes revenue by share count.
Formula
Sales per Share = Total Revenue / Weighted Average Shares Outstanding
Parameters
| Parameter | Required | Description |
|---|---|---|
| Symbol | Yes | Stock ticker symbol |
| Year | Yes | Fiscal year or period code |
| Quarter | No | Quarter 1-4 |
| TTM | No | "TTM" for trailing twelve months |
Syntax
=hf_Sales_per_Share(Symbol, Year, [Quarter], [TTM])Parameters
symbolstringRequired
Stock ticker symbol
yearstringRequired
Fiscal year or period code
quarterstring
Calendar quarter (1-4)
TTMstring
Set to 'TTM' for trailing twelve months
Returns
number
Sales per share in USD
Examples
=hf_Sales_per_Share("AAPL", 2023, 4)=hf_Sales_per_Share("MSFT", "ly")=hf_Sales_per_Share("GOOGL", 2023, , "TTM")When to Use
- Per-share valuation analysis
- Comparing companies of different sizes
- Price to sales calculations
- Revenue trend per share
When NOT to Use
| Scenario | Use Instead |
|---|---|
| Total revenue | hf_Revenue() |
| Earnings per share | hf_Earnings_per_Basic_Share() |
| P/S ratio | PricePerSales() |
Common Issues & FAQ
How is this different from revenue?
Sales per share normalizes revenue by shares outstanding for comparability.
When is this useful?
When comparing revenue generation efficiency across companies.
Excel Templates Using Sales Per Share (Historical)
These ready-made MarketXLS templates call hf_Sales_per_Share() in their worksheet formulas. Open one to see the function working inside a complete model.
Related Formulas
More MarketXLS Historical Fundamentals formulas you can use in the same worksheet:
- Selling, General & Administrative Expense (Historical)
- SG&A Expense As Percentage Of Revenue (Historical)
- Share Based Compensation (Historical)
- Share Dilution Ratio (Historical)
- Share Factor (Historical)
- Share Price Adjusted Close (Historical)
- Shareholders Equity (Historical)
- Shareholders Equity USD (Historical)
