+ Reply to Thread
Results 1 to 7 of 7

Help require to correct the sum formula

  1. #1
    Forum Contributor
    Join Date
    06-29-2014
    Location
    India
    MS-Off Ver
    2010 Windows 10 64 bits
    Posts
    1,269

    Help require to correct the sum formula

    Hi,
    I want to sum the average and grace marks in columns ‘bf’ and ‘bg’ respectively. The columns for average and grace are as follows:

    Average: g8, m8, s8, y8, ae8, ak8, aq8, aw8, bc8

    Grace: h8, n8, t8, z8, af8, al8, ar8, ax8, bd8

    I’m getting wrong output in columns average total and grace total.

    Please suggest me a correction in the formula.

    Thanking you.
    Attached Files Attached Files
    Last edited by mso3; 07-10-2014 at 01:03 AM. Reason: Change title
    Sincerely,

    mso3

  2. #2
    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,946

    Re: Help require to correct the formula

    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)

    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

  3. #3
    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,946

    Re: Help require to correct the formula

    Try this for the Average 100...
    =AVERAGEIF($D$7:$BE$7,"Average
    100",D8:BE8)
    Note that you have a carriage-return in the Average 100 headings, either remove that and use a space, or include the CR in the formula
    and this for Grace...
    =AVERAGEIF($D$7:$BE$7,"Grace",D8:BE8)
    You dont have any values in any Grace column

  4. #4
    Registered User
    Join Date
    11-08-2013
    Location
    Sydney
    MS-Off Ver
    Excel 2013/10/07/03
    Posts
    33

    Re: Help require to correct the formula

    BF8
    =SUMIF($7:$7,"Average
    100",8:8)

    BG8
    =SUMIF($7:$7,"Grace",8:8)

  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,946

    Re: Help require to correct the sum formula

    Thank you for the title change

  6. #6
    Forum Contributor
    Join Date
    06-29-2014
    Location
    India
    MS-Off Ver
    2010 Windows 10 64 bits
    Posts
    1,269

    Re: Help require to correct the sum formula

    Dear FDibbins,
    Thank you. How to use cr in the formula because it's not possible to remove carrige-return. It reduce a column width.

    Thank you.

  7. #7
    Forum Contributor
    Join Date
    06-29-2014
    Location
    India
    MS-Off Ver
    2010 Windows 10 64 bits
    Posts
    1,269

    Re: Help require to correct the formula

    Hi pytheus,
    Thank you. The same problem for 'average 100'. I have used carrige return to reduce a size of column. So how to use cr in the formula?
    The both formulas for grace are working fine.

    Thank you.

+ 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. [SOLVED] Require help to correct a formula and send mail from excel
    By mso3 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 06-29-2014, 12:02 PM
  2. Require correct format of output
    By mukeshbaviskar in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 03-12-2014, 08:49 AM
  3. Replies: 6
    Last Post: 10-09-2013, 03:08 PM
  4. Require information on how a specific formula works (see inside for formula)
    By twiggywales in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-04-2012, 10:13 AM
  5. [SOLVED] Require Help - Require Formula for Multiple values in both columns
    By krodge in forum Excel General
    Replies: 6
    Last Post: 01-13-2012, 03:42 AM

Tags for this Thread

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