A
Arvi Laanemets
Hi
=IF(TrueCondition,Expression1,Expression2)
Like
=IF(X1="","",SUM(A:A))
Arvi Laanemets
=IF(TrueCondition,Expression1,Expression2)
Like
=IF(X1="","",SUM(A:A))
Arvi Laanemets
Gaurav said:Something like
=if(B2="","",B2/A2)
the details you gave were only good to make assumptions. If this is not
what you want, post back with more details.