![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Mar 2002
Posts: 1
|
I have 2 pivot tables, both calculating the sum of occurences of different items sold. I am trying to establish a ratio relationship between the 2.
For example: Pivot Table 1: Store Name..# of product 1 sold Pivot Table 2: Store Name..# of product 2 sold I want to find out what the ratio is between product 1 and product 2 (3:1). I'd rather not have to use a percentage. Any formulas out there to do this? |
|
|
|
|
|
#2 |
|
Board Regular
Join Date: Mar 2002
Location: Cincinnati, Ohio, USA
Posts: 6,824
|
Hi
I have 2 pivot tables, both calculating the sum of occurences of different items sold. I am trying to establish a ratio relationship between the 2. For example: Pivot Table 1: Store Name..# of product 1 sold Pivot Table 2: Store Name..# of product 2 sold I want to find out what the ratio is between product 1 and product 2 (3:1). I'd rather not have to use a percentage. Any formulas out there to do this? Product1/Product2 =abs(Product1/Product2) & ":1" |
|
|
|
|
|
#3 |
|
Board Regular
Join Date: Mar 2002
Location: Cincinnati, Ohio, USA
Posts: 6,824
|
Hi again
This might be better =TEXT(ABS(Product1/Product2), "###.#")&":1" Tom |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|