+ Reply to Thread
Results 1 to 5 of 5

simple formula help

  1. #1
    Registered User
    Join Date
    10-05-2014
    Location
    Canada
    MS-Off Ver
    360
    Posts
    2

    simple formula help

    Hi!
    I'm new to excel and could use some help. I'm a teacher using excel to record grades.
    I want to add 15% of B2, 80% of C2 and 5% of B7 and have the sum show up in D2. I found an article advocating sum product but I was hoping to get away without having to right the weight of each cell in a another cell.

  2. #2
    Forum Contributor
    Join Date
    05-04-2014
    Location
    New Jersey, United States
    MS-Off Ver
    Excel 2010, 2013
    Posts
    120

    Re: simple formula help

    This should work. Put this in D2:

    =(.15*B2)+(.8*C2)+(.05*B7)

  3. #3
    Registered User
    Join Date
    10-05-2014
    Location
    Canada
    MS-Off Ver
    360
    Posts
    2

    Re: simple formula help

    Thanks for the quick reply!- I thought I had to write "sum ="

  4. #4
    Forum Contributor
    Join Date
    05-04-2014
    Location
    New Jersey, United States
    MS-Off Ver
    Excel 2010, 2013
    Posts
    120

    Re: simple formula help

    =SUM is the standard way to sum a contiguous range of cells. For example, If cells A1:A295 had values that you wanted to add, you could write =SUM(A1:A295). In your case, you could write =SUM(.15*B2,.8*C2,.05*B7) as an alternative formula if you prefer.

  5. #5
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,945

    Re: simple formula help

    Jim, welcome to the forum

    Please take a moment to read the forum rules and then amend your thread title to something descriptive of your problem (think google search terms?). Once you have done this please send me a PM and I will remove this request. (Also, include a link to your thread - copy from the address bar)

    Many members search our previous posts, and thread titles play a big part of the search. I doubt anybody would do a search based on your title?

    To change a Title on your post, click EDIT POST then Go Advanced and change your title, if 2 days have passed ask a moderator to do it for you.
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 4
    Last Post: 12-07-2012, 11:49 AM
  2. Formula for Discount Percentage
    By Ali H in forum Excel - New Users/Basics
    Replies: 3
    Last Post: 09-18-2012, 04:05 AM
  3. some simple formula
    By deaconmoon in forum Excel General
    Replies: 2
    Last Post: 01-21-2009, 08:18 AM
  4. [SOLVED] A formula, probably quite simple.....
    By confused in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 08-03-2006, 06:30 AM
  5. Simple formula help
    By zero in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 03:05 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1