Dear all,
I am having aproblem with IF function to show either 0 or Blank or Value in a cell based on condition.
Example:
If A2=0 or A2="" or A2=15, AND A4=0 or A4="" or A4=60,then I want to show the result in A5 based on the entry made in A2 and A4 as follows:
IF(A2=0,0,IF(A2="","",IF(A4=0,0,IF(A4="","",(A2+A4*.3))))
User may enter 0 or leave blank or enter any value in A2 and A4.
I would appreciate if someone could help me on this formula or any other related formulae to get the result.
Thank you in advance.
Lok