06/03/2012 at 9:42 am #5199

Anonymous
Participant
Hello Dhinesh,
Please try to apply the following formula to your calculated column:
=IF([Column_x]>0, [Column_y], [Column_x])
The page (http://msdn.microsoft.com/en-us/library/bb862071.aspx) will provide you more info for Calculated Field Formulas.
Hope this helps,
John