Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8109543
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T01:27:13+00:00 2026-06-06T01:27:13+00:00

I created a GPA spreadsheet in excel and have the basics working but I

  • 0

I created a GPA spreadsheet in excel and have the basics working but I wanted to extend the functionality to exclude incomplete and pass/fail classes from the calculation. I’ve been trying to think how I could exclude any row that has a grade letter of I, P or F (fail as E is used for the normal grade letter F) but haven’t found a solution yet. Is this possible with out creating a VBA script?

I have 5 columns one for the GPA and then Course/Credits/Grade/Points with each row having the information on one course. Points is credits * grade letter value (A = 4.0) this is to make sure the GPA is weighted correctly. GPA is currently just totalPoints/totalCredits =SUM($D2:$D10)/SUM($B2:$B10)

Course,Credits,Grade,Points,GPA
IT110,3,A,12,2.392307692
CS101,3,A-,11.1,
CALC1,4,C,8,
IT101,1,P,0,Don't include Pass/Fail courses
ENG101,2,I,0,Don't include incompletes
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-06T01:27:15+00:00Added an answer on June 6, 2026 at 1:27 am

    To calculate an overall GPA (excel 2007 +)

    =SUMIFS(D2:D10,C2:C10,"<>P",C2:C10,"<>I",C2:C10,"<>F") / SUMIFS(B2:B10,C2:C10,"<>P",C2:C10,"<>I",C2:C10,"<>F")
    

    Some explanation of sumifs. ( http://office.microsoft.com/en-us/excel-help/sumifs-function-HA010047504.aspx)

    It takes several ranges. first, a “sum_range”, then it takes pairs of arguments. a criteria range, then the criteria. as many pairs as you like. (here I did 3). It sums up in the sum range provided that each cell in range meets ALL criteria that you listed. (<> is Excels not equals operator)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Created a Location alarm based app. Everything is working fine on emulator. But the
I'm trying to develop a basic GPA Calculator. I have an AllCourses class that
Created application is working toooo slow, looks like there are a lot of memory
Created a stored procedure in SQL 9 (2005) and have since upgraded to SQL
I have a series of MongoDB records like: {name:Bob, gpa:4} {name:Sarah, gpa:3} I will
Created new scaffold Users that has fields name & description All working as suppose
I created a UITableViewCell in Xcode 4 using IB. But for some weird reason
Created a new App, created a new Fanpage for this App but if i
I have a dynamically created list. Items from the list should be able to
I have created a ArrayList<Student> in a object StudentList list1 that is saving[Serialization] a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.