View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
ynissel ynissel is offline
external usenet poster
 
Posts: 14
Default Formula Question

its not an NA error its like this if(a1=10,5,"N/A")
So the N/A is text that is an answer of the if statement. The ISNA seems to
only work if the result of the formula is an NA error. Am I making sense?
Is there a way around this?
Thanks

"Sean Timmons" wrote:

=if(isna(range of cells),Error,sum(range))

"ynissel" wrote:

I have a bunch of if formulas in a column that read if the condition is true
then .25 if its false then "n/a".
Is there a way for me to enter in a formula at the end of this column that
reads all these formulas and says if any of them is "N/A" then "Error" if not
sum them all up?
Thanks!