Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=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 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Why can't I autofill the alphabet? | Excel Discussion (Misc queries) | |||
Alphabet Worksheet | Excel Discussion (Misc queries) | |||
alphabet as Numbers? | Excel Discussion (Misc queries) | |||
Greek alphabet | Excel Discussion (Misc queries) | |||
Adding cells with alphabet and returning a numbric value | Excel Worksheet Functions |