Sum Product perhaps?

currybai

Board Regular
Joined
Jul 14, 2008
Messages
202
I have the following columns:

Phone (Text)
Phone Sale (Int)
Phone Volume (Int)
Parent Phone Sale (Int)
Parent Phone Volume (Int)
Improvement (yes or no)

I want to have a summary page. The first column has all the phone list. I want to calculate the % improved, so it will either be a yes or no, so it will be the count of the Yes divided by the Yes + No per Phone.
 

Excel Facts

Create a Pivot Table on a Map
If your data has zip codes, postal codes, or city names, select the data and use Insert, 3D Map. (Found to right of chart icons).
is this what you mean?
Excel Workbook
AB
1Phone
2713-555-123425%
3713-555-67890%
4713-555-01230%
Sheet1
Excel 2003
Cell Formulas
RangeFormula
B2=SUMPRODUCT(--(Sheet2!$A$2:$A$16=Sheet1!A2),--(Sheet2!$F$2:$F$16="Yes"))/COUNTA(Sheet2!F:F)
Excel Workbook
ABCDEF
1Phone (Text)Phone Sale (Int)Phone Volume (Int)Parent Phone Sale (Int)Parent Phone Volume (Int)Improvement (yes or no)
2713-555-1234Yes
3713-555-6789No
4713-555-0123No
Sheet2
Excel 2003
 
Upvote 0

Forum statistics

Threads
1,224,599
Messages
6,179,831
Members
452,946
Latest member
JoseDavid

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top