![]() |
How to add cells yet neglecting alphabet dats
I have to add my students marks in say cells C5, C9, C15 and C 36 in
C50 (formula used =Sum(C5, C9, C15, C36) Since the student was absent for one assessment his marks are 40, 55, Ab and 30. I wish to add these four cells and get the valid total but the prsence of Ab in one of the cells of the formula gives me an invalid answer in the total cell. I know that I can mark a zro instead of the absent but I use a zero when a student is present and has actually got ')' marks in an assessment while Ab is meant to remind me of his non-arrival! Anyway i can work this my way?? Thanks |
How to add cells yet neglecting alphabet dats
What kind of invalid answer are you getting? Empty cells, logical values, or
text in the sum range should be ignored. "perfection" wrote: I have to add my students marks in say cells C5, C9, C15 and C 36 in C50 (formula used =Sum(C5, C9, C15, C36) Since the student was absent for one assessment his marks are 40, 55, Ab and 30. I wish to add these four cells and get the valid total but the prsence of Ab in one of the cells of the formula gives me an invalid answer in the total cell. I know that I can mark a zro instead of the absent but I use a zero when a student is present and has actually got ')' marks in an assessment while Ab is meant to remind me of his non-arrival! Anyway i can work this my way?? Thanks |
How to add cells yet neglecting alphabet dats
=Sum(C5, C9, C15, C36)
becomes =Sum(n(C5), n(C9), n(C15), n(C36)) perfection wrote: I have to add my students marks in say cells C5, C9, C15 and C 36 in C50 (formula used =Sum(C5, C9, C15, C36) Since the student was absent for one assessment his marks are 40, 55, Ab and 30. I wish to add these four cells and get the valid total but the prsence of Ab in one of the cells of the formula gives me an invalid answer in the total cell. I know that I can mark a zro instead of the absent but I use a zero when a student is present and has actually got ')' marks in an assessment while Ab is meant to remind me of his non-arrival! Anyway i can work this my way?? Thanks -- Dave Peterson |
How to add cells yet neglecting alphabet dats
SUM function ignores text so what invalid total could you get?
Gord Dibben MS Excel MVP On Thu, 10 Apr 2008 12:57:37 -0700 (PDT), perfection wrote: I have to add my students marks in say cells C5, C9, C15 and C 36 in C50 (formula used =Sum(C5, C9, C15, C36) Since the student was absent for one assessment his marks are 40, 55, Ab and 30. I wish to add these four cells and get the valid total but the prsence of Ab in one of the cells of the formula gives me an invalid answer in the total cell. I know that I can mark a zro instead of the absent but I use a zero when a student is present and has actually got ')' marks in an assessment while Ab is meant to remind me of his non-arrival! Anyway i can work this my way?? Thanks |
All times are GMT +1. The time now is 07:14 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com