G Guest Oct 17, 2004 #1 I want to display the alphabet in the table and want it to be taken as 0 during computation. How should I get this thing done?
I want to display the alphabet in the table and want it to be taken as 0 during computation. How should I get this thing done?
D Dave Peterson Oct 17, 2004 #2 Lots of worksheet functions will ignore alphanumeric entries. =sum(a1:a10) will ignore any text you have in A1:A10. But you could be explicit when you need to be: =n(a1)+n(a2)
Lots of worksheet functions will ignore alphanumeric entries. =sum(a1:a10) will ignore any text you have in A1:A10. But you could be explicit when you need to be: =n(a1)+n(a2)