Chris asks: How do I add the number of cells in a column and then divide into the dollar total of that column to get my percentage close ratio?
To count the number of numeric cells in a column, use =COUNT(A1:A99). To count the number of alpha or numeric cells in a column, use =COUNTA(A1:A99). You can combine functions in a formula: =SUM(A1:A99)/COUNTA(A1:A99)
By Bill Jelen on 11-Jan-2002
MrExcel.com Consulting can be hired to implement this concept, or many other cool applications, with your data.
MrExcel.com provides examples of Visual Basic procedures for illustration only, without warranty either expressed or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose. The Visual Basic procedures on this web site are provided "as is" and we do not guarantee that they can be used in all situations.
|