Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22
Default If statement to total grades

I'm new at this and I need help totaling grades on a spreadsheet. I want to
say if column A contains any letter grade then add column B to the total.
How can I do this? Thanks.
--
JustLearning
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 55
Default If statement to total grades

On total place this formula adjusting for the range ofcourse
=SUMIF(A1:A10,"""",B1:B10)

"Cindi" wrote:

I'm new at this and I need help totaling grades on a spreadsheet. I want to
say if column A contains any letter grade then add column B to the total.
How can I do this? Thanks.
--
JustLearning

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,393
Default If statement to total grades

Is 'the total" for the entire worksheet, or just for a given row?
If the former:
=SUMPRODUCT(--(ISTEXT(A1:A35)),B1:B35)

adjust the ranges as needed
best wishes
--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email

"Cindi" wrote in message
...
I'm new at this and I need help totaling grades on a spreadsheet. I want
to
say if column A contains any letter grade then add column B to the total.
How can I do this? Thanks.
--
JustLearning



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22
Default If statement to total grades

Thanks! It worked great!
--
JustLearning


"N Harkawat" wrote:

On total place this formula adjusting for the range ofcourse
=SUMIF(A1:A10,"""",B1:B10)

"Cindi" wrote:

I'm new at this and I need help totaling grades on a spreadsheet. I want to
say if column A contains any letter grade then add column B to the total.
How can I do this? Thanks.
--
JustLearning

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22
Default If statement to total grades

Thanks. This gives me different ideas. I appreciate the help!!
--
JustLearning


"Bernard Liengme" wrote:

Is 'the total" for the entire worksheet, or just for a given row?
If the former:
=SUMPRODUCT(--(ISTEXT(A1:A35)),B1:B35)

adjust the ranges as needed
best wishes
--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email

"Cindi" wrote in message
...
I'm new at this and I need help totaling grades on a spreadsheet. I want
to
say if column A contains any letter grade then add column B to the total.
How can I do this? Thanks.
--
JustLearning




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
assigning grades tracy Excel Worksheet Functions 2 July 23rd 08 10:43 PM
Grades to Marks Greener2224 Excel Worksheet Functions 5 June 16th 08 12:33 PM
Figuring Grades mkingsley Excel Worksheet Functions 2 April 5th 06 08:43 PM
Grades Michael L Excel Worksheet Functions 2 October 4th 05 04:19 PM
grades Ggal Excel Discussion (Misc queries) 1 March 19th 05 08:23 PM


All times are GMT +1. The time now is 10:09 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"