Skip to main content
I want to have a formula column on a report that should add 10% to the record count.

 

How would I do the formula?

 

Thanks

 

 
2 answers
  1. Nov 18, 2019, 9:42 PM

    Create a summary formula like this:

    RowCount + 0.1 *( RowCount )

     

    And make it display only on "Grand Total Only"
0/9000