--You can try the below formula. (all in one line)
=IF(COUNT(A1:B1)=2,A1*B1,IF(COUNT(C1 1)=2,C1*D1,
IF(COUNT(E1:F1)=2,E1*F1,0)))
--Also to make sure you have only two numbers entered you can set data
validation for this range.. Select A1:F1 . From menu DataValidationselect
'Custom' and copy paste the below formula.
=COUNT($A$1:$F$1)3
If this post helps click Yes
---------------...



