View Single Post
Old 09-22-2006, 11:32 AM  
Kard63
Confirmed User
 
Kard63's Avatar
 
Join Date: Nov 2003
Location: 237 619 975
Posts: 8,944
Quote:
Originally Posted by CBytch
If you wish to
have a function return a blank value (not zero) to the cell, use quote marks without a space between them. Here?s an example:
=IF(E6>=Quota,E6*Comm_Rate,"")
This formula example calculates, or returns, a
commission value to the cell containing the formula if the test is true. If the test is false, it returns an empty string (a blank value) to that cell.

Hope this helps

Umm so I have to nest my =B12*C12 in a IF statement and put ,"") at the end? Thanks lol
__________________
Kard63 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote