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.
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.