View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Lisa
 
Posts: n/a
Default isna & if functions

You're the best. Thanks so much. Curiosity, why do you have to hit the
cntl+shift+enter key with arrays?

"Dave Peterson" wrote:

=sum(if(isnumber(a1:a10),a1:a10))

This is an array formula. Hit ctrl-shift-enter instead of enter. If you do it
correctly, excel will wrap curly brackets {} around your formula. (don't type
them yourself.)

Adjust the range to match--but you can't use the whole column.



Lisa wrote:

I'm trying to add a column of numbers; however, it contains #N/A. Don't think
I got the logic correct. Can anyone help me?

Thanks,
Lisa


--

Dave Peterson