Thread: if or problem
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Tim M
 
Posts: n/a
Default if or problem

In your formula you are telling it not to do the calculation if it is a 0 or
and error. The question is what is b0? Did you mean for that to be a cell,
perhaps B1?

"bastien86" wrote:

I have the data

0.102365034 9.419
#NUM! #NUM!
0 div/0

I put the formula in:

=IF(OR(A1=0,ISERROR(A1)),b0,1/a1-1/2.86)

for the column on the right and filled down. How come my 2nd and 3rd lines
on the right column aren't 9.419