How do I caluclate a function?

D

Dave R.

Do you mean the total of column B?

Try
=.35*SUM(B:B)

or
=.35*B1
if you're looking at only one cell.
 
Top