ChiTownDiva
Technical User
I'm creating a cross-tab report with the following:
Columns:
Regional Vice President
Zone
Rows:
Product Type
Additional Fields:
Quote IDs
Summarized Fields:
Sum of Quote-to-Order$ (per product type)
Avg of Quote-to-Order$
Count of Quote IDs
I need to add a summarized percentage field for the following scenario:
Salesmen in the Carolinas (zone) quoted $130,776 worth of product XYZ. The total quoted for product XYZ in the entire country was $9,357,932. The percentage that the Carolinas quoted was 1.39%.
In plain english $130,776/$9,357,932 * 100 = 1.39%
Do I write an if-then-else statement in the formula editor? How do I write it?
Thanks.
Columns:
Regional Vice President
Zone
Rows:
Product Type
Additional Fields:
Quote IDs
Summarized Fields:
Sum of Quote-to-Order$ (per product type)
Avg of Quote-to-Order$
Count of Quote IDs
I need to add a summarized percentage field for the following scenario:
Salesmen in the Carolinas (zone) quoted $130,776 worth of product XYZ. The total quoted for product XYZ in the entire country was $9,357,932. The percentage that the Carolinas quoted was 1.39%.
In plain english $130,776/$9,357,932 * 100 = 1.39%
Do I write an if-then-else statement in the formula editor? How do I write it?
Thanks.