View Single Post
  #1   Report Post  
Chris
 
Posts: n/a
Default How do I create complex functions?

I need to create a formula that can recognize when the cell is 0.

For instance: If C125 is Greater than 0 perform function as follows
(=c125*2.75%+0.30) if it is equal to 0 then results should be 0.

Can this be done? If so what is the function to perform this task?