View Single Post
  #2   Report Post  
MrShorty
 
Posts: n/a
Default


IF(condition,value_if_true,value_if_false)

=IF(cell1+cell2<cell3,(cell1+cell2)*.062,(cell3-cell1)*.062) Note that
your problem statement doesn't specify what to do if cell1+cell2=cell3.
I've put this condition in with the case where cell1+cell2cell3. Adapt
as needed.


--
MrShorty
------------------------------------------------------------------------
MrShorty's Profile: http://www.excelforum.com/member.php...o&userid=22181
View this thread: http://www.excelforum.com/showthread...hreadid=466937